Home
last modified time | relevance | path

Searched defs:telephonyManager (Results 1 – 25 of 68) sorted by relevance

123

/frameworks/opt/net/ims/src/java/com/android/ims/rcs/uce/presence/publish/
DPublishUtils.java69 TelephonyManager telephonyManager = getTelephonyManager(context, subId); in getDeviceContactUri() local
104 private static Uri getContactUriFromIsim(TelephonyManager telephonyManager) { in getContactUriFromIsim()
130 private static Uri getContactUriFromLine1Number(TelephonyManager telephonyManager) { in getContactUriFromLine1Number()
155 TelephonyManager telephonyManager = context.getSystemService(TelephonyManager.class); in getTelephonyManager() local
/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger/
DPhoneCallStateHandler.java63 TelephonyManager telephonyManager, in PhoneCallStateHandler()
92 MyCallStateListener(TelephonyManager telephonyManager) { in MyCallStateListener()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/
DDeviceInfoUtils.java182 final TelephonyManager telephonyManager = context.getSystemService( in getFormattedPhoneNumber() local
197 final TelephonyManager telephonyManager = context.getSystemService( in getFormattedPhoneNumbers() local
/frameworks/base/services/core/java/com/android/server/updates/
DEmergencyNumberDbInstallReceiver.java40 TelephonyManager telephonyManager = (TelephonyManager) context.getSystemService( in postInstall() local
/frameworks/opt/localepicker/tests/src/com/android/localepicker/
DLocaleStoreTest.java51 TelephonyManager telephonyManager = application.getSystemService(TelephonyManager.class); in setupTelephonyManager() local
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/prod/
DFullMobileConnectionRepositoryTest.kt461 val telephonyManager = in connectionInfo_logging_notCarrierMerged_getsUpdates() constant
501 val telephonyManager = in connectionInfo_logging_carrierMerged_getsUpdates() constant
543 val telephonyManager = in connectionInfo_logging_updatesWhenCarrierMergedUpdates() constant
614 val telephonyManager = in connectionInfo_logging_doesNotLogUpdatesForNotActiveRepo() constant
/frameworks/base/telephony/common/com/android/internal/telephony/
DCarrierAppUtils.java80 TelephonyManager telephonyManager, @UserIdInt int userId, Context context) { in disableCarrierAppsUntilPrivileged()
140 @Nullable TelephonyManager telephonyManager, ContentResolver contentResolver, in disableCarrierAppsUntilPrivileged()
346 TelephonyManager telephonyManager, int userId, Context context) { in getDefaultCarrierApps()
DSmsNumberUtils.java576 final TelephonyManager telephonyManager = ((TelephonyManager) context in filterDestAddr() local
602 private static int getNetworkType(TelephonyManager telephonyManager) { in getNetworkType()
621 private static boolean isInternationalRoaming(TelephonyManager telephonyManager) { in isInternationalRoaming()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/util/
DVoicemailNotificationSettingsUtil.java99 TelephonyManager telephonyManager = TelephonyManager.from(context); in migrateVoicemailVibrationSettingsIfNeeded() local
138 TelephonyManager telephonyManager = TelephonyManager.from(context); in migrateVoicemailRingtoneSettingsIfNeeded() local
/frameworks/base/packages/SystemUI/tests/utils/src/android/telephony/
DTelephonyManagerKosmos.kt26 val Kosmos.telephonyManager by Fixture { in <lambda>() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/domain/interactor/
DSimBouncerInteractor.kt63 private val telephonyManager: TelephonyManager, constant in com.android.systemui.bouncer.domain.interactor.SimBouncerInteractor
185 val telephonyManager: TelephonyManager = in verifySimPin() constant
258 val telephonyManager = telephonyManager.createForSubscriptionId(subscriptionId) in verifySimPuk() constant
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/satellite/data/
DDeviceBasedSatelliteRepositorySwitcherTest.kt54 private val telephonyManager = mock<TelephonyManager>() constant in com.android.systemui.statusbar.pipeline.satellite.data.DeviceBasedSatelliteRepositorySwitcherTest
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DOperatorNameViewController.java59 TelephonyManager telephonyManager, in OperatorNameViewController()
134 TelephonyManager telephonyManager, in Factory()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DSensitiveNotificationProtectionControllerImpl.java168 TelephonyManager telephonyManager, in SensitiveNotificationProtectionControllerImpl()
243 TelephonyManager telephonyManager) { in getNotificationProtectionExemptPackages()
/frameworks/base/packages/SystemUI/src/com/android/systemui/telephony/
DTelephonyListenerManager.java51 TelephonyManager telephonyManager, in TelephonyListenerManager()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCarrierInfoManager.java298 final TelephonyManager telephonyManager = context.getSystemService(TelephonyManager.class) in resetCarrierKeysForImsiEncryption() local
339 final TelephonyManager telephonyManager = context.getSystemService( in deleteCarrierInfoForImsiEncryption() local
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardSimPinViewController.java95 TelephonyManager telephonyManager, FalsingCollector falsingCollector, in KeyguardSimPinViewController()
326 TelephonyManager telephonyManager = mTelephonyManager.createForSubscriptionId(mSubId); in run() local
DKeyguardSimPukViewController.java92 TelephonyManager telephonyManager, FalsingCollector falsingCollector, in KeyguardSimPukViewController()
419 TelephonyManager telephonyManager = mTelephonyManager.createForSubscriptionId(mSubId); in run() local
/frameworks/libs/service_entitlement/java/com/android/libraries/entitlement/
DEapAkaHelper.java67 TelephonyManager telephonyManager = in getEapAkaRootNai() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/prod/
DCarrierMergedConnectionRepository.kt60 private val telephonyManager: TelephonyManager, in <lambda>() constant in com.android.systemui.statusbar.pipeline.mobile.data.repository.prod.CarrierMergedConnectionRepository
205 private val telephonyManager: TelephonyManager, in <lambda>() constant in com.android.systemui.statusbar.pipeline.mobile.data.repository.prod.CarrierMergedConnectionRepository.Factory
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DOperatorNameViewControllerTest.kt64 private var telephonyManager = kosmos.telephonyManager variable
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DSensitiveNotificationProtectionControllerFlagDisabledTest.kt50 @Mock private lateinit var telephonyManager: TelephonyManager variable in com.android.systemui.statusbar.policy.SensitiveNotificationProtectionControllerFlagDisabledTest
/frameworks/base/tests/vcn/java/com/android/server/vcn/
DVcnTest.java154 final TelephonyManager telephonyManager = mock(TelephonyManager.class); in setupAndGetTelephonyManager() local
228 final TelephonyManager telephonyManager = in testMobileDataStateCheckedOnInitialization_disabled() local
/frameworks/libs/service_entitlement/java/com/android/libraries/entitlement/eapaka/
DEapAkaResponse.java86 TelephonyManager telephonyManager = in respondToEapAkaChallenge() local
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/airplane/data/repository/
DAirplaneModeRepositoryImplTest.kt52 @Mock private lateinit var telephonyManager: TelephonyManager variable in com.android.systemui.statusbar.pipeline.airplane.data.repository.AirplaneModeRepositoryImplTest

123