Home
last modified time | relevance | path

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

/packages/apps/Email/emailcommon/src/com/android/emailcommon/
DDevice.java34 private static String sDeviceId = null; field in Device
44 if (sDeviceId == null) { in getDeviceId()
45 sDeviceId = getDeviceIdInternal(context); in getDeviceId()
47 return sDeviceId; in getDeviceId()
/packages/apps/Exchange/exchange2/src/com/android/exchange/
DExchangeService.java222 private static String sDeviceId = null; field in ExchangeService
1248 if (sDeviceId == null) { in getDeviceId()
1249 sDeviceId = new AccountServiceProxy(context).getDeviceId(); in getDeviceId()
1250 alwaysLog("Received deviceId from Email app: " + sDeviceId); in getDeviceId()
1252 return sDeviceId; in getDeviceId()
1854 if (sDeviceId == null) { in onStartCommand()
1858 sDeviceId = deviceId; in onStartCommand()
1862 if (sDeviceId == null) { in onStartCommand()