Home
last modified time | relevance | path

Searched refs:notifyCellInfoForSubscriber (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/
DITelephonyRegistry.aidl80 void notifyCellInfoForSubscriber(in int subId, in List<CellInfo> cellInfo); in notifyCellInfoForSubscriber() method
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
DTelephonyRegistryMock.java397 public void notifyCellInfoForSubscriber(int subId, List<CellInfo> cellInfo) { in notifyCellInfoForSubscriber() method in TelephonyRegistryMock
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DDefaultPhoneNotifierTest.java132 verify(mTelephonyRegisteryMock).notifyCellInfoForSubscriber(eq(0), in testNotifyCellInfo()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DDefaultPhoneNotifier.java237 mRegistry.notifyCellInfoForSubscriber(subId, cellInfo); in notifyCellInfo()
/frameworks/base/services/core/java/com/android/server/
DTelephonyRegistry.java1224 notifyCellInfoForSubscriber(SubscriptionManager.DEFAULT_SUBSCRIPTION_ID, cellInfo); in notifyCellInfo()
1227 public void notifyCellInfoForSubscriber(int subId, List<CellInfo> cellInfo) { in notifyCellInfoForSubscriber() method in TelephonyRegistry
/frameworks/base/services/
Dart-profile1899 HSPLcom/android/server/TelephonyRegistry;->notifyCellInfoForSubscriber(ILjava/util/List;)V