Home
last modified time | relevance | path

Searched refs:REASON_SUB_USAGE_USER_INTERACTION (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
DBaseAppStateTimeSlotEventsTracker.java25 import static android.app.usage.UsageStatsManager.REASON_SUB_USAGE_USER_INTERACTION;
331 REASON_MAIN_USAGE, REASON_SUB_USAGE_USER_INTERACTION, true); in onUserInteractionStarted()
DAppBatteryTracker.java28 import static android.app.usage.UsageStatsManager.REASON_SUB_USAGE_USER_INTERACTION;
2051 REASON_MAIN_USAGE, REASON_SUB_USAGE_USER_INTERACTION, true); in onUserInteractionStarted()
DAppRestrictionController.java53 import static android.app.usage.UsageStatsManager.REASON_SUB_USAGE_USER_INTERACTION;
2291 curBucket, true, REASON_MAIN_USAGE, REASON_SUB_USAGE_USER_INTERACTION); in handleBackgroundRestrictionChanged()
/frameworks/base/core/java/android/app/usage/
DUsageStatsManager.java246 public static final int REASON_SUB_USAGE_USER_INTERACTION = 0x0003; field in UsageStatsManager
1345 case REASON_SUB_USAGE_USER_INTERACTION: in reasonToString()
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
DBackgroundRestrictionTest.java49 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()
/frameworks/base/apex/jobscheduler/service/java/com/android/server/usage/
DAppIdleHistory.java26 import static android.app.usage.UsageStatsManager.REASON_SUB_USAGE_USER_INTERACTION;
607 reason = REASON_MAIN_USAGE | REASON_SUB_USAGE_USER_INTERACTION; in setIdle()
DAppStandbyController.java46 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()
/frameworks/base/services/tests/servicestests/src/com/android/server/usage/
DAppStandbyControllerTests.java39 import static android.app.usage.UsageStatsManager.REASON_SUB_USAGE_USER_INTERACTION;
1142 REASON_MAIN_USAGE | REASON_SUB_USAGE_USER_INTERACTION); in testOverrides()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt9382 Landroid/app/usage/UsageStatsManager;->REASON_SUB_USAGE_USER_INTERACTION:I