/aosp14/frameworks/base/telephony/java/android/telephony/ |
H A D | NetworkRegistrationInfo.java | 298 @Nullable CellIdentity cellIdentity, @Nullable String rplmn, in NetworkRegistrationInfo() argument 312 mCellIdentity = cellIdentity; in NetworkRegistrationInfo() 331 @Nullable CellIdentity cellIdentity, @Nullable String rplmn, in NetworkRegistrationInfo() argument 335 emergencyOnly, availableServices, cellIdentity, rplmn, in NetworkRegistrationInfo() 348 @Nullable CellIdentity cellIdentity, @Nullable String rplmn, in NetworkRegistrationInfo() argument 353 emergencyOnly, availableServices, cellIdentity, rplmn, null, in NetworkRegistrationInfo() 1123 public @NonNull Builder setCellIdentity(@Nullable CellIdentity cellIdentity) { in setCellIdentity() argument 1124 mCellIdentity = cellIdentity; in setCellIdentity()
|
H A D | TelephonyManager.java | 2494 CellIdentity cellIdentity = telephony.getCellLocation(mContext.getOpPackageName(), in getCellLocation() local 2496 CellLocation cl = cellIdentity.asCellLocation(); in getCellLocation()
|
/aosp14/frameworks/base/core/java/android/telephony/ |
H A D | PhoneStateListener.java | 1285 public void onRegistrationFailed(@NonNull CellIdentity cellIdentity, @NonNull String chosenPlmn, in onRegistrationFailed() argument 1361 public void onCellLocationChanged(CellIdentity cellIdentity) { in onCellLocationChanged() argument 1365 cellIdentity == null ? CellLocation.getEmpty() : cellIdentity.asCellLocation(); in onCellLocationChanged() 1633 public void onRegistrationFailed(@NonNull CellIdentity cellIdentity, in onRegistrationFailed() argument 1640 cellIdentity, chosenPlmn, domain, causeCode, additionalCauseCode))); in onRegistrationFailed()
|
H A D | TelephonyCallback.java | 1332 void onRegistrationFailed(@NonNull CellIdentity cellIdentity, @NonNull String chosenPlmn, in onRegistrationFailed() argument 1682 public void onCellLocationChanged(CellIdentity cellIdentity) { in onCellLocationChanged() argument 1686 cellIdentity == null ? CellLocation.getEmpty() : cellIdentity.asCellLocation(); in onCellLocationChanged() 1927 public void onRegistrationFailed(@NonNull CellIdentity cellIdentity, in onRegistrationFailed() argument 1935 cellIdentity, chosenPlmn, domain, causeCode, additionalCauseCode))); in onRegistrationFailed()
|
H A D | TelephonyRegistryManager.java | 882 @NonNull CellIdentity cellIdentity, @NonNull String chosenPlmn, in notifyRegistrationFailed() argument 885 sRegistry.notifyRegistrationFailed(slotIndex, subId, cellIdentity, in notifyRegistrationFailed()
|
/aosp14/frameworks/base/core/java/com/android/internal/telephony/ |
H A D | IPhoneStateListener.aidl | 73 void onRegistrationFailed(in CellIdentity cellIdentity, in onRegistrationFailed() argument
|
H A D | ITelephonyRegistry.aidl | 99 void notifyRegistrationFailed(int slotIndex, int subId, in CellIdentity cellIdentity, in notifyRegistrationFailed() argument
|
/aosp14/frameworks/base/services/core/java/com/android/server/ |
H A D | TelephonyRegistry.java | 2244 public void notifyCellLocationForSubscriber(int subId, CellIdentity cellIdentity) { in notifyCellLocationForSubscriber() argument 2245 notifyCellLocationForSubscriber(subId, cellIdentity, false /* hasUserSwitched */); in notifyCellLocationForSubscriber() 2248 private void notifyCellLocationForSubscriber(int subId, CellIdentity cellIdentity, in notifyCellLocationForSubscriber() argument 2251 + Rlog.pii(DBG || VDBG || DBG_LOC, cellIdentity)); in notifyCellLocationForSubscriber() 2258 && (hasUserSwitched || !Objects.equals(cellIdentity, mCellIdentity[phoneId]))) { in notifyCellLocationForSubscriber() 2259 mCellIdentity[phoneId] = cellIdentity; in notifyCellLocationForSubscriber() 2268 log("notifyCellLocation: cellIdentity=" + cellIdentity in notifyCellLocationForSubscriber() 2271 r.callback.onCellLocationChanged(cellIdentity); in notifyCellLocationForSubscriber() 2778 final CellIdentity noLocationCi = cellIdentity.sanitizeLocationInfo(); in notifyRegistrationFailed() 2782 final String primaryPlmn = (cellIdentity != null) ? cellIdentity.getPlmn() : "<UNKNOWN>"; in notifyRegistrationFailed() [all …]
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |