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.java77 private BluetoothOppTransferInfo mTransInfo; field in BluetoothOppTransferActivity
138 mTransInfo = new BluetoothOppTransferInfo(); in onCreate()
139 mTransInfo = BluetoothOppUtility.queryRecord(this, mUri); in onCreate()
140 if (mTransInfo == null) { in onCreate()
146 mIsComplete = BluetoothShare.isStatusCompleted(mTransInfo.mStatus); in onCreate()
179 int direction = mTransInfo.mDirection; in displayWhichDialog()
180 boolean isSuccess = BluetoothShare.isStatusSuccess(mTransInfo.mStatus); in displayWhichDialog()
181 boolean isComplete = BluetoothShare.isStatusCompleted(mTransInfo.mStatus); in displayWhichDialog()
267 tmp = getString(R.string.download_line1, mTransInfo.mDeviceName); in customizeViewContent()
270 tmp = getString(R.string.download_line2, mTransInfo.mFileName); in customizeViewContent()
[all …]
DBluetoothOppIncomingFileConfirmActivity.java72 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()
129 ((TextView)view.findViewById(R.id.from_content)).setText(mTransInfo.mDeviceName); in createView()
130 ((TextView)view.findViewById(R.id.filename_content)).setText(mTransInfo.mFileName); in createView()
132 Formatter.formatFileSize(this, mTransInfo.mTotalBytes)); in createView()
202 mTransInfo.mDeviceName)); in onTimeout()