Home
last modified time | relevance | path

Searched defs:onCellLocationChanged (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/com/android/internal/telephony/
DIPhoneStateListener.aidl45 void onCellLocationChanged(in CellIdentity location); in onCellLocationChanged() method
/frameworks/base/core/java/android/telephony/
DPhoneStateListener.java694 public void onCellLocationChanged(CellLocation location) { in onCellLocationChanged() method in PhoneStateListener
1361 public void onCellLocationChanged(CellIdentity cellIdentity) { in onCellLocationChanged() method in PhoneStateListener.IPhoneStateListenerStub
DTelephonyCallback.java743 void onCellLocationChanged(@NonNull CellLocation location); in onCellLocationChanged() method
1489 public void onCellLocationChanged(CellIdentity cellIdentity) { in onCellLocationChanged() method in TelephonyCallback.IPhoneStateListenerStub
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DTelephonyRegistryTest.java223 public void onCellLocationChanged(CellLocation location) { in onCellLocationChanged() method in TelephonyRegistryTest.TelephonyCallbackWrapper