Home
last modified time | relevance | path

Searched refs:meid (Results 1 – 4 of 4) sorted by relevance

/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DEnrollmentSpecificIdTest.java95 final byte[] meid = getPaddedHardwareIdentifier(telephonyService.getMeid(0)).getBytes(); in calculateEsid()
105 final int totalIdentifiersLength = serialNumber.length + imei.length + meid.length in calculateEsid()
110 fixedIdentifiers.put(meid); in calculateEsid()
DKeyManagementTest.java557 String meid = null; in assertAllVariantsOfDeviceIdAttestation() local
571 meid = telephonyService.getMeid(0); in assertAllVariantsOfDeviceIdAttestation()
577 if (meid != null) { in assertAllVariantsOfDeviceIdAttestation()
620 expectedMeid = meid; in assertAllVariantsOfDeviceIdAttestation()
/cts/tests/security/src/android/keystore/cts/
DAuthorizationList.java204 private String meid; field in AuthorizationList
321 meid = getStringFromAsn1Value(value); in AuthorizationList()
445 meid = CborUtils.getString(submodMap, key); in AuthorizationList()
720 return meid; in getMeid()
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DTelephonyManagerTest.java1520 String meid = ShellIdentityUtils.invokeMethodWithShellPermissions(mTelephonyManager, in testGetMc() local
1523 if (mc == null || meid == null) { in testGetMc()
1530 assertNotEquals("", meid); in testGetMc()
1534 assertEquals(meid.substring(0, 8), mc); in testGetMc()
1867 String meid = ShellIdentityUtils.invokeMethodWithShellPermissions(mTelephonyManager, in testGetMeid() local
1872 assertMeidEsn(meid); in testGetMeid()
1895 String meid = ShellIdentityUtils.invokeMethodWithShellPermissions( in testGetMeidForSlot() local
1899 if (!TextUtils.isEmpty(meid)) { in testGetMeidForSlot()
1900 assertMeidEsn(meid); in testGetMeidForSlot()