Home
last modified time | relevance | path

Searched refs:mTransInfo (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppTransferActivity.java74 private BluetoothOppTransferInfo mTransInfo; field in BluetoothOppTransferActivity
135 mTransInfo = new BluetoothOppTransferInfo(); in onCreate()
136 mTransInfo = BluetoothOppUtility.queryRecord(this, mUri); in onCreate()
137 if (mTransInfo == null) { in onCreate()
145 mIsComplete = BluetoothShare.isStatusCompleted(mTransInfo.mStatus); in onCreate()
180 int direction = mTransInfo.mDirection; in displayWhichDialog()
181 boolean isSuccess = BluetoothShare.isStatusSuccess(mTransInfo.mStatus); in displayWhichDialog()
182 boolean isComplete = BluetoothShare.isStatusCompleted(mTransInfo.mStatus); in displayWhichDialog()
259 tmp = getString(R.string.download_line1, mTransInfo.mDeviceName); in customizeViewContent()
262 tmp = getString(R.string.download_line2, mTransInfo.mFileName); in customizeViewContent()
[all …]
DBluetoothOppIncomingFileConfirmActivity.java70 private BluetoothOppTransferInfo mTransInfo; field in BluetoothOppIncomingFileConfirmActivity
98 mTransInfo = new BluetoothOppTransferInfo(); in onCreate()
99 mTransInfo = BluetoothOppUtility.queryRecord(this, mUri); in onCreate()
100 if (mTransInfo == null) { in onCreate()
132 ((TextView) view.findViewById(R.id.from_content)).setText(mTransInfo.mDeviceName); in createView()
133 ((TextView) view.findViewById(R.id.filename_content)).setText(mTransInfo.mFileName); in createView()
135 Formatter.formatFileSize(this, mTransInfo.mTotalBytes)); in createView()
209 mTransInfo.mDeviceName)); in onTimeout()