Searched refs:checkIfCallerIsForegroundUser (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/
H A DBluetoothManagerService.java557 (!checkIfCallerIsForegroundUser())) {
575 (!checkIfCallerIsForegroundUser())) {
822 if (!checkIfCallerIsForegroundUser()) {
858 if (!checkIfCallerIsForegroundUser()) {
1258 (!checkIfCallerIsForegroundUser())) {
1288 (!checkIfCallerIsForegroundUser())) {
1866 private boolean checkIfCallerIsForegroundUser() { method in class:BluetoothManagerService
1883 Slog.d(TAG, "checkIfCallerIsForegroundUser: valid=" + valid

Completed in 138 milliseconds