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

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

Completed in 73 milliseconds