Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A 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()
H A DAppBatteryTracker.java28 import static android.app.usage.UsageStatsManager.REASON_SUB_USAGE_USER_INTERACTION;
2012 REASON_MAIN_USAGE, REASON_SUB_USAGE_USER_INTERACTION, true); in onUserInteractionStarted()
H A DAppRestrictionController.java45 import static android.app.usage.UsageStatsManager.REASON_SUB_USAGE_USER_INTERACTION;
2260 curBucket, true, REASON_MAIN_USAGE, REASON_SUB_USAGE_USER_INTERACTION); in handleBackgroundRestrictionChanged()
/aosp14/frameworks/base/core/java/android/app/usage/
H A DUsageStatsManager.java243 public static final int REASON_SUB_USAGE_USER_INTERACTION = 0x0003; field in UsageStatsManager
1267 case REASON_SUB_USAGE_USER_INTERACTION: in reasonToString()
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
H A DBackgroundRestrictionTest.java49 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()
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/usage/
H A DAppIdleHistory.java26 import static android.app.usage.UsageStatsManager.REASON_SUB_USAGE_USER_INTERACTION;
596 reason = REASON_MAIN_USAGE | REASON_SUB_USAGE_USER_INTERACTION; in setIdle()
H A DAppStandbyController.java46 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()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/usage/
H A DAppStandbyControllerTests.java39 import static android.app.usage.UsageStatsManager.REASON_SUB_USAGE_USER_INTERACTION;
1112 REASON_MAIN_USAGE | REASON_SUB_USAGE_USER_INTERACTION); in testOverrides()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt9382 Landroid/app/usage/UsageStatsManager;->REASON_SUB_USAGE_USER_INTERACTION:I