Searched refs:getPairingDialogIntent (Results 1 – 6 of 6) sorted by relevance
/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/ |
D | BluetoothPairingService.java | 54 public static Intent getPairingDialogIntent(Context context, Intent intent) { in getPairingDialogIntent() method in BluetoothPairingService 127 getPairingDialogIntent(this, intent), PendingIntent.FLAG_ONE_SHOT); in onStartCommand()
|
D | BluetoothPairingRequest.java | 41 Intent pairingIntent = BluetoothPairingService.getPairingDialogIntent(context, intent); in onReceive()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/bluetooth/ |
D | BluetoothPairingService.java | 54 public static Intent getPairingDialogIntent(Context context, Intent intent) { in getPairingDialogIntent() method in BluetoothPairingService 127 getPairingDialogIntent(this, intent), in onStartCommand()
|
D | BluetoothPairingRequest.java | 41 Intent pairingIntent = BluetoothPairingService.getPairingDialogIntent(context, intent); in onReceive()
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
D | BluetoothPairingService.java | 54 public static Intent getPairingDialogIntent(Context context, Intent intent) { in getPairingDialogIntent() method in BluetoothPairingService 127 getPairingDialogIntent(this, intent), in onStartCommand()
|
D | BluetoothPairingRequest.java | 41 Intent pairingIntent = BluetoothPairingService.getPairingDialogIntent(context, intent); in onReceive()
|