Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppReceiver.java132 BluetoothOppTransferInfo transInfo = new BluetoothOppTransferInfo(); in onReceive()
221 BluetoothOppTransferInfo transInfo = new BluetoothOppTransferInfo(); in onReceive()
DBluetoothOppUtility.java80 public static BluetoothOppTransferInfo queryRecord(Context context, Uri uri) { in queryRecord()
81 BluetoothOppTransferInfo info = new BluetoothOppTransferInfo(); in queryRecord()
97 public static void fillRecord(Context context, Cursor cursor, BluetoothOppTransferInfo info) { in fillRecord()
372 public static void retryTransfer(Context context, BluetoothOppTransferInfo transInfo) { in retryTransfer()
DBluetoothOppIncomingFileConfirmActivity.java71 private BluetoothOppTransferInfo mTransInfo;
100 mTransInfo = new BluetoothOppTransferInfo(); in onCreate()
DBluetoothOppTransferInfo.java39 public class BluetoothOppTransferInfo { class
DBluetoothOppTransferActivity.java76 private BluetoothOppTransferInfo mTransInfo;
139 mTransInfo = new BluetoothOppTransferInfo(); in onCreate()
DBluetoothOppNotification.java564 BluetoothOppTransferInfo info = new BluetoothOppTransferInfo(); in updateIncomingFileConfirmNotification()
DBluetoothOppTransferHistory.java312 BluetoothOppTransferInfo transInfo = BluetoothOppUtility.queryRecord(this, contentUri); in openCompleteTransfer()