Home
last modified time | relevance | path

Searched refs:BluetoothOppTransferInfo (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppReceiver.java143 BluetoothOppTransferInfo transInfo = new BluetoothOppTransferInfo(); in onReceive()
225 BluetoothOppTransferInfo transInfo = new BluetoothOppTransferInfo(); in onReceive()
DBluetoothOppUtility.java63 public static BluetoothOppTransferInfo queryRecord(Context context, Uri uri) { in queryRecord()
65 BluetoothOppTransferInfo info = new BluetoothOppTransferInfo(); in queryRecord()
294 public static void retryTransfer(Context context, BluetoothOppTransferInfo transInfo) { in retryTransfer()
DBluetoothOppTransferInfo.java39 public class BluetoothOppTransferInfo { class
DBluetoothOppIncomingFileConfirmActivity.java72 private BluetoothOppTransferInfo mTransInfo;
98 mTransInfo = new BluetoothOppTransferInfo(); in onCreate()
DBluetoothOppTransferActivity.java77 private BluetoothOppTransferInfo mTransInfo;
138 mTransInfo = new BluetoothOppTransferInfo(); in onCreate()
DBluetoothOppTransferHistory.java278 BluetoothOppTransferInfo transInfo = BluetoothOppUtility.queryRecord(this, contentUri); in openCompleteTransfer()