Home
last modified time | relevance | path

Searched refs:getMeid (Results 1 – 8 of 8) sorted by relevance

/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DDeviceIdentifiersTest.java52 (tm) -> tm.getMeid()), telephonyManager.getMeid()); in testProfileOwnerCanGetDeviceIdentifiersWithPermission()
88 telephonyManager.getMeid(); in testProfileOwnerCannotGetDeviceIdentifiersWithoutPermission()
/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
DDeviceIdentifiersTest.java52 (tm) -> tm.getMeid()), telephonyManager.getMeid()); in testDeviceOwnerCanGetDeviceIdentifiersWithPermission()
88 telephonyManager.getMeid(); in testDeviceOwnerCannotGetDeviceIdentifiersWithoutPermission()
/cts/hostsidetests/appsecurity/test-apps/DeviceIdentifiers/src/android/appsecurity/cts/deviceids/
DDeviceIdentifierAppOpTest.java58 (tm) -> tm.getMeid()), telephonyManager.getMeid()); in testAccessToDeviceIdentifiersWithAppOp()
/cts/tests/tests/telephony3/src/android/telephony3/cts/
DTelephonyManagerTest.java70 mTelephonyManager.getMeid()); in testDeviceIdentifiersAreNotAccessible()
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DTelephonyManagerTest.java831 (tm) -> tm.getMeid()); in testGetMc()
1118 (tm) -> tm.getMeid()); in testGetMeid()
1148 (telephonyManager) -> telephonyManager.getMeid(slotIndex)); in testGetMeidForSlot()
1159 (tm) -> tm.getMeid(-1)); in testGetMeidForSlot()
1161 (tm) -> tm.getMeid(mTelephonyManager.getPhoneCount())); in testGetMeidForSlot()
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DKeyManagementTest.java388 assertThat(teeAttestation.getMeid()).isEqualTo(expectedMeid); in validateDeviceIdAttestationData()
563 meid = telephonyService.getMeid(0); in assertAllVariantsOfDeviceIdAttestation()
/cts/tests/security/src/android/keystore/cts/
DAuthorizationList.java586 public String getMeid() { in getMeid() method in AuthorizationList
/cts/tests/tests/carrierapi/src/android/carrierapi/cts/
DCarrierApiTest.java471 mTelephonyManager.getMeid(); in testTelephonyApisAreAccessible()