Searched refs:requestCellInfoUpdate (Results 1 – 8 of 8) sorted by relevance
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
H A D | LocaleTrackerTest.java | 88 return null; }).when(mPhone).requestCellInfoUpdate(any(), any()); in setUp() 237 return null; }).when(mPhone).requestCellInfoUpdate(any(), any()); in testToggleAirplaneModeOosPlmn() 276 return null; }).when(mPhone).requestCellInfoUpdate(any(), any()); in testToggleAirplaneModeNoCellInfo()
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
H A D | LocaleTracker.java | 198 mPhone.requestCellInfoUpdate(null, obtainMessage(EVENT_RESPONSE_CELL_INFO)); in handleMessage()
|
H A D | Phone.java | 2003 public void requestCellInfoUpdate(WorkSource workSource, Message rspMsg) { in requestCellInfoUpdate() method in Phone
|
/aosp12/frameworks/base/telephony/java/com/android/internal/telephony/ |
H A D | ITelephony.aidl | 567 void requestCellInfoUpdate(int subId, in ICellInfoCallback cb, String callingPkg, in requestCellInfoUpdate() method
|
/aosp12/frameworks/base/telephony/java/android/telephony/ |
H A D | TelephonyManager.java | 6321 public void requestCellInfoUpdate( in requestCellInfoUpdate() method in TelephonyManager 6333 telephony.requestCellInfoUpdate( in requestCellInfoUpdate() 6384 public void requestCellInfoUpdate(@NonNull WorkSource workSource, in requestCellInfoUpdate() method in TelephonyManager
|
/aosp12/packages/services/Telephony/src/com/android/phone/ |
H A D | PhoneInterfaceManager.java | 1583 request.phone.requestCellInfoUpdate(request.workSource, onCompleted); in handleMessage() 1597 request.phone.requestCellInfoUpdate(request.workSource, in handleMessage() 3129 public void requestCellInfoUpdate(int subId, ICellInfoCallback cb, String callingPackage, in requestCellInfoUpdate() method in PhoneInterfaceManager
|
/aosp12/frameworks/base/core/api/ |
H A D | system-current.txt | 12057 …ION, android.Manifest.permission.MODIFY_PHONE_STATE}) public void requestCellInfoUpdate(@NonNull a…
|
H A D | current.txt | 42791 …ion(android.Manifest.permission.ACCESS_FINE_LOCATION) public void requestCellInfoUpdate(@NonNull j…
|