Home
last modified time | relevance | path

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

/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
DBluetoothPairingService.java44 private static final String ACTION_DISMISS_PAIRING = field in BluetoothPairingService
85 } else if (action.equals(ACTION_DISMISS_PAIRING)) {
130 new Intent(ACTION_DISMISS_PAIRING), PendingIntent.FLAG_ONE_SHOT); in onStartCommand()
165 filter.addAction(ACTION_DISMISS_PAIRING); in onStartCommand()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/bluetooth/
DBluetoothPairingService.java44 private static final String ACTION_DISMISS_PAIRING = field in BluetoothPairingService
85 } else if (action.equals(ACTION_DISMISS_PAIRING)) {
131 new Intent(ACTION_DISMISS_PAIRING), PendingIntent.FLAG_ONE_SHOT); in onStartCommand()
165 filter.addAction(ACTION_DISMISS_PAIRING); in onStartCommand()
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothPairingService.java44 private static final String ACTION_DISMISS_PAIRING = field in BluetoothPairingService
85 } else if (action.equals(ACTION_DISMISS_PAIRING)) {
131 new Intent(ACTION_DISMISS_PAIRING), PendingIntent.FLAG_ONE_SHOT); in onStartCommand()
165 filter.addAction(ACTION_DISMISS_PAIRING); in onStartCommand()