Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DDeviceIdentifiersTest.java55 (tm) -> tm.getMeid()), telephonyManager.getMeid()); in testProfileOwnerCanGetDeviceIdentifiersWithPermission()
101 telephonyManager.getMeid(); in testProfileOwnerCannotGetDeviceIdentifiersWithoutPermission()
/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
DDeviceIdentifiersTest.java55 (tm) -> tm.getMeid()), telephonyManager.getMeid()); in testDeviceOwnerCanGetDeviceIdentifiersWithPermission()
101 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.java1149 (tm) -> tm.getMeid()); in testGetMc()
1491 (tm) -> tm.getMeid()); in testGetMeid()
1520 (telephonyManager) -> telephonyManager.getMeid(slotIndex)); in testGetMeidForSlot()
1531 (tm) -> tm.getMeid(-1)); in testGetMeidForSlot()
1533 (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/keystore/src/android/keystore/cts/
DKeyAttestationTest.java683 assertNull(attestation.getTeeEnforced().getMeid()); in checkAttestationNoUniqueIds()
686 assertNull(attestation.getSoftwareEnforced().getMeid()); in checkAttestationNoUniqueIds()
/cts/tests/tests/carrierapi/src/android/carrierapi/cts/
DCarrierApiTest.java487 mTelephonyManager.getMeid(); in testTelephonyApisAreAccessible()