Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppManager.java366 InsertShareInfoThread insertThread; in startTransfer()
380 insertThread = new InsertShareInfoThread(device, mMultipleFlag, mMimeTypeOfSendingFile, in startTransfer()
399 private class InsertShareInfoThread extends Thread { class in BluetoothOppManager
414 InsertShareInfoThread(BluetoothDevice device, boolean multiple, String typeOfSingleFile, in InsertShareInfoThread() method in BluetoothOppManager.InsertShareInfoThread