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

  /packages/apps/Settings/tests/robotests/src/com/android/settings/deviceinfo/imei/
ImeiInfoPreferenceControllerTest.java 97 final String meid = "125132215123"; local
99 doReturn(meid).when(mController).getMeid(anyInt());
104 verify(mPreference).setSummary(meid);
110 final String meid = "125132215123"; local
113 doReturn(meid).when(mController).getMeid(anyInt());
120 verify(mPreference).setSummary(meid);
121 verify(mSecondSimPreference).setSummary(meid);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
TelephonyCapabilities.java 102 * id is called "IMEI" on GSM phones and "MEID" on CDMA phones.
108 return com.android.internal.R.string.meid;
RadioResponse.java     [all...]
  /frameworks/base/keystore/java/android/security/keystore/
AttestationUtils.java 159 final String meid = telephonyService.getMeid(0); local
160 if (meid == null) {
161 throw new DeviceIdAttestationException("Unable to retrieve MEID");
164 meid.getBytes(StandardCharsets.UTF_8));
  /cts/tests/tests/telephony/src/android/telephony/cts/
TelephonyManagerTest.java 269 * Tests that the device properly reports either a valid IMEI, MEID/ESN, or a valid MAC address
278 * Tests that the device properly reports either a valid IMEI, MEID/ESN, or a valid MAC address
293 // Either IMEI or MEID need to be valid.
363 // CDMA device IDs may either be a 14-hex-digit MEID or an
366 assertFalse("Meid ESN should not be empty or null", TextUtils.isEmpty(id));
372 fail("device id on CDMA must be 14-digit hex MEID or 8-digit hex ESN.");
388 // MEID must NOT include the check digit.
391 assertTrue("MEID device id " + deviceId + " does not match pattern "
393 assertFalse("MEID device id " + deviceId + "must not be a zero sequence",
538 * Tests that the device properly reports either a valid MEID or null
542 String meid = mTelephonyManager.getMeid(); local
561 String meid = mTelephonyManager.getMeid(i); local
    [all...]
  /cts/tests/security/src/android/keystore/cts/
AuthorizationList.java 191 private String meid; field in class:AuthorizationList
296 meid = getStringFromAsn1Value(value);
553 return meid;
  /cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
KeyManagementTest.java 465 String meid = null; local
472 // Get IMEI and MEID of the device.
477 meid = telephonyService.getMeid(0);
482 // Same for MEID
483 if (meid != null) {
511 // Set the expected values for serial, IMEI and MEID depending on whether
523 expectedMeid = meid;
  /external/autotest/client/cros/cellular/
pseudo_modem.py 282 meid='A100000DCE2CA0',
293 meid: string, the mobile equipment id (CDMA only?).
304 self.meid = meid
352 'EquipmentIdentifier': self.meid,
  /external/nos/host/generic/nugget/proto/nugget/app/keymaster/
keymaster.proto 368 bytes meid = 8;
  /hardware/interfaces/radio/1.0/
IRadioResponse.hal     [all...]
  /hardware/interfaces/radio/1.0/vts/functional/
radio_hidl_hal_utils_v1_0.h 293 const ::android::hardware::hidl_string& meid);
  /hardware/interfaces/radio/1.1/vts/functional/
radio_hidl_hal_utils_v1_1.h 294 const ::android::hardware::hidl_string& meid);
  /packages/apps/Dialer/java/com/android/dialer/dialpadview/
SpecialCharSequenceMgr.java 335 : R.string.meid;
391 // If this is the valid length IMEI or MEID (14 digits), show it in all formats, otherwise fall
  /hardware/interfaces/radio/1.2/vts/functional/
radio_hidl_hal_utils_v1_2.h 293 const ::android::hardware::hidl_string& meid);

Completed in 1897 milliseconds