Searched refs:sDeviceId (Results 1 – 2 of 2) sorted by relevance
34 private static String sDeviceId = null; field in Device44 if (sDeviceId == null) { in getDeviceId()45 sDeviceId = getDeviceIdInternal(context); in getDeviceId()47 return sDeviceId; in getDeviceId()
222 private static String sDeviceId = null; field in ExchangeService1248 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()