Home
last modified time | relevance | path

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

/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
DVoiceInteractionManagerService.java178 if (DEBUG_USER) Slog.d(TAG, "onUserStarting(" + user + ")"); in onUserStarting()
185 if (DEBUG_USER) Slog.d(TAG, "onUserUnlocking(" + user + ")"); in onUserUnlocking()
193 if (DEBUG_USER) Slog.d(TAG, "onSwitchUser(" + from + " > " + to + ")"); in onSwitchUser()
305 if (DEBUG_USER) { in initForUser()
485 if (DEBUG_USER) { in switchImplementationIfNeededLocked()
498 if (DEBUG_USER) { in switchImplementationIfNeededLocked()
/frameworks/base/services/core/java/com/android/server/
DSystemService.java71 protected static final boolean DEBUG_USER = false; field in SystemService