Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/service/src/com/android/server/bluetooth/
DBtPermissionUtils.java119 boolean requireForeground) { in callerCanToggle() argument
131 requireForeground)) { in callerCanToggle()
135 if (requireForeground && !checkCompatChangeRestriction(source, ctx)) { in callerCanToggle()
325 boolean requireForeground) { in checkBluetoothPermissions() argument
332 if (requireForeground && !checkIfCallerIsForegroundUser(userManager)) { in checkBluetoothPermissions()
/packages/modules/Bluetooth/service/tests/src/com/android/server/bluetooth/
DBluetoothServiceBinderTest.java397 private void checkHardDenied(ThrowingRunnable binderCall, boolean requireForeground) { in checkHardDenied() argument
405 if (requireForeground) { in checkHardDenied()