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.java79 final String consistentDeviceId = getConsistentDeviceId(context); in getDeviceIdInternal() local
80 if (consistentDeviceId != null) { in getDeviceIdInternal()
82 id = "androidc" + consistentDeviceId; in getDeviceIdInternal()