Home
last modified time | relevance | path

Searched refs:onCellLocationChanged (Results 1 – 11 of 11) sorted by relevance

/aosp12/frameworks/base/core/java/com/android/internal/telephony/
H A DIPhoneStateListener.aidl45 void onCellLocationChanged(in CellIdentity location); in onCellLocationChanged() method
/aosp12/frameworks/base/core/java/android/telephony/
H A DPhoneStateListener.java708 public void onCellLocationChanged(CellLocation location) { in onCellLocationChanged() method in PhoneStateListener
1374 public void onCellLocationChanged(CellIdentity cellIdentity) { in onCellLocationChanged() method in PhoneStateListener.IPhoneStateListenerStub
1383 () -> mExecutor.execute(() -> psl.onCellLocationChanged(location))); in onCellLocationChanged()
H A DTelephonyCallback.java733 void onCellLocationChanged(@NonNull CellLocation location); in onCellLocationChanged() method
1438 public void onCellLocationChanged(CellIdentity cellIdentity) { in onCellLocationChanged() method in TelephonyCallback.IPhoneStateListenerStub
1447 () -> mExecutor.execute(() -> listener.onCellLocationChanged(location))); in onCellLocationChanged()
/aosp12/packages/services/Telephony/testapps/TelephonyRegistryTestApp/src/com/android/phone/testapps/telephonyregistry/
H A DTelephonyRegistryTestApp.java65 public void onCellLocationChanged(CellLocation location) {
/aosp12/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/
H A DTrackerService.java346 public void onCellLocationChanged(CellLocation location) {
/aosp12/frameworks/base/services/core/java/com/android/server/
H A DTelephonyRegistry.java1119 r.callback.onCellLocationChanged(mCellIdentity[r.phoneId]); in listen()
2135 r.callback.onCellLocationChanged(cellIdentity); in notifyCellLocationForSubscriber()
3446 r.callback.onCellLocationChanged(mCellIdentity[phoneId]);
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DTelephonyRegistryTest.java212 public void onCellLocationChanged(CellLocation location) { in onCellLocationChanged() method in TelephonyRegistryTest.TelephonyCallbackWrapper
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt42066 …ion(android.Manifest.permission.ACCESS_FINE_LOCATION) public void onCellLocationChanged(android.te…
42618 …ion(android.Manifest.permission.ACCESS_FINE_LOCATION) public void onCellLocationChanged(@NonNull a…
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt58151 Landroid/telephony/PhoneStateListener$IPhoneStateListenerStub;->onCellLocationChanged(Landroid/os/B…
87295 Lcom/android/internal/telephony/IPhoneStateListener$Stub$Proxy;->onCellLocationChanged(Landroid/os/…
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt28433 method public void onCellLocationChanged(android.telephony.CellLocation);