Searched refs:onConfirmEnableBluetooth (Results 1 – 1 of 1) sorted by relevance
348 .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