Searched refs:meid (Results 1 – 3 of 3) sorted by relevance
542 String meid = mTelephonyManager.getMeid(); in testGetMeid() local546 assertMeidEsn(meid); in testGetMeid()561 String meid = mTelephonyManager.getMeid(i); in testGetMeidForSlot() local562 if (!TextUtils.isEmpty(meid)) { in testGetMeidForSlot()563 assertMeidEsn(meid); in testGetMeidForSlot()
191 private String meid; field in AuthorizationList296 meid = getStringFromAsn1Value(value); in AuthorizationList()553 return meid; in getMeid()
465 String meid = null; in testAllVariationsOfDeviceIdAttestation() local477 meid = telephonyService.getMeid(0); in testAllVariationsOfDeviceIdAttestation()483 if (meid != null) { in testAllVariationsOfDeviceIdAttestation()523 expectedMeid = meid; in testAllVariationsOfDeviceIdAttestation()