HomeSort by relevance Sort by last modified time
    Searched refs:mTransInfo (Results 1 - 2 of 2) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppTransferActivity.java 77 private BluetoothOppTransferInfo mTransInfo;
138 mTransInfo = new BluetoothOppTransferInfo();
139 mTransInfo = BluetoothOppUtility.queryRecord(this, mUri);
140 if (mTransInfo == null) {
146 mIsComplete = BluetoothShare.isStatusCompleted(mTransInfo.mStatus);
179 int direction = mTransInfo.mDirection;
180 boolean isSuccess = BluetoothShare.isStatusSuccess(mTransInfo.mStatus);
181 boolean isComplete = BluetoothShare.isStatusCompleted(mTransInfo.mStatus);
267 tmp = getString(R.string.download_line1, mTransInfo.mDeviceName);
270 tmp = getString(R.string.download_line2, mTransInfo.mFileName)
    [all...]
BluetoothOppIncomingFileConfirmActivity.java 72 private BluetoothOppTransferInfo mTransInfo;
99 mTransInfo = new BluetoothOppTransferInfo();
100 mTransInfo = BluetoothOppUtility.queryRecord(this, mUri);
101 if (mTransInfo == null) {
132 String text = getString(R.string.incoming_file_confirm_content, mTransInfo.mDeviceName,
133 mTransInfo.mFileName, Formatter.formatFileSize(this, mTransInfo.mTotalBytes));
205 mTransInfo.mDeviceName));

Completed in 34 milliseconds