Home
last modified time | relevance | path

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

1234

/frameworks/base/tests/TelephonyCommonTests/src/com/android/internal/telephony/tests/
DTelephonyUtilsTest.java34 import com.android.internal.telephony.util.TelephonyUtils;
65 TelephonyUtils.getSubscriptionUserHandle(mContext, invalidSubId); in getSubscriptionUserHandle_subId_invalid()
76 TelephonyUtils.getSubscriptionUserHandle(mContext, activeSubId); in getSubscriptionUserHandle_subId_valid()
84 assertTrue(TelephonyUtils.isValidPlmn("310260")); in testIsValidPlmn()
85 assertTrue(TelephonyUtils.isValidPlmn("45006")); in testIsValidPlmn()
86 assertFalse(TelephonyUtils.isValidPlmn("1234567")); in testIsValidPlmn()
87 assertFalse(TelephonyUtils.isValidPlmn("1234")); in testIsValidPlmn()
88 assertFalse(TelephonyUtils.isValidPlmn("")); in testIsValidPlmn()
89 assertFalse(TelephonyUtils.isValidPlmn(null)); in testIsValidPlmn()
94 assertTrue(TelephonyUtils.isValidService(FIRST_SERVICE_TYPE)); in testIsValidService()
[all …]
/frameworks/base/telephony/java/android/telephony/ims/
DImsCallSession.java33 import com.android.internal.telephony.util.TelephonyUtils;
1274 TelephonyUtils.runWithCleanCallingIdentity(()-> { in callSessionInitiating()
1283 TelephonyUtils.runWithCleanCallingIdentity(()-> { in callSessionProgressing()
1292 TelephonyUtils.runWithCleanCallingIdentity(()-> { in callSessionInitiated()
1301 TelephonyUtils.runWithCleanCallingIdentity(()-> { in callSessionInitiatingFailed()
1310 TelephonyUtils.runWithCleanCallingIdentity(()-> { in callSessionInitiatedFailed()
1319 TelephonyUtils.runWithCleanCallingIdentity(()-> { in callSessionTerminated()
1331 TelephonyUtils.runWithCleanCallingIdentity(()-> { in callSessionHeld()
1340 TelephonyUtils.runWithCleanCallingIdentity(()-> { in callSessionHoldFailed()
1349 TelephonyUtils.runWithCleanCallingIdentity(()-> { in callSessionHoldReceived()
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DIccIoResult.java21 import com.android.internal.telephony.util.TelephonyUtils;
205 + (TelephonyUtils.IS_DEBUGGABLE ? IccUtils.bytesToHexString(payload) : "*******") in toString()
DIccSlotStatus.java21 import com.android.internal.telephony.util.TelephonyUtils;
123 .append("eid=").append(Rlog.pii(TelephonyUtils.IS_DEBUGGABLE, eid)).append(","); in toString()
DIccCardStatus.java24 import com.android.internal.telephony.util.TelephonyUtils;
201 sb.append(",eid=").append(Rlog.pii(TelephonyUtils.IS_DEBUGGABLE, eid)); in toString()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRilWakelockInfo.java22 import com.android.internal.telephony.util.TelephonyUtils;
60 if (TelephonyUtils.IS_DEBUGGABLE) { in validateConcurrentRequests()
DWakeLockStateMachine.java27 import com.android.internal.telephony.util.TelephonyUtils;
42 protected static final boolean DBG = TelephonyUtils.IS_DEBUGGABLE;
134 if (TelephonyUtils.IS_DEBUGGABLE) { in processMessage()
DSmsPermissions.java30 import com.android.internal.telephony.util.TelephonyUtils;
186 UserHandle userHandle = TelephonyUtils.getSubscriptionUserHandle(mContext, in isCallerDefaultSmsPackage()
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsUt.java36 import com.android.internal.telephony.util.TelephonyUtils;
673 TelephonyUtils.runWithCleanCallingIdentity(()-> { in utConfigurationUpdated()
685 TelephonyUtils.runWithCleanCallingIdentity(()-> { in utConfigurationUpdateFailed()
723 TelephonyUtils.runWithCleanCallingIdentity(()-> { in lineIdentificationSupplementaryServiceResponse()
733 TelephonyUtils.runWithCleanCallingIdentity(()-> { in utConfigurationQueryFailed()
749 TelephonyUtils.runWithCleanCallingIdentity(()-> { in utConfigurationCallBarringQueried()
765 TelephonyUtils.runWithCleanCallingIdentity(()-> { in utConfigurationCallForwardQueried()
781 TelephonyUtils.runWithCleanCallingIdentity(()-> { in utConfigurationCallWaitingQueried()
796 TelephonyUtils.runWithCleanCallingIdentity(()-> { in onSupplementaryServiceIndication()
/frameworks/base/telephony/java/android/telephony/cdma/
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()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DClientWakelockAccountantTest.java19 import com.android.internal.telephony.util.TelephonyUtils;
86 if (TelephonyUtils.IS_DEBUGGABLE) { in testStartAttributingWithZeroConcurrentRequests()
/frameworks/base/telephony/java/android/telephony/ims/stub/
DImsEcbmImplBase.java26 import com.android.internal.telephony.util.TelephonyUtils;
88 () -> TelephonyUtils.runWithCleanCallingIdentity(r), mExecutor).join();
DImsMultiEndpointImplBase.java27 import com.android.internal.telephony.util.TelephonyUtils;
92 () -> TelephonyUtils.runWithCleanCallingIdentity(r), mExecutor).join();
DImsUtImplBase.java30 import com.android.internal.telephony.util.TelephonyUtils;
285 () -> TelephonyUtils.runWithCleanCallingIdentity(r), mExecutor).join();
296 () -> TelephonyUtils.runWithCleanCallingIdentity(r), mExecutor);
/frameworks/base/telephony/java/android/telephony/
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()
DUiccCardInfo.java24 import com.android.internal.telephony.util.TelephonyUtils;
267 + Rlog.pii(TelephonyUtils.IS_DEBUGGABLE, mEid) in toString()
DCbGeoUtils.java23 import com.android.internal.telephony.util.TelephonyUtils;
295 if (TelephonyUtils.IS_DEBUGGABLE) { in toString()
375 if (TelephonyUtils.IS_DEBUGGABLE) { in toString()
/frameworks/base/telephony/java/android/telephony/ims/feature/
DRcsFeature.java46 import com.android.internal.telephony.util.TelephonyUtils;
163 () -> TelephonyUtils.runWithCleanCallingIdentity(r), mExecutor).join(); in executeMethodAsync()
176 () -> TelephonyUtils.runWithCleanCallingIdentity(r), mExecutor); in executeMethodAsyncForResult()
DMmTelFeature.java62 import com.android.internal.telephony.util.TelephonyUtils;
398 () -> TelephonyUtils.runWithCleanCallingIdentity(r), mExecutor).join();
409 () -> TelephonyUtils.runWithCleanCallingIdentity(r), mExecutor).join();
420 () -> TelephonyUtils.runWithCleanCallingIdentity(r), executor).join();
430 () -> TelephonyUtils.runWithCleanCallingIdentity(r), mExecutor);
443 () -> TelephonyUtils.runWithCleanCallingIdentity(r), mExecutor);
456 () -> TelephonyUtils.runWithCleanCallingIdentity(r), executor);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/configupdate/
DTelephonyConfigUpdateInstallReceiver.java32 import com.android.internal.telephony.util.TelephonyUtils;
116 if (!TelephonyUtils.isValidPlmn(plmn)) { in isValidSatelliteCarrierConfigData()
124 if (!TelephonyUtils.isValidService(service)) { in isValidSatelliteCarrierConfigData()
/frameworks/base/telephony/common/com/android/internal/telephony/util/
DTelephonyUtils.java60 public final class TelephonyUtils { class
293 if (!TelephonyUtils.isUidForeground(context, callingUid) in showSwitchToManagedProfileDialogIfAppropriate()
294 || !TelephonyUtils.isPackageSMSRoleHolderForUser(context, callingPackage, in showSwitchToManagedProfileDialogIfAppropriate()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/domainselection/
DDomainSelectionResolver.java38 import com.android.internal.telephony.util.TelephonyUtils;
53 private static final boolean DBG = TelephonyUtils.IS_DEBUGGABLE;
/frameworks/base/telephony/java/com/android/internal/telephony/
DSms7BitEncodingTranslator.java26 import com.android.internal.telephony.util.TelephonyUtils;
33 private static final boolean DBG = TelephonyUtils.IS_DEBUGGABLE;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/satellite/
DSatelliteServiceUtils.java43 import com.android.internal.telephony.util.TelephonyUtils;
303 if (TelephonyUtils.isValidPlmn(plmn)) { in parseSupportedSatelliteServices()
306 if (TelephonyUtils.isValidService(serviceType)) { in parseSupportedSatelliteServices()
/frameworks/base/telephony/java/com/android/telephony/
DRlog.java26 import com.android.internal.telephony.util.TelephonyUtils;
38 private static final boolean USER_BUILD = TelephonyUtils.IS_USER;

1234