Home
last modified time | relevance | path

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

/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
DBluetoothRequestPermissionActivity.java348 .setPositiveButton(R.string.allow, this::onConfirmEnableBluetooth) in createRequestEnableBluetoothDialog()
365 .setPositiveButton(R.string.allow, this::onConfirmEnableBluetooth) in createRequestEnableBluetoothDialogWithTimeout()
372 private void onConfirmEnableBluetooth(DialogInterface dialog, int which) { in onConfirmEnableBluetooth() method in BluetoothRequestPermissionActivity