Home
last modified time | relevance | path

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

/packages/apps/Email/tests/src/com/android/email/
DUtilityUnitTests.java184 final String deviceId = Utility.getConsistentDeviceId(getContext()); in testGetConsistentDeviceId() local
185 assertNotNull(deviceId); in testGetConsistentDeviceId()
189 assertEquals(deviceId, deviceId2); in testGetConsistentDeviceId()
/packages/apps/Email/src/com/android/email/
DUtility.java580 final String deviceId; in getConsistentDeviceId() local
587 deviceId = tm.getDeviceId(); in getConsistentDeviceId()
588 if (deviceId == null) { in getConsistentDeviceId()
601 sha.update(Utility.toUtf8(deviceId)); in getConsistentDeviceId()