Home
last modified time | relevance | path

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

/packages/modules/DeviceLock/tests/unittests/src/com/android/server/devicelock/
DDeviceLockServiceImplTest.java204 final String testMeid = "354403064522046"; in getDeviceId_withMEIDType_shouldReturnMEID() local
206 mShadowTelephonyManager.setMeid(/* slotIndex= */ 0, testMeid); in getDeviceId_withMEIDType_shouldReturnMEID()
214 bundle.putString(IDeviceLockControllerService.KEY_RESULT, testMeid); in getDeviceId_withMEIDType_shouldReturnMEID()
227 eq(DEVICE_ID_TYPE_MEID), eq(testMeid)); in getDeviceId_withMEIDType_shouldReturnMEID()