Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
H A DVoiceInteractionManagerService.java211 if (DEBUG_USER) Slog.d(TAG, "onUserStarting(" + user + ")"); in onUserStarting()
218 if (DEBUG_USER) Slog.d(TAG, "onUserUnlocking(" + user + ")"); in onUserUnlocking()
226 if (DEBUG_USER) Slog.d(TAG, "onSwitchUser(" + from + " > " + to + ")"); in onUserSwitching()
499 if (DEBUG_USER) { in initForUser()
692 if (DEBUG_USER) { in switchImplementationIfNeededLocked()
704 if (DEBUG_USER) { in switchImplementationIfNeededLocked()
1892 if (DEBUG_USER) Slog.d(TAG, "showSessionForActiveService()"); in showSessionForActiveService()
/aosp14/frameworks/base/services/core/java/com/android/server/
H A DSystemService.java72 protected static final boolean DEBUG_USER = false; field in SystemService