Searched refs:DEBUG_USER (Results 1 – 2 of 2) sorted by relevance
211 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()
72 protected static final boolean DEBUG_USER = false; field in SystemService