HomeSort by relevance Sort by last modified time
    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/service/
EasServerConnection.java 108 private static String sDeviceId = null;
196 if (sDeviceId == null) {
197 sDeviceId = new AccountServiceProxy(mContext).getDeviceId();
198 if (sDeviceId == null) {
200 sDeviceId = "0";
204 sDeviceId + "&DeviceType=" + DEVICE_TYPE;

Completed in 61 milliseconds