Searched refs:notifyCellLocationForSubscriber (Results 1 – 5 of 5) sorted by relevance
249 verify(mTelephonyRegisteryMock).notifyCellLocationForSubscriber(eq(0), in testNotifyCellLocation()258 verify(mTelephonyRegisteryMock).notifyCellLocationForSubscriber(eq(1), in testNotifyCellLocation()
58 void notifyCellLocationForSubscriber(in int subId, in Bundle cellLocation); in notifyCellLocationForSubscriber() method
264 public void notifyCellLocationForSubscriber(int subId, Bundle cellLocation) { in notifyCellLocationForSubscriber() method in TelephonyRegistryMock
219 mRegistry.notifyCellLocationForSubscriber(subId, data); in notifyCellLocation()
219 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