Searched refs:DEBUG_RESPONSE_STATS (Results 1 – 2 of 2) sorted by relevance
25 import static com.android.server.usage.UsageStatsService.DEBUG_RESPONSE_STATS;60 if (DEBUG_RESPONSE_STATS) { in logBroadcastDispatchEvent()73 if (DEBUG_RESPONSE_STATS) { in logNotificationEvent()
148 static final boolean DEBUG_RESPONSE_STATS = DEBUG || Log.isLoggable(TAG, Log.DEBUG); field in UsageStatsService