Home
last modified time | relevance | path

Searched refs:notifyCellInfoChanged (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DDefaultPhoneNotifier.java162 mTelephonyRegistryMgr.notifyCellInfoChanged(subId, cellInfo); in notifyCellInfo()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DDefaultPhoneNotifierTest.java179 verify(mTelephonyRegistryManager).notifyCellInfoChanged(eq(0), in testNotifyCellInfo()
/frameworks/base/core/java/android/telephony/
DTelephonyRegistryManager.java912 public void notifyCellInfoChanged(int subId, @NonNull List<CellInfo> cellInfo) { in notifyCellInfoChanged() method in TelephonyRegistryManager