Searched refs:deviceId (Results 1 – 4 of 4) sorted by relevance
193 String deviceId = mTelephonyManager.getDeviceId(); in testGetDeviceId() local194 verifyDeviceId(deviceId); in testGetDeviceId()203 String deviceId = mTelephonyManager.getDeviceId(mTelephonyManager.getDefaultSim()); in testGetDeviceIdForSlotId() local204 verifyDeviceId(deviceId); in testGetDeviceIdForSlotId()211 private void verifyDeviceId(String deviceId) { in verifyDeviceId() argument215 assertGsmDeviceId(deviceId); in verifyDeviceId()221 assertGsmDeviceId(deviceId); in verifyDeviceId()223 assertCdmaDeviceId(deviceId); in verifyDeviceId()244 private static void assertGsmDeviceId(String deviceId) { in assertGsmDeviceId() argument247 assertTrue("IMEI device id " + deviceId + " does not match pattern " + imeiPattern, in assertGsmDeviceId()[all …]
104 String deviceId = mCameraIds[i]; in testSingleImageBasic() local109 openDevice(deviceId); in testSingleImageBasic()136 String dngFilePath = DEBUG_FILE_NAME_BASE + "/camera_basic_" + deviceId + "_" + in testSingleImageBasic()143 Log.v(TAG, "Test DNG file for camera " + deviceId + " saved to " + dngFilePath); in testSingleImageBasic()146 closeDevice(deviceId); in testSingleImageBasic()177 String deviceId = mCameraIds[i]; in testSingleImageThumbnail() local184 openDevice(deviceId); in testSingleImageThumbnail()235 String filePath = DEBUG_FILE_NAME_BASE + "/camera_thumb_" + deviceId + "_" + in testSingleImageThumbnail()242 Log.v(TAG, "Test DNG file for camera " + deviceId + " saved to " + filePath); in testSingleImageThumbnail()245 closeDevice(deviceId); in testSingleImageThumbnail()[all …]
102 deviceId = buildInfo.getAttribute("deviceID")110 self.addKV("serial", deviceId)
221 int deviceId = 1; in testGetDeviceId() local223 KeyEvent.META_SHIFT_ON, deviceId, 1); in testGetDeviceId()224 assertEquals(deviceId, mKeyEvent.getDeviceId()); in testGetDeviceId()