OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sDeviceId
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Email/emailcommon/src/com/android/emailcommon/
Device.java
34
private static String
sDeviceId
= null;
44
if (
sDeviceId
== null) {
45
sDeviceId
= getDeviceIdInternal(context);
47
return
sDeviceId
;
/packages/apps/Exchange/src/com/android/exchange/
ExchangeService.java
218
private static String
sDeviceId
= null;
[
all
...]
Completed in 52 milliseconds