Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/data/
DMtpImage.java39 private final int mDeviceId; field in MtpImage
55 mDeviceId = deviceId; in MtpImage()
82 UsbDevice.getDeviceName(mDeviceId), mObjectId); in requestImage()
97 UsbDevice.getDeviceName(mDeviceId), mObjectId, mObjectSize);
106 UsbDevice.getDeviceName(mDeviceId), mObjectId, mObjectSize);
111 return mMtpContext.copyFile(UsbDevice.getDeviceName(mDeviceId), mObjInfo);
DMtpDevice.java35 private final int mDeviceId; field in MtpDevice
48 mDeviceId = deviceId; in MtpDevice()
132 childPath, mApplication, mDeviceId, child, mMtpContext); in getMediaItem()
/packages/apps/Exchange/exchange2/tests/src/com/android/exchange/
DEasSyncServiceTests.java101 svc.mDeviceId = ID; in setupService()
/packages/apps/Exchange/tests/src/com/android/exchange/
DEasSyncServiceTests.java101 svc.mDeviceId = ID; in setupService()
/packages/apps/Settings/src/com/android/settings/
DRadioInfo.java100 private TextView mDeviceId; //DeviceId is the IMEI in GSM and the MEID in CDMA field in RadioInfo
247 mDeviceId= (TextView) findViewById(R.id.imei); in onCreate()
607 mDeviceId.setText(s); in updateProperties()
/packages/apps/Exchange/exchange2/src/com/android/exchange/
DEasSyncService.java147 protected String mDeviceId = null; field in EasSyncService
392 svc.mDeviceId = ExchangeService.getDeviceId(context); in setupServiceForAccount()
443 mDeviceId = ExchangeService.getDeviceId(context); in validateAccount()
1171 mUserString = "&User=" + safeUserName + "&DeviceId=" + mDeviceId + in cacheAuthUserAndBaseUriStrings()
1861 mDeviceId = ExchangeService.getDeviceId(mContext); in run()
DEasOutboxService.java484 mDeviceId = ExchangeService.getDeviceId(mContext); in run()
DEasAccountService.java149 mDeviceId = ExchangeService.getDeviceId(mContext); in run()