Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DConstants.java74 static final String ACTION_OPEN_INBOUND_TRANSFER = "android.btopp.intent.action.OPEN_INBOUND"; field in Constants
DBluetoothOppNotification.java596 Intent in = new Intent(Constants.ACTION_OPEN_INBOUND_TRANSFER); in updateCompletedNotification()
602 new Intent(Constants.ACTION_OPEN_INBOUND_TRANSFER) in updateCompletedNotification()
DBluetoothOppReceiver.java175 } else if (action.equals(Constants.ACTION_OPEN_INBOUND_TRANSFER) in onReceive()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/opp/
DBluetoothOppTransferHistoryTest.java159 mIntent.setAction(Constants.ACTION_OPEN_INBOUND_TRANSFER); in onCreate_withDirectionInbound_displayInboundHistory()
DBluetoothOppReceiverTest.java221 intent.setAction(Constants.ACTION_OPEN_INBOUND_TRANSFER); in onReceive_withActionInboundTransfer_startsTransferHistoryActivity()