HomeSort by relevance Sort by last modified time
    Searched refs:sDeviceId (Results 1 - 4 of 4) 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/service/
EasServerConnection.java 106 private static String sDeviceId = null;
197 if (sDeviceId == null) {
198 sDeviceId = new AccountServiceProxy(mContext).getDeviceId();
199 if (sDeviceId == null) {
201 sDeviceId = "0";
205 sDeviceId + "&DeviceType=" + DEVICE_TYPE;
  /packages/apps/Exchange/src/com/android/exchange/
ExchangeService.java 551 if (sDeviceId == null) {
552 sDeviceId = new AccountServiceProxy(context).getDeviceId();
553 alwaysLog("Received deviceId from Email app: " + sDeviceId);
555 return sDeviceId;
  /packages/apps/Email/emailsync/src/com/android/emailsync/
SyncManager.java 209 protected static String sDeviceId = null;
    [all...]

Completed in 131 milliseconds