Searched refs:mDeviceName (Results 1 – 5 of 5) sorted by relevance
/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
D | MtpDevice.java | 36 private final String mDeviceName; field in MtpDevice 49 mDeviceName = UsbDevice.getDeviceName(deviceId); in MtpDevice() 68 .getStorageList(mDeviceName); in loadItems() 93 mDeviceName, storageId, objectId); in queryChildren() 167 return mMtpContext.copyAlbum(mDeviceName, mName, mJpegChildren); in Import()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
D | BluetoothOppTransferActivity.java | 268 tmp = getString(R.string.download_line1, mTransInfo.mDeviceName); in customizeViewContent() 287 tmp = getString(R.string.upload_line1, mTransInfo.mDeviceName); in customizeViewContent() 306 tmp = getString(R.string.bt_sm_2_1, mTransInfo.mDeviceName); in customizeViewContent() 324 .getStatusDescription(this, mTransInfo.mStatus, mTransInfo.mDeviceName)); in customizeViewContent() 331 tmp = getString(R.string.upload_fail_line1, mTransInfo.mDeviceName); in customizeViewContent() 338 this, mTransInfo.mStatus, mTransInfo.mDeviceName)); in customizeViewContent() 400 msg = getString(R.string.bt_toast_3, mTransInfo.mDeviceName); in onClick() 402 msg = getString(R.string.bt_toast_6, mTransInfo.mDeviceName); in onClick()
|
D | BluetoothOppTransferInfo.java | 60 String mDeviceName; // bt device name field in BluetoothOppTransferInfo
|
D | BluetoothOppIncomingFileConfirmActivity.java | 132 String text = getString(R.string.incoming_file_confirm_content, mTransInfo.mDeviceName, in createView() 205 mTransInfo.mDeviceName)); in onTimeout()
|
D | BluetoothOppUtility.java | 107 info.mDeviceName = in queryRecord() 303 transInfo.mDeviceName); in retryTransfer()
|