Home
last modified time | relevance | path

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

123

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcTesterDeactivateAll.java26 import com.android.internal.telephony.util.TelephonyUtils;
72 if (TelephonyUtils.IS_DEBUGGABLE) { in DcTesterDeactivateAll()
86 if (TelephonyUtils.IS_DEBUGGABLE) { in dispose()
H A DDcTesterFailBringUpAll.java27 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 DJobManager.java31 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 DTelephonyUtils.java35 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 DImsEntitlementReceiver.java42 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 DImsEntitlementPollingService.java50 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 DImsEntitlementApi.java39 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 DWfcActivationController.java47 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 DFcmService.java25 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 DFcmRegistrationService.java31 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 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()
H A DRilWakelockInfo.java22 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 DIccIoResult.java21 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 DEuiccUiDispatcherActivity.java36 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 DClientWakelockAccountantTest.java19 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 DRemoteVvmTaskManager.java42 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 DStkAppInstaller.java21 import com.android.internal.telephony.util.TelephonyUtils;
36 private static final boolean DBG = TelephonyUtils.IS_DEBUGGABLE;
H A DStkMenuConfig.java30 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 DRlog.java22 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 DRcsFeature.java46 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 DCbGeoUtils.java23 import com.android.internal.telephony.util.TelephonyUtils;
295 if (TelephonyUtils.IS_DEBUGGABLE) { in toString()
375 if (TelephonyUtils.IS_DEBUGGABLE) { in toString()
H A DPreciseDataConnectionState.java39 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 DSms7BitEncodingTranslator.java26 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 DImsEntitlementReceiverTest.java44 import com.android.imsserviceentitlement.utils.TelephonyUtils;
90 @Mock private TelephonyUtils mMockTelephonyUtils;
/aosp12/frameworks/base/telephony/common/android/telephony/
H A DLocationAccessPolicy.java35 import com.android.internal.telephony.util.TelephonyUtils;
224 if (TelephonyUtils.IS_DEBUGGABLE) { in logError()

123