/aosp14/frameworks/base/telephony/java/android/telephony/ims/ |
H A D | ImsCallSession.java | 32 import com.android.internal.telephony.util.TelephonyUtils; 1268 TelephonyUtils.runWithCleanCallingIdentity(()-> { in callSessionInitiating() 1277 TelephonyUtils.runWithCleanCallingIdentity(()-> { in callSessionProgressing() 1286 TelephonyUtils.runWithCleanCallingIdentity(()-> { in callSessionInitiated() 1295 TelephonyUtils.runWithCleanCallingIdentity(()-> { in callSessionInitiatingFailed() 1304 TelephonyUtils.runWithCleanCallingIdentity(()-> { in callSessionInitiatedFailed() 1313 TelephonyUtils.runWithCleanCallingIdentity(()-> { in callSessionTerminated() 1325 TelephonyUtils.runWithCleanCallingIdentity(()-> { in callSessionHeld() 1334 TelephonyUtils.runWithCleanCallingIdentity(()-> { in callSessionHoldFailed() 1343 TelephonyUtils.runWithCleanCallingIdentity(()-> { in callSessionHoldReceived() [all …]
|
H A D | ImsService.java | 49 import com.android.internal.telephony.util.TelephonyUtils; 621 () -> TelephonyUtils.runWithCleanCallingIdentity(r), in executeMethodAsync() 631 () -> TelephonyUtils.runWithCleanCallingIdentity(r), getCachedExecutor()); in executeMethodAsyncForResult()
|
H A D | ImsCallProfile.java | 40 import com.android.internal.telephony.util.TelephonyUtils; 1073 Bundle filtered = TelephonyUtils.filterValues(extras); in maybeCleanseExtras()
|
/aosp14/frameworks/base/tests/TelephonyCommonTests/src/com/android/internal/telephony/tests/ |
H A D | TelephonyUtilsTest.java | 28 import com.android.internal.telephony.util.TelephonyUtils; 59 TelephonyUtils.getSubscriptionUserHandle(mContext, invalidSubId); in getSubscriptionUserHandle_subId_invalid() 70 TelephonyUtils.getSubscriptionUserHandle(mContext, activeSubId); in getSubscriptionUserHandle_subId_valid()
|
/aosp14/frameworks/base/telephony/java/android/telephony/cdma/ |
H A D | CdmaCellLocation.java | 24 import com.android.internal.telephony.util.TelephonyUtils; 203 + Rlog.pii(TelephonyUtils.IS_DEBUGGABLE, this.mBaseStationLatitude) + "," in toString() 204 + Rlog.pii(TelephonyUtils.IS_DEBUGGABLE, this.mBaseStationLongitude) + "," in toString()
|
/aosp14/frameworks/base/telephony/java/android/telephony/ims/stub/ |
H A D | ImsEcbmImplBase.java | 26 import com.android.internal.telephony.util.TelephonyUtils; 88 () -> TelephonyUtils.runWithCleanCallingIdentity(r), mExecutor).join();
|
H A D | ImsMultiEndpointImplBase.java | 27 import com.android.internal.telephony.util.TelephonyUtils; 92 () -> TelephonyUtils.runWithCleanCallingIdentity(r), mExecutor).join();
|
H A D | ImsRegistrationImplBase.java | 35 import com.android.internal.telephony.util.TelephonyUtils; 271 () -> TelephonyUtils.runWithCleanCallingIdentity(r), mExecutor).join(); 282 () -> TelephonyUtils.runWithCleanCallingIdentity(r), mExecutor).join(); 292 () -> TelephonyUtils.runWithCleanCallingIdentity(r), mExecutor);
|
H A D | ImsUtImplBase.java | 30 import com.android.internal.telephony.util.TelephonyUtils; 285 () -> TelephonyUtils.runWithCleanCallingIdentity(r), mExecutor).join(); 296 () -> TelephonyUtils.runWithCleanCallingIdentity(r), mExecutor);
|
H A D | ImsCallSessionImplBase.java | 40 import com.android.internal.telephony.util.TelephonyUtils; 388 () -> TelephonyUtils.runWithCleanCallingIdentity(r), mExecutor).join(); 398 () -> TelephonyUtils.runWithCleanCallingIdentity(r), mExecutor);
|
H A D | ImsConfigImplBase.java | 37 import com.android.internal.telephony.util.TelephonyUtils; 501 () -> TelephonyUtils.runWithCleanCallingIdentity(r), mExecutor).join(); in executeMethodAsync() 512 () -> TelephonyUtils.runWithCleanCallingIdentity(r), mExecutor); in executeMethodAsyncForResult()
|
/aosp14/frameworks/base/telephony/java/android/telephony/ |
H A D | CellIdentityCdma.java | 26 import com.android.internal.telephony.util.TelephonyUtils; 248 .append(" mLongitude=").append(Rlog.pii(TelephonyUtils.IS_DEBUGGABLE, mLongitude)) in toString() 249 .append(" mLatitude=").append(Rlog.pii(TelephonyUtils.IS_DEBUGGABLE, mLatitude)) in toString()
|
H A D | UiccCardInfo.java | 24 import com.android.internal.telephony.util.TelephonyUtils; 267 + Rlog.pii(TelephonyUtils.IS_DEBUGGABLE, mEid) in toString()
|
H A D | CbGeoUtils.java | 23 import com.android.internal.telephony.util.TelephonyUtils; 295 if (TelephonyUtils.IS_DEBUGGABLE) { in toString() 375 if (TelephonyUtils.IS_DEBUGGABLE) { in toString()
|
H A D | PreciseDataConnectionState.java | 39 import com.android.internal.telephony.util.TelephonyUtils; 320 sb.append(" state: " + TelephonyUtils.dataStateToString(mState)); in toString()
|
H A D | DomainSelectionService.java | 43 import com.android.internal.telephony.util.TelephonyUtils; 800 () -> TelephonyUtils.runWithCleanCallingIdentity(r), executor).join(); in executeMethodAsync() 811 () -> TelephonyUtils.runWithCleanCallingIdentity(r), executor).join(); in executeMethodAsyncNoException()
|
/aosp14/frameworks/base/telephony/common/com/android/internal/telephony/util/ |
H A D | TelephonyUtils.java | 53 public final class TelephonyUtils { class 269 if (!TelephonyUtils.isUidForeground(context, callingUid) in showSwitchToManagedProfileDialogIfAppropriate() 270 || !TelephonyUtils.isPackageSMSRoleHolderForUser(context, callingPackage, in showSwitchToManagedProfileDialogIfAppropriate()
|
/aosp14/frameworks/base/telephony/java/com/android/telephony/ |
H A D | Rlog.java | 22 import com.android.internal.telephony.util.TelephonyUtils; 34 private static final boolean USER_BUILD = TelephonyUtils.IS_USER;
|
/aosp14/frameworks/base/telephony/java/android/telephony/ims/feature/ |
H A D | RcsFeature.java | 46 import com.android.internal.telephony.util.TelephonyUtils; 163 () -> TelephonyUtils.runWithCleanCallingIdentity(r), mExecutor).join(); in executeMethodAsync() 176 () -> TelephonyUtils.runWithCleanCallingIdentity(r), mExecutor); in executeMethodAsyncForResult()
|
H A D | MmTelFeature.java | 61 import com.android.internal.telephony.util.TelephonyUtils; 396 () -> TelephonyUtils.runWithCleanCallingIdentity(r), mExecutor).join(); 407 () -> TelephonyUtils.runWithCleanCallingIdentity(r), mExecutor).join(); 418 () -> TelephonyUtils.runWithCleanCallingIdentity(r), executor).join(); 428 () -> TelephonyUtils.runWithCleanCallingIdentity(r), mExecutor); 441 () -> TelephonyUtils.runWithCleanCallingIdentity(r), mExecutor); 454 () -> TelephonyUtils.runWithCleanCallingIdentity(r), executor);
|
/aosp14/frameworks/base/telephony/java/com/android/internal/telephony/ |
H A D | Sms7BitEncodingTranslator.java | 26 import com.android.internal.telephony.util.TelephonyUtils; 33 private static final boolean DBG = TelephonyUtils.IS_DEBUGGABLE;
|
/aosp14/frameworks/base/telephony/java/android/telephony/satellite/stub/ |
H A D | SatelliteImplBase.java | 26 import com.android.internal.telephony.util.TelephonyUtils; 220 () -> TelephonyUtils.runWithCleanCallingIdentity(r), mExecutor).join();
|
/aosp14/frameworks/base/telephony/common/android/telephony/ |
H A D | LocationAccessPolicy.java | 35 import com.android.internal.telephony.util.TelephonyUtils; 224 if (TelephonyUtils.IS_DEBUGGABLE) { in logError()
|
/aosp14/frameworks/base/telephony/common/com/android/internal/telephony/ |
H A D | CarrierAppUtils.java | 36 import com.android.internal.telephony.util.TelephonyUtils; 320 UserHandle.of(userId), TelephonyUtils.DIRECT_EXECUTOR, isSuccess -> { }); in disableCarrierAppsUntilPrivileged()
|
H A D | SmsNumberUtils.java | 34 import com.android.internal.telephony.util.TelephonyUtils; 681 if (TelephonyUtils.IS_USER) { in secureHash()
|