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