Home
last modified time | relevance | path

Searched defs:cellInfo (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/
DIPhoneStateListener.aidl41 void onCellInfoChanged(in List<CellInfo> cellInfo); in onCellInfoChanged()
DITelephonyRegistry.aidl60 void notifyCellInfo(in List<CellInfo> cellInfo); in notifyCellInfo()
66 void notifyCellInfoForSubscriber(in int subId, in List<CellInfo> cellInfo); in notifyCellInfoForSubscriber()
/frameworks/base/telephony/java/android/telephony/
DPhoneStateListener.java467 public void onCellInfoChanged(List<CellInfo> cellInfo) { in onCellInfoChanged()
600 public void onCellInfoChanged(List<CellInfo> cellInfo) { in onCellInfoChanged()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneNotifier.java51 public void notifyCellInfo(Phone sender, List<CellInfo> cellInfo); in notifyCellInfo()
DDefaultPhoneNotifier.java227 public void notifyCellInfo(Phone sender, List<CellInfo> cellInfo) { in notifyCellInfo()
DPhone.java2028 public void notifyCellInfo(List<CellInfo> cellInfo) { in notifyCellInfo()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
DTelephonyRegistryMock.java274 public void notifyCellInfo(List<CellInfo> cellInfo) { in notifyCellInfo()
296 public void notifyCellInfoForSubscriber(int subId, List<CellInfo> cellInfo) { in notifyCellInfoForSubscriber()
DPhoneMock.java573 public void notifyCellInfo(List<CellInfo> cellInfo) { in notifyCellInfo()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DServiceStateTrackerTest.java250 CellInfoGsm cellInfo = CellInfoGsm.CREATOR.createFromParcel(p); in testCellInfoList() local
/frameworks/base/services/core/java/com/android/server/
DTelephonyRegistry.java880 public void notifyCellInfo(List<CellInfo> cellInfo) { in notifyCellInfo()
884 public void notifyCellInfoForSubscriber(int subId, List<CellInfo> cellInfo) { in notifyCellInfoForSubscriber()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
DSimulatedCommands.java1820 CellInfoGsm cellInfo = CellInfoGsm.CREATOR.createFromParcel(p); in getCellInfoList() local