Searched refs:mDeviceId (Results 1 - 8 of 8) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DMtpImage.java41 private final int mDeviceId; field in class:MtpImage
56 mDeviceId = deviceId;
83 UsbDevice.getDeviceName(mDeviceId), mObjectId);
99 UsbDevice.getDeviceName(mDeviceId), mObjectId, mObjectSize);
108 UsbDevice.getDeviceName(mDeviceId), mObjectId, mObjectSize);
113 return mMtpContext.copyFile(UsbDevice.getDeviceName(mDeviceId), mObjInfo);
H A DMtpDevice.java38 private final int mDeviceId; field in class:MtpDevice
50 mDeviceId = deviceId;
134 childPath, mApplication, mDeviceId, child, mMtpContext);
/packages/apps/Exchange/exchange2/tests/src/com/android/exchange/
H A DEasSyncServiceTests.java101 svc.mDeviceId = ID;
/packages/apps/Exchange/tests/src/com/android/exchange/
H A DEasSyncServiceTests.java101 svc.mDeviceId = ID;
/packages/apps/Settings/src/com/android/settings/
H A DRadioInfo.java102 private TextView mDeviceId; //DeviceId is the IMEI in GSM and the MEID in CDMA field in class:RadioInfo
263 mDeviceId= (TextView) findViewById(R.id.imei);
646 mDeviceId.setText(s);
/packages/apps/Exchange/exchange2/src/com/android/exchange/
H A DEasSyncService.java147 protected String mDeviceId = null; field in class:EasSyncService
392 svc.mDeviceId = ExchangeService.getDeviceId(context);
443 mDeviceId = ExchangeService.getDeviceId(context);
1171 mUserString = "&User=" + safeUserName + "&DeviceId=" + mDeviceId +
1863 mDeviceId = ExchangeService.getDeviceId(mContext);
H A DEasOutboxService.java484 mDeviceId = ExchangeService.getDeviceId(mContext);
H A DEasAccountService.java149 mDeviceId = ExchangeService.getDeviceId(mContext);

Completed in 151 milliseconds