Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DDeviceIdentifiersTest.java44 TelephonyManager telephonyManager = (TelephonyManager) mContext.getSystemService( in testProfileOwnerCanGetDeviceIdentifiersWithPermission() local
86 TelephonyManager telephonyManager = (TelephonyManager) mContext.getSystemService( in testProfileOwnerCannotGetDeviceIdentifiersWithoutPermission() local
/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
DDeviceIdentifiersTest.java44 TelephonyManager telephonyManager = (TelephonyManager) mContext.getSystemService( in testDeviceOwnerCanGetDeviceIdentifiersWithPermission() local
87 TelephonyManager telephonyManager = (TelephonyManager) mContext.getSystemService( in testDeviceOwnerCannotGetDeviceIdentifiersWithoutPermission() local
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DTelephonyUtils.java52 public static boolean isSkt(TelephonyManager telephonyManager) { in isSkt()
56 public static boolean isKt(TelephonyManager telephonyManager) { in isKt()
62 private static boolean isOperator(TelephonyManager telephonyManager, String operator) { in isOperator()
DCarrierServiceTest.java51 TelephonyManager telephonyManager = in hasCellular() local
DMmsTest.java315 final TelephonyManager telephonyManager = (TelephonyManager) context.getSystemService( in getSimNumber() local
DTelephonyManagerTest.java707 TelephonyManager telephonyManager = mTelephonyManager.createForPhoneAccountHandle(handle); in testCreateForPhoneAccountHandle() local
/cts/hostsidetests/appsecurity/test-apps/DeviceIdentifiers/src/android/appsecurity/cts/deviceids/
DDeviceIdentifierAppOpTest.java46 TelephonyManager telephonyManager = in testAccessToDeviceIdentifiersWithAppOp() local
/cts/tests/tests/permission2/src/android/permission2/cts/
DNoLocationPermissionTest.java79 TelephonyManager telephonyManager = (TelephonyManager) mContext.getSystemService( in testListenCellLocation() local
118 TelephonyManager telephonyManager = (TelephonyManager) mContext.getSystemService( in testListenCellLocation2() local
/cts/tests/tests/location/src/android/location/cts/
DEmergencyCallMessageTest.java79 final TelephonyManager telephonyManager = (TelephonyManager) context.getSystemService( in getPhoneNumber() local
DGnssTtffTests.java105 TelephonyManager telephonyManager = (TelephonyManager) getContext().getApplicationContext() in hasCellularData() local
/cts/tests/tests/provider/src/android/provider/cts/
DBlockedNumberContractTest.java81 TelephonyManager telephonyManager = mContext.getSystemService(TelephonyManager.class); in testProviderInteractionsAsRegularApp_fails() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/net/
DMultiNetworkConnectivityTestActivity.java384 private boolean isMobileDataEnabled(TelephonyManager telephonyManager) { in isMobileDataEnabled()
398 TelephonyManager telephonyManager = in checkPreRequisites() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DManifestTestListAdapter.java335 TelephonyManager telephonyManager = mContext.getSystemService( in matchAllConfigs() local
/cts/tests/tests/tethering/src/android/tethering/cts/
DTetheringManagerTest.java783 final TelephonyManager telephonyManager = (TelephonyManager) mContext.getSystemService( in testTetheringUpstream() local
/cts/tests/tests/carrierapi/src/android/carrierapi/cts/
DCarrierApiTest.java270 TelephonyManager telephonyManager = mTelephonyManager.createForSubscriptionId( in getFirstActivateCarrierPrivilegedSubscriptionId() local
/cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/EphemeralApp1/src/com/android/cts/ephemeralapp1/
DClientTest.java1241 final TelephonyManager telephonyManager = in testReadPhoneNumbersPermission() local