Searched refs:getConsistentDeviceId (Results 1 – 2 of 2) sorted by relevance
39 final String deviceId = Device.getConsistentDeviceId(getContext()); in testGetConsistentDeviceId()40 final String deviceId2 = Device.getConsistentDeviceId(getContext()); in testGetConsistentDeviceId()
80 final String consistentDeviceId = getConsistentDeviceId(context); in getDeviceIdInternal()95 public static String getConsistentDeviceId(Context context) { in getConsistentDeviceId() method in Device