Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
H A DBluetoothRequestPermissionActivity.java386 private void enableBluetoothWithWaitingDialog(@Nullable AlertDialog dialogToShowOnWait) { in enableBluetoothWithWaitingDialog() argument
397 if (dialogToShowOnWait != null) { in enableBluetoothWithWaitingDialog()
398 mDialog = dialogToShowOnWait; in enableBluetoothWithWaitingDialog()