/aosp14/frameworks/base/services/core/java/com/android/server/am/ |
H A D | BaseAppStateTimeSlotEventsTracker.java | 151 void onUserInteractionStarted(String packageName, int uid) { in onUserInteractionStarted() method in BaseAppStateTimeSlotEventsTracker 152 mInjector.getPolicy().onUserInteractionStarted(packageName, uid); in onUserInteractionStarted() 325 void onUserInteractionStarted(String packageName, int uid) { in onUserInteractionStarted() method in BaseAppStateTimeSlotEventsTracker.BaseAppStateTimeSlotEventsPolicy
|
H A D | BaseAppStateTracker.java | 245 void onUserInteractionStarted(String packageName, int uid) { in onUserInteractionStarted() method in BaseAppStateTracker
|
H A D | AppBatteryTracker.java | 378 void onUserInteractionStarted(String packageName, int uid) { in onUserInteractionStarted() method in AppBatteryTracker 379 mInjector.getPolicy().onUserInteractionStarted(packageName, uid); in onUserInteractionStarted() 1992 void onUserInteractionStarted(String packageName, int uid) { in onUserInteractionStarted() method in AppBatteryTracker.AppBatteryPolicy
|
H A D | AppRestrictionController.java | 1436 public void onUserInteractionStarted(String packageName, @UserIdInt int userId) { 3081 c.onUserInteractionStarted((String) msg.obj, msg.arg1); in handleMessage() 3389 private void onUserInteractionStarted(String packageName, @UserIdInt int userId) { in onUserInteractionStarted() method in AppRestrictionController 3393 mAppStateTrackers.get(i).onUserInteractionStarted(packageName, uid); in onUserInteractionStarted()
|
/aosp14/frameworks/base/apex/jobscheduler/framework/java/com/android/server/usage/ |
H A D | AppStandbyInternal.java | 59 public void onUserInteractionStarted(String packageName, @UserIdInt int userId) { in onUserInteractionStarted() method in AppStandbyInternal.AppIdleStateChangeListener
|
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/ |
H A D | BackgroundRestrictionTest.java | 827 mIdleStateListener.onUserInteractionStarted(testPkgName, testUser); in testBgCurrentDrainMonitor() 1040 mIdleStateListener.onUserInteractionStarted(testPkgName, testUser); in testBgCurrentDrainMonitor() 1077 mIdleStateListener.onUserInteractionStarted(testPkgName, testUser); in testBgCurrentDrainMonitor() 1950 mIdleStateListener.onUserInteractionStarted(testPkgName1, in testBgCurrentDrainMonitorExemptions() 2156 mIdleStateListener.onUserInteractionStarted(testPkgName1, in testBgCurrentDrainMonitorExemptions() 2286 mIdleStateListener.onUserInteractionStarted(testPkgName1, in testBgCurrentDrainMonitorExemptions()
|
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/usage/ |
H A D | AppStandbyController.java | 2084 listener.onUserInteractionStarted(packageName, userId); in informListeners()
|
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/ |
H A D | JobSchedulerService.java | 4122 public void onUserInteractionStarted(String packageName, int userId) {
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 9388 Landroid/app/usage/UsageStatsManagerInternal$AppIdleStateChangeListener;->onUserInteractionStarted(…
|