Home
last modified time | relevance | path

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

/packages/apps/Email/tests/src/com/android/emailcommon/
DDeviceTests.java39 final String deviceId = Device.getConsistentDeviceId(getContext()); in testGetConsistentDeviceId()
40 final String deviceId2 = Device.getConsistentDeviceId(getContext()); in testGetConsistentDeviceId()
/packages/apps/Email/emailcommon/src/com/android/emailcommon/
DDevice.java80 final String consistentDeviceId = getConsistentDeviceId(context); in getDeviceIdInternal()
95 public static String getConsistentDeviceId(Context context) { in getConsistentDeviceId() method in Device