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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
H A DTelephonyRegistryMock.java296 public void notifyCellInfoForSubscriber(int subId, List<CellInfo> cellInfo) { method in class:TelephonyRegistryMock
/frameworks/base/services/core/java/com/android/server/
H A DTelephonyRegistry.java961 notifyCellInfoForSubscriber(SubscriptionManager.DEFAULT_SUBSCRIPTION_ID, cellInfo);
964 public void notifyCellInfoForSubscriber(int subId, List<CellInfo> cellInfo) { method in class:TelephonyRegistry
969 log("notifyCellInfoForSubscriber: subId=" + subId

Completed in 38 milliseconds