Home
last modified time | relevance | path

Searched refs:notifyCellLocationForSubscriber (Results 1 – 5 of 5) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DDefaultPhoneNotifierTest.java249 verify(mTelephonyRegisteryMock).notifyCellLocationForSubscriber(eq(0), in testNotifyCellLocation()
258 verify(mTelephonyRegisteryMock).notifyCellLocationForSubscriber(eq(1), in testNotifyCellLocation()
/frameworks/base/telephony/java/com/android/internal/telephony/
DITelephonyRegistry.aidl58 void notifyCellLocationForSubscriber(in int subId, in Bundle cellLocation); in notifyCellLocationForSubscriber() method
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
DTelephonyRegistryMock.java264 public void notifyCellLocationForSubscriber(int subId, Bundle cellLocation) { in notifyCellLocationForSubscriber() method in TelephonyRegistryMock
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DDefaultPhoneNotifier.java219 mRegistry.notifyCellLocationForSubscriber(subId, data); in notifyCellLocation()
/frameworks/base/services/core/java/com/android/server/
DTelephonyRegistry.java219 TelephonyRegistry.this.notifyCellLocationForSubscriber(sub,
1133 notifyCellLocationForSubscriber(SubscriptionManager.DEFAULT_SUBSCRIPTION_ID, cellLocation); in notifyCellLocation()
1136 public void notifyCellLocationForSubscriber(int subId, Bundle cellLocation) { in notifyCellLocationForSubscriber() method in TelephonyRegistry