/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
H A 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()
|
H A 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()
|
/aosp12/packages/apps/ImsServiceEntitlement/src/com/android/imsserviceentitlement/job/ |
H A D | JobManager.java | 31 import com.android.imsserviceentitlement.utils.TelephonyUtils; 111 bundle.putInt(EXTRA_SLOT_ID, TelephonyUtils.getSlotId(mContext, mSubId)); in putSubIdAndRetryExtra() 166 if (!TelephonyUtils.isActivedSubId(context, subId)) { in isValidJob() 173 if (TelephonyUtils.getSlotId(context, subId) != slotId) { in isValidJob()
|
/aosp12/packages/apps/ImsServiceEntitlement/src/com/android/imsserviceentitlement/utils/ |
H A D | TelephonyUtils.java | 35 public class TelephonyUtils { class 41 public TelephonyUtils(Context context) { in TelephonyUtils() method in TelephonyUtils 45 public TelephonyUtils(Context context, int subId) { in TelephonyUtils() method in TelephonyUtils 198 return !TelephonyUtils.getFcmSenderId(context, subId).isEmpty(); in isFcmPushNotificationSupported()
|
/aosp12/packages/apps/ImsServiceEntitlement/src/com/android/imsserviceentitlement/ |
H A D | ImsEntitlementReceiver.java | 42 import com.android.imsserviceentitlement.utils.TelephonyUtils; 75 || !TelephonyUtils.isImsProvisioningRequired(context, currentSubId)) { in onReceive() 161 ret.telephonyUtils = new TelephonyUtils(context, subId); in createDependency() 170 public TelephonyUtils telephonyUtils;
|
H A D | ImsEntitlementPollingService.java | 50 import com.android.imsserviceentitlement.utils.TelephonyUtils; 149 private final TelephonyUtils mTelephonyUtils; 164 this.mTelephonyUtils = new TelephonyUtils(ImsEntitlementPollingService.this, subId); in EntitlementPollingTask() 166 this.mNeedsImsProvisioning = TelephonyUtils.isImsProvisioningRequired( in EntitlementPollingTask()
|
H A D | ImsEntitlementApi.java | 39 import com.android.imsserviceentitlement.utils.TelephonyUtils; 77 this.mNeedsImsProvisioning = TelephonyUtils.isImsProvisioningRequired(context, subId); in ImsEntitlementApi() 221 String entitlementServiceUrl = TelephonyUtils.getEntitlementServerUrl(context, mSubId); in getCarrierConfig()
|
H A D | WfcActivationController.java | 47 import com.android.imsserviceentitlement.utils.TelephonyUtils; 66 private final TelephonyUtils mTelephonyUtils; 89 this.mTelephonyUtils = new TelephonyUtils(context, getSubId()); in WfcActivationController()
|
/aosp12/packages/apps/ImsServiceEntitlement/src/com/android/imsserviceentitlement/fcm/ |
H A D | FcmService.java | 25 import com.android.imsserviceentitlement.utils.TelephonyUtils; 127 for (int subId : TelephonyUtils.getSubIdsWithFcmSupported(this)) { in scheduleEntitlementStatusCheckForSubIdAssociatedWithSenderId() 128 String configSenderId = TelephonyUtils.getFcmSenderId(this, subId); in scheduleEntitlementStatusCheckForSubIdAssociatedWithSenderId()
|
H A D | FcmRegistrationService.java | 31 import com.android.imsserviceentitlement.utils.TelephonyUtils; 117 for (int subId : TelephonyUtils.getSubIdsWithFcmSupported(this)) { in onHandleWork() 147 TelephonyUtils.getFcmSenderId(this, subId), in getTokenForSubId()
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
H A 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()
|
H A D | RilWakelockInfo.java | 22 import com.android.internal.telephony.util.TelephonyUtils; 60 if (TelephonyUtils.IS_DEBUGGABLE) { in validateConcurrentRequests()
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
H A D | IccIoResult.java | 21 import com.android.internal.telephony.util.TelephonyUtils; 205 + (TelephonyUtils.IS_DEBUGGABLE ? IccUtils.bytesToHexString(payload) : "*******") in toString()
|
/aosp12/packages/services/Telephony/src/com/android/phone/euicc/ |
H A D | EuiccUiDispatcherActivity.java | 36 import com.android.internal.telephony.util.TelephonyUtils; 181 TelephonyUtils.waitUntilReady(latch, CHANGE_PERMISSION_TIMEOUT_MS); in grantDefaultPermissionsToLuiApp() 202 TelephonyUtils.waitUntilReady(latch, CHANGE_PERMISSION_TIMEOUT_MS); in revokePermissionFromLuiApps()
|
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
H A D | ClientWakelockAccountantTest.java | 19 import com.android.internal.telephony.util.TelephonyUtils; 85 if (TelephonyUtils.IS_DEBUGGABLE) { in testStartAttributingWithZeroConcurrentRequests()
|
/aosp12/packages/services/Telephony/src/com/android/phone/vvm/ |
H A D | RemoteVvmTaskManager.java | 42 import com.android.internal.telephony.util.TelephonyUtils; 172 "Component " + TelephonyUtils.getComponentInfo(info) in getRemotePackage() 186 ComponentInfo componentInfo = TelephonyUtils.getComponentInfo(info); in getRemotePackage() 206 ComponentInfo componentInfo = TelephonyUtils.getComponentInfo(info.get(0)); in getBroadcastPackage()
|
/aosp12/packages/apps/Stk/src/com/android/stk/ |
H A D | StkAppInstaller.java | 21 import com.android.internal.telephony.util.TelephonyUtils; 36 private static final boolean DBG = TelephonyUtils.IS_DEBUGGABLE;
|
H A D | StkMenuConfig.java | 30 import com.android.internal.telephony.util.TelephonyUtils; 42 private static final boolean DBG = TelephonyUtils.IS_DEBUGGABLE;
|
/aosp12/frameworks/base/telephony/java/com/android/telephony/ |
H A D | Rlog.java | 22 import com.android.internal.telephony.util.TelephonyUtils; 34 private static final boolean USER_BUILD = TelephonyUtils.IS_USER;
|
/aosp12/frameworks/base/telephony/java/android/telephony/ims/feature/ |
H A 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()
|
/aosp12/frameworks/base/telephony/java/android/telephony/ |
H A 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()
|
H A D | PreciseDataConnectionState.java | 39 import com.android.internal.telephony.util.TelephonyUtils; 320 sb.append(" state: " + TelephonyUtils.dataStateToString(mState)); in toString()
|
/aosp12/frameworks/base/telephony/java/com/android/internal/telephony/ |
H A D | Sms7BitEncodingTranslator.java | 26 import com.android.internal.telephony.util.TelephonyUtils; 33 private static final boolean DBG = TelephonyUtils.IS_DEBUGGABLE;
|
/aosp12/packages/apps/ImsServiceEntitlement/tests/unittests/src/com/android/imsserviceentitlement/ |
H A D | ImsEntitlementReceiverTest.java | 44 import com.android.imsserviceentitlement.utils.TelephonyUtils; 90 @Mock private TelephonyUtils mMockTelephonyUtils;
|
/aosp12/frameworks/base/telephony/common/android/telephony/ |
H A D | LocationAccessPolicy.java | 35 import com.android.internal.telephony.util.TelephonyUtils; 224 if (TelephonyUtils.IS_DEBUGGABLE) { in logError()
|