Searched defs:notifyCellLocationForSubscriber (Results 1 - 2 of 2) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
H A DTelephonyRegistryMock.java264 public void notifyCellLocationForSubscriber(int subId, Bundle cellLocation) { method in class:TelephonyRegistryMock
/frameworks/base/services/core/java/com/android/server/
H A DTelephonyRegistry.java220 TelephonyRegistry.this.notifyCellLocationForSubscriber(sub,
1208 notifyCellLocationForSubscriber(SubscriptionManager.DEFAULT_SUBSCRIPTION_ID, cellLocation);
1211 public void notifyCellLocationForSubscriber(int subId, Bundle cellLocation) { method in class:TelephonyRegistry
1212 log("notifyCellLocationForSubscriber: subId=" + subId
1218 log("notifyCellLocationForSubscriber: subId=" + subId

Completed in 639 milliseconds