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

/frameworks/base/services/java/com/android/server/
H A DBluetoothManagerService.java300 if (!checkIfCallerIsForegroundUser()) {
328 if (!checkIfCallerIsForegroundUser()) {
348 if (!checkIfCallerIsForegroundUser()) {
360 if (!checkIfCallerIsForegroundUser()) {
459 if (!checkIfCallerIsForegroundUser()) {
483 if (!checkIfCallerIsForegroundUser()) {
943 private boolean checkIfCallerIsForegroundUser() { method in class:BluetoothManagerService
952 Log.d(TAG, "checkIfCallerIsForegroundUser: valid=" + valid

Completed in 565 milliseconds