Home
last modified time | relevance | path

Searched defs:cellInfo (Results 1 – 12 of 12) 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.java499 public void onCellInfoChanged(List<CellInfo> cellInfo) { in onCellInfoChanged()
650 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.java224 public void notifyCellInfo(Phone sender, List<CellInfo> cellInfo) { in notifyCellInfo()
DRadioResponse.java928 ArrayList<android.hardware.radio.V1_0.CellInfo> cellInfo) { in getCellInfoListResponse()
1613 ArrayList<android.hardware.radio.V1_0.CellInfo> cellInfo) { in responseCellInfoList()
DPhone.java2135 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.java581 public void notifyCellInfo(List<CellInfo> cellInfo) { in notifyCellInfo()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DServiceStateTrackerTest.java298 CellInfoGsm cellInfo = CellInfoGsm.CREATOR.createFromParcel(p); in testCellInfoList() local
/frameworks/base/services/core/java/com/android/server/
DTelephonyRegistry.java960 public void notifyCellInfo(List<CellInfo> cellInfo) { in notifyCellInfo()
964 public void notifyCellInfoForSubscriber(int subId, List<CellInfo> cellInfo) { in notifyCellInfoForSubscriber()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
DSimulatedCommands.java1817 CellInfoGsm cellInfo = CellInfoGsm.CREATOR.createFromParcel(p); in getCellInfoList() local