Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/bluetooth/
DBluetoothPairingRequest.java49 boolean shouldShowDialog = LocalBluetoothPreferences.shouldShowDialogInForeground( in onReceive()
DLocalBluetoothPreferences.java60 static boolean shouldShowDialogInForeground(Context context, in shouldShowDialogInForeground() method in LocalBluetoothPreferences
DBluetoothPermissionRequest.java124 && LocalBluetoothPreferences.shouldShowDialogInForeground( in onReceive()
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothPairingRequest.java49 boolean shouldShowDialog = LocalBluetoothPreferences.shouldShowDialogInForeground( in onReceive()
DLocalBluetoothPreferences.java60 static boolean shouldShowDialogInForeground(Context context, in shouldShowDialogInForeground() method in LocalBluetoothPreferences
DBluetoothPermissionRequest.java124 && LocalBluetoothPreferences.shouldShowDialogInForeground( in onReceive()
/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
DBluetoothPairingRequest.java49 boolean shouldShowDialog = BluetoothUtils.shouldShowDialogInForeground( in onReceive()
DBluetoothUtils.java92 static boolean shouldShowDialogInForeground(Context context, in shouldShowDialogInForeground() method in BluetoothUtils