Searched refs:REASON_SUB_USAGE_USER_INTERACTION (Results 1 – 9 of 9) sorted by relevance
25 import static android.app.usage.UsageStatsManager.REASON_SUB_USAGE_USER_INTERACTION;331 REASON_MAIN_USAGE, REASON_SUB_USAGE_USER_INTERACTION, true); in onUserInteractionStarted()
28 import static android.app.usage.UsageStatsManager.REASON_SUB_USAGE_USER_INTERACTION;2012 REASON_MAIN_USAGE, REASON_SUB_USAGE_USER_INTERACTION, true); in onUserInteractionStarted()
45 import static android.app.usage.UsageStatsManager.REASON_SUB_USAGE_USER_INTERACTION;2260 curBucket, true, REASON_MAIN_USAGE, REASON_SUB_USAGE_USER_INTERACTION); in handleBackgroundRestrictionChanged()
243 public static final int REASON_SUB_USAGE_USER_INTERACTION = 0x0003; field in UsageStatsManager1267 case REASON_SUB_USAGE_USER_INTERACTION: in reasonToString()
49 import static android.app.usage.UsageStatsManager.REASON_SUB_USAGE_USER_INTERACTION;529 eq(REASON_SUB_USAGE_USER_INTERACTION)); in testTogglingBackgroundRestrictInternal()838 eq(REASON_SUB_USAGE_USER_INTERACTION)); in testBgCurrentDrainMonitor()1086 eq(REASON_SUB_USAGE_USER_INTERACTION), in testBgCurrentDrainMonitor()1088 eq(REASON_SUB_USAGE_USER_INTERACTION)); in testBgCurrentDrainMonitor()1962 eq(REASON_SUB_USAGE_USER_INTERACTION)); in testBgCurrentDrainMonitorExemptions()2168 eq(REASON_SUB_USAGE_USER_INTERACTION)); in testBgCurrentDrainMonitorExemptions()2298 eq(REASON_SUB_USAGE_USER_INTERACTION)); in testBgCurrentDrainMonitorExemptions()
26 import static android.app.usage.UsageStatsManager.REASON_SUB_USAGE_USER_INTERACTION;596 reason = REASON_MAIN_USAGE | REASON_SUB_USAGE_USER_INTERACTION; in setIdle()
46 import static android.app.usage.UsageStatsManager.REASON_SUB_USAGE_USER_INTERACTION;1284 case UsageEvents.Event.USER_INTERACTION: return REASON_SUB_USAGE_USER_INTERACTION; in usageEventToSubReason()1546 return subReason == REASON_SUB_USAGE_USER_INTERACTION in isUserUsage()
39 import static android.app.usage.UsageStatsManager.REASON_SUB_USAGE_USER_INTERACTION;1112 REASON_MAIN_USAGE | REASON_SUB_USAGE_USER_INTERACTION); in testOverrides()
9382 Landroid/app/usage/UsageStatsManager;->REASON_SUB_USAGE_USER_INTERACTION:I