HomeSort by relevance Sort by last modified time
    Searched defs:registerForNotifications (Results 1 - 9 of 9) sorted by null

  /packages/services/Telephony/src/com/android/services/telephony/
PstnPhoneCapabilitiesNotifier.java 67 registerForNotifications();
75 private void registerForNotifications() {
PstnIncomingCallNotifier.java 91 registerForNotifications();
101 private void registerForNotifications() {
  /system/hwservicemanager/
ServiceManager.cpp 369 Return<bool> ServiceManager::registerForNotifications(const hidl_string& fqName,
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
HostapdHalTest.java 102 when(mServiceManagerMock.registerForNotifications(anyString(), anyString(),
506 when(mServiceManagerMock.registerForNotifications(anyString(), anyString(),
510 .registerForNotifications(
513 // Initialize HostapdHal, should call serviceManager.registerForNotifications
518 mInOrder.verify(mServiceManagerMock).registerForNotifications(
HalDeviceManagerTest.java 131 when(mServiceManagerMock.registerForNotifications(anyString(), anyString(),
    [all...]
SupplicantStaIfaceHalTest.java 182 when(mServiceManagerMock.registerForNotifications(anyString(), anyString(),
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsExternalCallTracker.java 174 registerForNotifications();
214 private void registerForNotifications() {
  /packages/services/Telephony/src/com/android/phone/
CallNotifier.java 140 registerForNotifications();
181 private void registerForNotifications() {
    [all...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/p2p/
SupplicantP2pIfaceHalTest.java 189 when(mServiceManagerMock.registerForNotifications(anyString(), anyString(),
    [all...]

Completed in 1141 milliseconds