/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
D | DcTesterDeactivateAll.java | 26 import com.android.internal.telephony.util.TelephonyUtils; 72 if (TelephonyUtils.IS_DEBUGGABLE) { in DcTesterDeactivateAll() 86 if (TelephonyUtils.IS_DEBUGGABLE) { in dispose()
|
D | DcTesterFailBringUpAll.java | 27 import com.android.internal.telephony.util.TelephonyUtils; 80 if (TelephonyUtils.IS_DEBUGGABLE) { in DcTesterFailBringUpAll() 97 if (TelephonyUtils.IS_DEBUGGABLE) { in dispose()
|
D | DcController.java | 36 import com.android.internal.telephony.util.TelephonyUtils; 117 mDcTesterDeactivateAll = (TelephonyUtils.IS_DEBUGGABLE) in DcController()
|
D | DataServiceManager.java | 60 import com.android.internal.telephony.util.TelephonyUtils; 169 TelephonyUtils.waitUntilReady(latch, CHANGE_PERMISSION_TIMEOUT_MS); in grantPermissionsToService() 204 TelephonyUtils.waitUntilReady(latch, CHANGE_PERMISSION_TIMEOUT_MS); in revokePermissionsFromUnusedDataServices()
|
/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()
|
/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 | TelephonyTester.java | 42 import com.android.internal.telephony.util.TelephonyUtils; 226 if (TelephonyUtils.IS_DEBUGGABLE) { in TelephonyTester() 257 if (TelephonyUtils.IS_DEBUGGABLE) { in dispose()
|
D | CarrierServiceBindHelper.java | 45 import com.android.internal.telephony.util.TelephonyUtils; 244 ComponentInfo componentInfo = TelephonyUtils.getComponentInfo(carrierResolveInfo); in rebind()
|
D | RetryManager.java | 35 import com.android.internal.telephony.util.TelephonyUtils; 350 if (TelephonyUtils.IS_DEBUGGABLE) { in configureRetry()
|
D | LocaleTracker.java | 43 import com.android.internal.telephony.util.TelephonyUtils; 254 if (TelephonyUtils.IS_DEBUGGABLE) { in LocaleTracker()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | ClientWakelockAccountantTest.java | 19 import com.android.internal.telephony.util.TelephonyUtils; 85 if (TelephonyUtils.IS_DEBUGGABLE) { in testStartAttributingWithZeroConcurrentRequests()
|
/frameworks/base/telephony/java/com/android/telephony/ |
D | Rlog.java | 22 import com.android.internal.telephony.util.TelephonyUtils; 34 private static final boolean USER_BUILD = TelephonyUtils.IS_USER;
|
/frameworks/base/telephony/java/android/telephony/ims/feature/ |
D | RcsFeature.java | 46 import com.android.internal.telephony.util.TelephonyUtils; 161 () -> TelephonyUtils.runWithCleanCallingIdentity(r), mExecutor).join(); in executeMethodAsync() 174 () -> TelephonyUtils.runWithCleanCallingIdentity(r), mExecutor); in executeMethodAsyncForResult()
|
/frameworks/base/telephony/java/android/telephony/ |
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()
|
D | PreciseDataConnectionState.java | 39 import com.android.internal.telephony.util.TelephonyUtils; 320 sb.append(" state: " + TelephonyUtils.dataStateToString(mState)); in toString()
|
D | SubscriptionInfo.java | 43 import com.android.internal.telephony.util.TelephonyUtils; 853 if (iccId.length() > 9 && !TelephonyUtils.IS_DEBUGGABLE) { in givePrintableIccid() 870 + " number=" + Rlog.pii(TelephonyUtils.IS_DEBUGGABLE, mNumber) in toString()
|
/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/base/telephony/common/android/telephony/ |
D | LocationAccessPolicy.java | 35 import com.android.internal.telephony.util.TelephonyUtils; 224 if (TelephonyUtils.IS_DEBUGGABLE) { in logError()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/ |
D | CallQualityMetrics.java | 30 import com.android.internal.telephony.util.TelephonyUtils; 46 private static final boolean IS_DEBUGGABLE = TelephonyUtils.IS_DEBUGGABLE;
|
/frameworks/base/telephony/java/android/telephony/data/ |
D | DataProfile.java | 33 import com.android.internal.telephony.util.TelephonyUtils; 280 + "/" + (TelephonyUtils.IS_USER ? "***/***/***" : in toString()
|
/frameworks/base/telephony/common/com/android/internal/telephony/util/ |
D | TelephonyUtils.java | 44 public final class TelephonyUtils { class
|
/frameworks/base/telephony/common/com/android/internal/telephony/ |
D | CarrierAppUtils.java | 36 import com.android.internal.telephony.util.TelephonyUtils; 320 UserHandle.of(userId), TelephonyUtils.DIRECT_EXECUTOR, isSuccess -> { }); in disableCarrierAppsUntilPrivileged()
|
D | SmsNumberUtils.java | 34 import com.android.internal.telephony.util.TelephonyUtils; 681 if (TelephonyUtils.IS_USER) { in secureHash()
|
/frameworks/base/telephony/java/android/telephony/ims/ |
D | ImsCallProfile.java | 39 import com.android.internal.telephony.util.TelephonyUtils; 1060 Bundle filtered = TelephonyUtils.filterValues(extras); in maybeCleanseExtras()
|