OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:consistentdeviceid
(Results
1 - 1
of
1
) sorted by null
/packages/apps/Email/emailcommon/src/com/android/emailcommon/
Device.java
80
final String
consistentDeviceId
= getConsistentDeviceId(context);
81
if (
consistentDeviceId
!= null) {
83
id = "androidc" +
consistentDeviceId
;
Completed in 187 milliseconds