Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothShare.java52 public static final String TRANSFER_COMPLETED_ACTION = field in BluetoothShare
DConstants.java254 Intent intent = new Intent(BluetoothShare.TRANSFER_COMPLETED_ACTION); in sendIntentIfCompleted()
DBluetoothOppReceiver.java253 } else if (action.equals(BluetoothShare.TRANSFER_COMPLETED_ACTION)) { in onReceive()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/opp/
DBluetoothOppReceiverTest.java381 intent.setAction(BluetoothShare.TRANSFER_COMPLETED_ACTION); in onReceive_withActionTransferCompletedAndHandoverInitiated_contextSendBroadcast()
437 intent.setAction(BluetoothShare.TRANSFER_COMPLETED_ACTION); in onReceive_withActionTransferComplete_noBroadcastSent()