Searched refs:deviceId (Results 1 – 2 of 2) sorted by relevance
184 final String deviceId = Utility.getConsistentDeviceId(getContext()); in testGetConsistentDeviceId() local185 assertNotNull(deviceId); in testGetConsistentDeviceId()189 assertEquals(deviceId, deviceId2); in testGetConsistentDeviceId()
580 final String deviceId; in getConsistentDeviceId() local587 deviceId = tm.getDeviceId(); in getConsistentDeviceId()588 if (deviceId == null) { in getConsistentDeviceId()601 sha.update(Utility.toUtf8(deviceId)); in getConsistentDeviceId()