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/
DBluetoothOppUtility.java69 public static BluetoothOppTransferInfo queryRecord(Context context, Uri uri) { in queryRecord()
70 BluetoothOppTransferInfo info = new BluetoothOppTransferInfo(); in queryRecord()
84 public static void fillRecord(Context context, Cursor cursor, BluetoothOppTransferInfo info) { in fillRecord()
320 public static void retryTransfer(Context context, BluetoothOppTransferInfo transInfo) { in retryTransfer()
DBluetoothOppReceiver.java150 BluetoothOppTransferInfo transInfo = new BluetoothOppTransferInfo(); in onReceive()
227 BluetoothOppTransferInfo transInfo = new BluetoothOppTransferInfo(); in onReceive()
DBluetoothOppIncomingFileConfirmActivity.java72 private BluetoothOppTransferInfo mTransInfo;
98 mTransInfo = new BluetoothOppTransferInfo(); in onCreate()
DBluetoothOppTransferInfo.java39 public class BluetoothOppTransferInfo { class
DBluetoothOppTransferActivity.java77 private BluetoothOppTransferInfo mTransInfo;
138 mTransInfo = new BluetoothOppTransferInfo(); in onCreate()
DBluetoothOppNotification.java500 BluetoothOppTransferInfo info = new BluetoothOppTransferInfo(); in updateIncomingFileConfirmNotification()
DBluetoothOppTransferHistory.java286 BluetoothOppTransferInfo transInfo = BluetoothOppUtility.queryRecord(this, contentUri); in openCompleteTransfer()