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;2051 REASON_MAIN_USAGE, REASON_SUB_USAGE_USER_INTERACTION, true); in onUserInteractionStarted()
53 import static android.app.usage.UsageStatsManager.REASON_SUB_USAGE_USER_INTERACTION;2291 curBucket, true, REASON_MAIN_USAGE, REASON_SUB_USAGE_USER_INTERACTION); in handleBackgroundRestrictionChanged()
246 public static final int REASON_SUB_USAGE_USER_INTERACTION = 0x0003; field in UsageStatsManager1345 case REASON_SUB_USAGE_USER_INTERACTION: in reasonToString()
49 import static android.app.usage.UsageStatsManager.REASON_SUB_USAGE_USER_INTERACTION;528 eq(REASON_SUB_USAGE_USER_INTERACTION)); in testTogglingBackgroundRestrictInternal()837 eq(REASON_SUB_USAGE_USER_INTERACTION)); in testBgCurrentDrainMonitor()1085 eq(REASON_SUB_USAGE_USER_INTERACTION), in testBgCurrentDrainMonitor()1087 eq(REASON_SUB_USAGE_USER_INTERACTION)); in testBgCurrentDrainMonitor()1961 eq(REASON_SUB_USAGE_USER_INTERACTION)); in testBgCurrentDrainMonitorExemptions()2167 eq(REASON_SUB_USAGE_USER_INTERACTION)); in testBgCurrentDrainMonitorExemptions()2297 eq(REASON_SUB_USAGE_USER_INTERACTION)); in testBgCurrentDrainMonitorExemptions()
26 import static android.app.usage.UsageStatsManager.REASON_SUB_USAGE_USER_INTERACTION;607 reason = REASON_MAIN_USAGE | REASON_SUB_USAGE_USER_INTERACTION; in setIdle()
46 import static android.app.usage.UsageStatsManager.REASON_SUB_USAGE_USER_INTERACTION;1290 case UsageEvents.Event.USER_INTERACTION: return REASON_SUB_USAGE_USER_INTERACTION; in usageEventToSubReason()1552 return subReason == REASON_SUB_USAGE_USER_INTERACTION in isUserUsage()
39 import static android.app.usage.UsageStatsManager.REASON_SUB_USAGE_USER_INTERACTION;1142 REASON_MAIN_USAGE | REASON_SUB_USAGE_USER_INTERACTION); in testOverrides()
9382 Landroid/app/usage/UsageStatsManager;->REASON_SUB_USAGE_USER_INTERACTION:I