Searched defs:cellInfo (Results 1 - 7 of 7) sorted by path

/frameworks/base/services/core/java/com/android/server/
H A DTelephonyRegistry.java880 public void notifyCellInfo(List<CellInfo> cellInfo) { argument
881 notifyCellInfoForSubscriber(SubscriptionManager.DEFAULT_SUBSCRIPTION_ID, cellInfo);
884 public void notifyCellInfoForSubscriber(int subId, List<CellInfo> cellInfo) { argument
890 + " cellInfo=" + cellInfo);
896 mCellInfo.set(phoneId, cellInfo);
902 log("notifyCellInfo: mCellInfo=" + cellInfo + " r=" + r);
904 r.callback.onCellInfoChanged(cellInfo);
/frameworks/base/telephony/java/android/telephony/
H A DPhoneStateListener.java465 * @param cellInfo is the list of currently visible cells.
467 public void onCellInfoChanged(List<CellInfo> cellInfo) { argument
600 public void onCellInfoChanged(List<CellInfo> cellInfo) { argument
601 send(LISTEN_CELL_INFO, 0, 0, cellInfo);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DDefaultPhoneNotifier.java227 public void notifyCellInfo(Phone sender, List<CellInfo> cellInfo) { argument
231 mRegistry.notifyCellInfoForSubscriber(subId, cellInfo);
H A DPhone.java2042 public void notifyCellInfo(List<CellInfo> cellInfo) { argument
2043 mNotifier.notifyCellInfo(this, privatizeCellInfoList(cellInfo));
H A DPhoneNotifier.java51 public void notifyCellInfo(Phone sender, List<CellInfo> cellInfo); argument
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
H A DPhoneMock.java574 public void notifyCellInfo(List<CellInfo> cellInfo) { argument
H A DTelephonyRegistryMock.java274 public void notifyCellInfo(List<CellInfo> cellInfo) { argument
296 public void notifyCellInfoForSubscriber(int subId, List<CellInfo> cellInfo) { argument

Completed in 3255 milliseconds