Home
last modified time | relevance | path

Searched refs:TelephonyUtils (Results 1 – 25 of 32) sorted by relevance

12

/aosp14/frameworks/base/telephony/java/android/telephony/ims/
H A DImsCallSession.java32 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 DImsService.java49 import com.android.internal.telephony.util.TelephonyUtils;
621 () -> TelephonyUtils.runWithCleanCallingIdentity(r), in executeMethodAsync()
631 () -> TelephonyUtils.runWithCleanCallingIdentity(r), getCachedExecutor()); in executeMethodAsyncForResult()
H A DImsCallProfile.java40 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 DTelephonyUtilsTest.java28 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 DCdmaCellLocation.java24 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 DImsEcbmImplBase.java26 import com.android.internal.telephony.util.TelephonyUtils;
88 () -> TelephonyUtils.runWithCleanCallingIdentity(r), mExecutor).join();
H A DImsMultiEndpointImplBase.java27 import com.android.internal.telephony.util.TelephonyUtils;
92 () -> TelephonyUtils.runWithCleanCallingIdentity(r), mExecutor).join();
H A DImsRegistrationImplBase.java35 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 DImsUtImplBase.java30 import com.android.internal.telephony.util.TelephonyUtils;
285 () -> TelephonyUtils.runWithCleanCallingIdentity(r), mExecutor).join();
296 () -> TelephonyUtils.runWithCleanCallingIdentity(r), mExecutor);
H A DImsCallSessionImplBase.java40 import com.android.internal.telephony.util.TelephonyUtils;
388 () -> TelephonyUtils.runWithCleanCallingIdentity(r), mExecutor).join();
398 () -> TelephonyUtils.runWithCleanCallingIdentity(r), mExecutor);
H A DImsConfigImplBase.java37 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 DCellIdentityCdma.java26 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 DUiccCardInfo.java24 import com.android.internal.telephony.util.TelephonyUtils;
267 + Rlog.pii(TelephonyUtils.IS_DEBUGGABLE, mEid) in toString()
H A DCbGeoUtils.java23 import com.android.internal.telephony.util.TelephonyUtils;
295 if (TelephonyUtils.IS_DEBUGGABLE) { in toString()
375 if (TelephonyUtils.IS_DEBUGGABLE) { in toString()
H A DPreciseDataConnectionState.java39 import com.android.internal.telephony.util.TelephonyUtils;
320 sb.append(" state: " + TelephonyUtils.dataStateToString(mState)); in toString()
H A DDomainSelectionService.java43 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 DTelephonyUtils.java53 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 DRlog.java22 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 DRcsFeature.java46 import com.android.internal.telephony.util.TelephonyUtils;
163 () -> TelephonyUtils.runWithCleanCallingIdentity(r), mExecutor).join(); in executeMethodAsync()
176 () -> TelephonyUtils.runWithCleanCallingIdentity(r), mExecutor); in executeMethodAsyncForResult()
H A DMmTelFeature.java61 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 DSms7BitEncodingTranslator.java26 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 DSatelliteImplBase.java26 import com.android.internal.telephony.util.TelephonyUtils;
220 () -> TelephonyUtils.runWithCleanCallingIdentity(r), mExecutor).join();
/aosp14/frameworks/base/telephony/common/android/telephony/
H A DLocationAccessPolicy.java35 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 DCarrierAppUtils.java36 import com.android.internal.telephony.util.TelephonyUtils;
320 UserHandle.of(userId), TelephonyUtils.DIRECT_EXECUTOR, isSuccess -> { }); in disableCarrierAppsUntilPrivileged()
H A DSmsNumberUtils.java34 import com.android.internal.telephony.util.TelephonyUtils;
681 if (TelephonyUtils.IS_USER) { in secureHash()

12