/frameworks/base/tests/TelephonyCommonTests/src/com/android/internal/telephony/tests/ |
D | TelephonyUtilsTest.java | 34 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/ |
D | ImsCallSession.java | 33 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/ |
D | IccIoResult.java | 21 import com.android.internal.telephony.util.TelephonyUtils; 205 + (TelephonyUtils.IS_DEBUGGABLE ? IccUtils.bytesToHexString(payload) : "*******") in toString()
|
D | IccSlotStatus.java | 21 import com.android.internal.telephony.util.TelephonyUtils; 123 .append("eid=").append(Rlog.pii(TelephonyUtils.IS_DEBUGGABLE, eid)).append(","); in toString()
|
D | IccCardStatus.java | 24 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/ |
D | RilWakelockInfo.java | 22 import com.android.internal.telephony.util.TelephonyUtils; 60 if (TelephonyUtils.IS_DEBUGGABLE) { in validateConcurrentRequests()
|
D | WakeLockStateMachine.java | 27 import com.android.internal.telephony.util.TelephonyUtils; 42 protected static final boolean DBG = TelephonyUtils.IS_DEBUGGABLE; 134 if (TelephonyUtils.IS_DEBUGGABLE) { in processMessage()
|
D | SmsPermissions.java | 30 import com.android.internal.telephony.util.TelephonyUtils; 186 UserHandle userHandle = TelephonyUtils.getSubscriptionUserHandle(mContext, in isCallerDefaultSmsPackage()
|
/frameworks/opt/net/ims/src/java/com/android/ims/ |
D | ImsUt.java | 36 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/ |
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()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | ClientWakelockAccountantTest.java | 19 import com.android.internal.telephony.util.TelephonyUtils; 86 if (TelephonyUtils.IS_DEBUGGABLE) { in testStartAttributingWithZeroConcurrentRequests()
|
/frameworks/base/telephony/java/android/telephony/ims/stub/ |
D | ImsEcbmImplBase.java | 26 import com.android.internal.telephony.util.TelephonyUtils; 88 () -> TelephonyUtils.runWithCleanCallingIdentity(r), mExecutor).join();
|
D | ImsMultiEndpointImplBase.java | 27 import com.android.internal.telephony.util.TelephonyUtils; 92 () -> TelephonyUtils.runWithCleanCallingIdentity(r), mExecutor).join();
|
D | ImsUtImplBase.java | 30 import com.android.internal.telephony.util.TelephonyUtils; 285 () -> TelephonyUtils.runWithCleanCallingIdentity(r), mExecutor).join(); 296 () -> TelephonyUtils.runWithCleanCallingIdentity(r), mExecutor);
|
/frameworks/base/telephony/java/android/telephony/ |
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()
|
D | UiccCardInfo.java | 24 import com.android.internal.telephony.util.TelephonyUtils; 267 + Rlog.pii(TelephonyUtils.IS_DEBUGGABLE, mEid) in toString()
|
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()
|
/frameworks/base/telephony/java/android/telephony/ims/feature/ |
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()
|
D | MmTelFeature.java | 62 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/ |
D | TelephonyConfigUpdateInstallReceiver.java | 32 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/ |
D | TelephonyUtils.java | 60 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/ |
D | DomainSelectionResolver.java | 38 import com.android.internal.telephony.util.TelephonyUtils; 53 private static final boolean DBG = TelephonyUtils.IS_DEBUGGABLE;
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
D | Sms7BitEncodingTranslator.java | 26 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/ |
D | SatelliteServiceUtils.java | 43 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/ |
D | Rlog.java | 26 import com.android.internal.telephony.util.TelephonyUtils; 38 private static final boolean USER_BUILD = TelephonyUtils.IS_USER;
|