Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/opp/
DBluetoothOppManagerTest.java188 bluetoothOppManager.startTransfer(device); in startTransfer_withMultipleUris_contentResolverInsertMultipleTimes()
204 bluetoothOppManager.startTransfer(device); in startTransfer_withOneUri_contentResolverInsertOnce()
233 bluetoothOppManager.startTransfer(device); in startTransferMoreThanAllowedInsertShareThreadNumberTimes_blockExceedingTransfer()
DBluetoothOppHandoverReceiverTest.java93 verify(spyManager, timeout(3_000)).startTransfer(any()); in onReceive_withActionHandoverSend_startTransfer()
125 verify(spyManager, timeout(3_000)).startTransfer(any()); in onReceive_withActionHandoverSendMultiple_startTransfer()
DBluetoothOppReceiverTest.java123 doNothing().when(bluetoothOppManager).startTransfer(eq(device)); in onReceive_withActionDeviceSelected_callsStartTransfer()
126 verify(bluetoothOppManager).startTransfer(eq(device)); in onReceive_withActionDeviceSelected_callsStartTransfer()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppHandoverReceiver.java75 .startTransfer(device); in onReceive()
DBluetoothOppReceiver.java89 mOppManager.startTransfer(remoteDevice); in onReceive()
DBluetoothOppManager.java355 public void startTransfer(BluetoothDevice device) { in startTransfer() method in BluetoothOppManager