Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DDeviceIdentifiersTest.java57 TelephonyManager::getMeid), telephonyManager.getMeid()); in testProfileOwnerCanGetDeviceIdentifiersWithPermission()
DEnrollmentSpecificIdTest.java95 final byte[] meid = getPaddedHardwareIdentifier(telephonyService.getMeid(0)).getBytes(); in calculateEsid()
DKeyManagementTest.java404 assertThat(teeAttestation.getMeid()).isEqualTo(expectedMeid); in validateDeviceIdAttestationData()
571 meid = telephonyService.getMeid(0); in assertAllVariantsOfDeviceIdAttestation()
/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
DDeviceIdentifiersTest.java54 TelephonyManager::getMeid), telephonyManager.getMeid()); in testDeviceOwnerCanGetDeviceIdentifiersWithPermission()
/cts/hostsidetests/appsecurity/test-apps/DeviceIdentifiers/src/android/appsecurity/cts/deviceids/
DDeviceIdentifierAppOpTest.java63 (tm) -> tm.getMeid()), telephonyManager.getMeid()); in testAccessToDeviceIdentifiersWithAppOp()
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DDeviceIdentifiersTest.java42 assertAccessDenied(telephonyManager::getMeid, mayReturnNull); in testProfileOwnerOnPersonalDeviceCannotGetDeviceIdentifiers()
/cts/tests/tests/telephony3/src/android/telephony3/cts/
DTelephonyManagerTest.java74 mTelephonyManager.getMeid()); in testDeviceIdentifiersAreNotAccessible()
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DTelephonyManagerTest.java1521 (tm) -> tm.getMeid()); in testGetMc()
1868 (tm) -> tm.getMeid()); in testGetMeid()
1897 (telephonyManager) -> telephonyManager.getMeid(slotIndex)); in testGetMeidForSlot()
1908 (tm) -> tm.getMeid(-1)); in testGetMeidForSlot()
1910 (tm) -> tm.getMeid(mTelephonyManager.getPhoneCount())); in testGetMeidForSlot()
/cts/tests/tests/keystore/src/android/keystore/cts/
DKeyAttestationTest.java820 assertNull(attestation.getTeeEnforced().getMeid()); in checkAttestationNoUniqueIds()
823 assertNull(attestation.getSoftwareEnforced().getMeid()); in checkAttestationNoUniqueIds()
/cts/tests/security/src/android/keystore/cts/
DAuthorizationList.java719 public String getMeid() { in getMeid() method in AuthorizationList
/cts/tests/tests/carrierapi/src/android/carrierapi/cts/
DCarrierApiTest.java507 mTelephonyManager.getMeid(); in testTelephonyApisAreAccessible()