SAP: Initialize mIntentReceiver to null

* When SAP server quits, it uses mIntentReceiver to determin whether it
  has be registered or not. However, it won't be null if it is
  initialized to an instance of BroadcastReceiver
* This change creates SapServerBroadcastReceiver class and only assign
  mIntentReceiver to its instance in the constructor.

Bug: 66230053
Fixes: 66230053
Test: build
Change-Id: I65e587f98ffcc334372c5f8770a499f9ae265358
(cherry picked from commit 7553e937b3769e07e5f189666370211061849b6a)
1 file changed