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.java224 TelephonyRegistry.this.notifyCellLocationForSubscriber(sub,
1218 notifyCellLocationForSubscriber(SubscriptionManager.DEFAULT_SUBSCRIPTION_ID, cellLocation);
1221 public void notifyCellLocationForSubscriber(int subId, Bundle cellLocation) { method in class:TelephonyRegistry
1222 log("notifyCellLocationForSubscriber: subId=" + subId
1228 log("notifyCellLocationForSubscriber: subId=" + subId

Completed in 62 milliseconds