Home
last modified time | relevance | path

Searched defs:transInfo (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppReceiver.java132 BluetoothOppTransferInfo transInfo = new BluetoothOppTransferInfo(); in onReceive() local
221 BluetoothOppTransferInfo transInfo = new BluetoothOppTransferInfo(); in onReceive() local
DBluetoothOppTransferHistory.java312 BluetoothOppTransferInfo transInfo = BluetoothOppUtility.queryRecord(this, contentUri); in openCompleteTransfer() local
DBluetoothOppUtility.java372 public static void retryTransfer(Context context, BluetoothOppTransferInfo transInfo) { in retryTransfer()