Home
last modified time | relevance | path

Searched defs:cellLocation (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/
DITelephonyRegistry.aidl57 void notifyCellLocation(in Bundle cellLocation); in notifyCellLocation()
58 void notifyCellLocationForSubscriber(in int subId, in Bundle cellLocation); in notifyCellLocationForSubscriber()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DGsmCellBroadcastHandler.java118 GsmCellLocation cellLocation = (GsmCellLocation)cl; in handleGsmBroadcastSms() local
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
DTelephonyRegistryMock.java259 public void notifyCellLocation(Bundle cellLocation) { in notifyCellLocation()
264 public void notifyCellLocationForSubscriber(int subId, Bundle cellLocation) { in notifyCellLocationForSubscriber()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DGsmCdmaPhoneTest.java168 CellLocation cellLocation = new GsmCellLocation(); in testGetCellLocation() local
/frameworks/base/services/core/java/com/android/server/
DTelephonyRegistry.java1132 public void notifyCellLocation(Bundle cellLocation) { in notifyCellLocation()
1136 public void notifyCellLocationForSubscriber(int subId, Bundle cellLocation) { in notifyCellLocationForSubscriber()