Home
last modified time | relevance | path

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

/packages/apps/Email/emailcommon/src/com/android/emailcommon/
DDevice.java80 final String consistentDeviceId = getConsistentDeviceId(context); in getDeviceIdInternal() local
81 if (consistentDeviceId != null) { in getDeviceIdInternal()
83 id = "androidc" + consistentDeviceId; in getDeviceIdInternal()