Home
last modified time | relevance | path

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

/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
DBluetoothPairingService.java54 public static Intent getPairingDialogIntent(Context context, Intent intent) { in getPairingDialogIntent() method in BluetoothPairingService
127 getPairingDialogIntent(this, intent), PendingIntent.FLAG_ONE_SHOT); in onStartCommand()
DBluetoothPairingRequest.java41 Intent pairingIntent = BluetoothPairingService.getPairingDialogIntent(context, intent); in onReceive()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/bluetooth/
DBluetoothPairingService.java54 public static Intent getPairingDialogIntent(Context context, Intent intent) { in getPairingDialogIntent() method in BluetoothPairingService
127 getPairingDialogIntent(this, intent), in onStartCommand()
DBluetoothPairingRequest.java41 Intent pairingIntent = BluetoothPairingService.getPairingDialogIntent(context, intent); in onReceive()
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothPairingService.java54 public static Intent getPairingDialogIntent(Context context, Intent intent) { in getPairingDialogIntent() method in BluetoothPairingService
127 getPairingDialogIntent(this, intent), in onStartCommand()
DBluetoothPairingRequest.java41 Intent pairingIntent = BluetoothPairingService.getPairingDialogIntent(context, intent); in onReceive()