Home
last modified time | relevance | path

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

12

/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcTesterDeactivateAll.java26 import com.android.internal.telephony.util.TelephonyUtils;
72 if (TelephonyUtils.IS_DEBUGGABLE) { in DcTesterDeactivateAll()
86 if (TelephonyUtils.IS_DEBUGGABLE) { in dispose()
DDcTesterFailBringUpAll.java27 import com.android.internal.telephony.util.TelephonyUtils;
80 if (TelephonyUtils.IS_DEBUGGABLE) { in DcTesterFailBringUpAll()
97 if (TelephonyUtils.IS_DEBUGGABLE) { in dispose()
DDataServiceManager.java57 import com.android.internal.telephony.util.TelephonyUtils;
142 throw TelephonyUtils.rethrowAsRuntimeException(e); in grantPermissionsToService()
168 throw TelephonyUtils.rethrowAsRuntimeException(e); in revokePermissionsFromUnusedDataServices()
DDcController.java40 import com.android.internal.telephony.util.TelephonyUtils;
142 mDcTesterDeactivateAll = (TelephonyUtils.IS_DEBUGGABLE) in DcController()
/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()
/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.java26 import com.android.internal.telephony.util.TelephonyUtils;
41 protected static final boolean DBG = TelephonyUtils.IS_DEBUGGABLE;
133 if (TelephonyUtils.IS_DEBUGGABLE) { in processMessage()
DTelephonyTester.java42 import com.android.internal.telephony.util.TelephonyUtils;
215 if (TelephonyUtils.IS_DEBUGGABLE) { in TelephonyTester()
245 if (TelephonyUtils.IS_DEBUGGABLE) { in dispose()
DRetryManager.java28 import com.android.internal.telephony.util.TelephonyUtils;
336 if (TelephonyUtils.IS_DEBUGGABLE) { in configureRetry()
DCarrierServiceBindHelper.java45 import com.android.internal.telephony.util.TelephonyUtils;
244 ComponentInfo componentInfo = TelephonyUtils.getComponentInfo(carrierResolveInfo); in rebind()
DLocaleTracker.java43 import com.android.internal.telephony.util.TelephonyUtils;
253 if (TelephonyUtils.IS_DEBUGGABLE) { in LocaleTracker()
DConnection.java32 import com.android.internal.telephony.util.TelephonyUtils;
1066 mExtras = TelephonyUtils.filterValues(mExtras); in setConnectionExtras()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DClientWakelockAccountantTest.java19 import com.android.internal.telephony.util.TelephonyUtils;
85 if (TelephonyUtils.IS_DEBUGGABLE) { in testStartAttributingWithZeroConcurrentRequests()
/frameworks/base/telephony/java/android/telephony/ims/feature/
DRcsFeature.java35 import com.android.internal.telephony.util.TelephonyUtils;
159 () -> TelephonyUtils.runWithCleanCallingIdentity(r), mExecutor).join(); in executeMethodAsync()
172 () -> TelephonyUtils.runWithCleanCallingIdentity(r), mExecutor); in executeMethodAsyncForResult()
/frameworks/base/telephony/java/com/android/telephony/
DRlog.java22 import com.android.internal.telephony.util.TelephonyUtils;
34 private static final boolean USER_BUILD = TelephonyUtils.IS_USER;
/frameworks/base/telephony/java/com/android/internal/telephony/
DSms7BitEncodingTranslator.java25 import com.android.internal.telephony.util.TelephonyUtils;
32 private static final boolean DBG = TelephonyUtils.IS_DEBUGGABLE;
/frameworks/base/telephony/java/android/telephony/
DCbGeoUtils.java23 import com.android.internal.telephony.util.TelephonyUtils;
295 if (TelephonyUtils.IS_DEBUGGABLE) { in toString()
375 if (TelephonyUtils.IS_DEBUGGABLE) { in toString()
DSubscriptionInfo.java40 import com.android.internal.telephony.util.TelephonyUtils;
772 if (iccId.length() > 9 && !TelephonyUtils.IS_DEBUGGABLE) { in givePrintableIccid()
789 + " mNumber=" + Rlog.pii(TelephonyUtils.IS_DEBUGGABLE, mNumber) in toString()
/frameworks/base/telephony/common/android/telephony/
DLocationAccessPolicy.java37 import com.android.internal.telephony.util.TelephonyUtils;
179 if (TelephonyUtils.IS_DEBUGGABLE) { in logError()
/frameworks/base/telephony/common/com/android/internal/telephony/util/
DTelephonyUtils.java38 public final class TelephonyUtils { class
/frameworks/base/telephony/java/android/telephony/data/
DDataProfile.java33 import com.android.internal.telephony.util.TelephonyUtils;
280 + "/" + (TelephonyUtils.IS_USER ? "***/***/***" : in toString()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DCallQualityMetrics.java30 import com.android.internal.telephony.util.TelephonyUtils;
46 private static final boolean IS_DEBUGGABLE = TelephonyUtils.IS_DEBUGGABLE;
DTelephonyMetrics.java111 import com.android.internal.telephony.util.TelephonyUtils;
2541 carrierIdMatchingResult.mccmnc = TelephonyUtils.emptyIfNull(simInfo.mccMnc); in writeCarrierIdMatchingEvent()
2542 carrierIdMatchingResult.spn = TelephonyUtils.emptyIfNull(simInfo.spn); in writeCarrierIdMatchingEvent()
2543 carrierIdMatchingResult.pnn = TelephonyUtils.emptyIfNull(simInfo.plmn); in writeCarrierIdMatchingEvent()
2544 carrierIdMatchingResult.gid1 = TelephonyUtils.emptyIfNull(simInfo.gid1); in writeCarrierIdMatchingEvent()
2545 carrierIdMatchingResult.gid2 = TelephonyUtils.emptyIfNull(simInfo.gid2); in writeCarrierIdMatchingEvent()
2546 carrierIdMatchingResult.imsiPrefix = TelephonyUtils.emptyIfNull(simInfo.imsiPrefixPattern); in writeCarrierIdMatchingEvent()
2547 carrierIdMatchingResult.iccidPrefix = TelephonyUtils.emptyIfNull(simInfo.iccidPrefix); in writeCarrierIdMatchingEvent()
2548 carrierIdMatchingResult.preferApn = TelephonyUtils.emptyIfNull(simInfo.apn); in writeCarrierIdMatchingEvent()
/frameworks/base/telephony/java/android/telephony/ims/
DImsCallProfile.java35 import com.android.internal.telephony.util.TelephonyUtils;
890 Bundle filtered = TelephonyUtils.filterValues(extras); in maybeCleanseExtras()
/frameworks/base/telephony/common/com/android/internal/telephony/
DSmsNumberUtils.java34 import com.android.internal.telephony.util.TelephonyUtils;
681 if (TelephonyUtils.IS_USER) { in secureHash()

12