Searched refs:getMeid (Results 1 – 11 of 11) sorted by relevance
57 TelephonyManager::getMeid), telephonyManager.getMeid()); in testProfileOwnerCanGetDeviceIdentifiersWithPermission()
95 final byte[] meid = getPaddedHardwareIdentifier(telephonyService.getMeid(0)).getBytes(); in calculateEsid()
404 assertThat(teeAttestation.getMeid()).isEqualTo(expectedMeid); in validateDeviceIdAttestationData()571 meid = telephonyService.getMeid(0); in assertAllVariantsOfDeviceIdAttestation()
54 TelephonyManager::getMeid), telephonyManager.getMeid()); in testDeviceOwnerCanGetDeviceIdentifiersWithPermission()
63 (tm) -> tm.getMeid()), telephonyManager.getMeid()); in testAccessToDeviceIdentifiersWithAppOp()
42 assertAccessDenied(telephonyManager::getMeid, mayReturnNull); in testProfileOwnerOnPersonalDeviceCannotGetDeviceIdentifiers()
74 mTelephonyManager.getMeid()); in testDeviceIdentifiersAreNotAccessible()
1521 (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()
820 assertNull(attestation.getTeeEnforced().getMeid()); in checkAttestationNoUniqueIds()823 assertNull(attestation.getSoftwareEnforced().getMeid()); in checkAttestationNoUniqueIds()
719 public String getMeid() { in getMeid() method in AuthorizationList
507 mTelephonyManager.getMeid(); in testTelephonyApisAreAccessible()