Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DConstants.java71 static final String ACTION_OPEN_OUTBOUND_TRANSFER = "android.btopp.intent.action.OPEN_OUTBOUND"; field in Constants
DBluetoothOppNotification.java507 Intent in = new Intent(Constants.ACTION_OPEN_OUTBOUND_TRANSFER); in updateCompletedNotification()
513 new Intent(Constants.ACTION_OPEN_OUTBOUND_TRANSFER) in updateCompletedNotification()
DBluetoothOppTransferHistory.java104 isOutbound = Constants.ACTION_OPEN_OUTBOUND_TRANSFER.equals(action); in onCreate()
DBluetoothOppReceiver.java167 } else if (action.equals(Constants.ACTION_OPEN_OUTBOUND_TRANSFER) in onReceive()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/opp/
DBluetoothOppTransferHistoryTest.java182 mIntent.setAction(Constants.ACTION_OPEN_OUTBOUND_TRANSFER); in onCreate_withDirectionOutbound_displayOutboundHistory()
DBluetoothOppReceiverTest.java199 intent.setAction(Constants.ACTION_OPEN_OUTBOUND_TRANSFER); in onReceive_withActionOutboundTransfer_startsTransferHistoryActivity()