Home
last modified time | relevance | path

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

/frameworks/base/services/contextualsearch/java/com/android/server/contextualsearch/
DContextualSearchManagerService.java160 if (DEBUG_USER) Log.d(TAG, "ContextualSearchManagerService created"); in ContextualSearchManagerService()
204 if (DEBUG_USER) Log.d(TAG, "mTemporaryPackage reset."); in resetTemporaryPackage()
237 if (DEBUG_USER) Log.d(TAG, "mTemporaryPackage set to " + mTemporaryPackage); in setTemporaryPackage()
254 if (DEBUG_USER) Log.d(TAG, "mTokenValidDurationMs set to " + durationMs); in setTokenValidDurationMs()
295 if (DEBUG_USER) Log.d(TAG, "Launch component: " + launchIntent.getComponent()); in getContextualSearchIntent()
417 if (DEBUG_USER) Log.d(TAG, "mToken invalidated."); in invalidateToken()
447 if (DEBUG_USER) Log.d(TAG, "startContextualSearch"); in startContextualSearch()
461 if (DEBUG_USER) Log.d(TAG, "Launch result: " + result); in startContextualSearch()
471 if (DEBUG_USER) { in getContextualSearchState()
475 if (DEBUG_USER) { in getContextualSearchState()
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
DVoiceInteractionManagerService.java243 if (DEBUG_USER) Slog.d(TAG, "onUserStarting(" + user + ")"); in onUserStarting()
250 if (DEBUG_USER) Slog.d(TAG, "onUserUnlocking(" + user + ")"); in onUserUnlocking()
258 if (DEBUG_USER) Slog.d(TAG, "onSwitchUser(" + from + " > " + to + ")"); in onUserSwitching()
571 if (DEBUG_USER) { in initForUser()
764 if (DEBUG_USER) { in switchImplementationIfNeededLocked()
776 if (DEBUG_USER) { in switchImplementationIfNeededLocked()
2022 if (DEBUG_USER) Slog.d(TAG, "showSessionForActiveService()"); in showSessionForActiveService()
/frameworks/base/services/core/java/com/android/server/
DSystemService.java75 protected static final boolean DEBUG_USER = false; field in SystemService