Home
last modified time | relevance | path

Searched refs:cellIdentity (Results 1 – 9 of 9) sorted by relevance

/aosp14/frameworks/base/telephony/java/android/telephony/
H A DNetworkRegistrationInfo.java298 @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 DTelephonyManager.java2494 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 DPhoneStateListener.java1285 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 DTelephonyCallback.java1332 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 DTelephonyRegistryManager.java882 @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 DIPhoneStateListener.aidl73 void onRegistrationFailed(in CellIdentity cellIdentity, in onRegistrationFailed() argument
H A DITelephonyRegistry.aidl99 void notifyRegistrationFailed(int slotIndex, int subId, in CellIdentity cellIdentity, in notifyRegistrationFailed() argument
/aosp14/frameworks/base/services/core/java/com/android/server/
H A DTelephonyRegistry.java2244 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 Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...