Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppHandoverReceiver.java95 } else if (action.equals(Constants.ACTION_STOP_HANDOVER)) { in onReceive()
DConstants.java80 static final String ACTION_STOP_HANDOVER = "android.btopp.intent.action.STOP_HANDOVER_TRANSFER"; field in Constants
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/opp/
DBluetoothOppHandoverReceiverTest.java137 Intent intent = new Intent(Constants.ACTION_STOP_HANDOVER); in onReceive_withActionStopHandover_triggerContentResolverDelete()