HomeSort by relevance Sort by last modified time
    Searched defs:meid (Results 1 - 4 of 4) sorted by null

  /frameworks/base/keystore/java/android/security/keystore/
AttestationUtils.java 145 final String meid = telephonyService.getDeviceId(); local
146 if (meid == null) {
147 throw new DeviceIdAttestationException("Unable to retrieve MEID");
150 meid.getBytes(StandardCharsets.UTF_8));
  /cts/tests/tests/telephony/src/android/telephony/cts/
TelephonyManagerTest.java 243 * Tests that the device properly reports either a valid IMEI, MEID/ESN, or a valid MAC address
252 * Tests that the device properly reports either a valid IMEI, MEID/ESN, or a valid MAC address
267 // Either IMEI or MEID need to be valid.
333 // CDMA device IDs may either be a 14-hex-digit MEID or an
341 fail("device id on CDMA must be 14-digit hex MEID or 8-digit hex ESN.");
354 // MEID must NOT include the check digit.
356 assertTrue("MEID device id " + deviceId + " does not match pattern " + meidPattern,
475 // If IMEI is empty, then MEID must not be empty. A phone should have either a
476 // IMEI or MEID. The validation of MEID will be checked by testGetMeid()
508 String meid = mTelephonyManager.getMeid(); local
531 String meid = mTelephonyManager.getMeid(i); local
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.4_r1-robolectric-1.jar 

Completed in 93 milliseconds