Searched refs:noteUsageStart (Results 1 – 3 of 3) sorted by relevance
/aosp14/frameworks/base/services/usage/java/com/android/server/usage/ |
H A D | AppTimeLimitController.java | 291 void noteUsageStart(long startTimeMs) { in noteUsageStart() method in AppTimeLimitController.UsageGroup 292 noteUsageStart(startTimeMs, startTimeMs); in noteUsageStart() 296 void noteUsageStart(long startTimeMs, long currentTimeMs) { in noteUsageStart() method in AppTimeLimitController.UsageGroup 469 public void noteUsageStart(long startTimeMs, long currentTimeMs) { in noteUsageStart() method in AppTimeLimitController.SessionUsageGroup 477 super.noteUsageStart(startTimeMs, currentTimeMs); in noteUsageStart() 742 group.noteUsageStart(currentTimeMs); in noteActiveLocked() 918 public void noteUsageStart(String name, int userId, long timeAgoMs) in noteUsageStart() method in AppTimeLimitController 943 group.noteUsageStart(currentTime - timeAgoMs, currentTime); in noteUsageStart() 954 public void noteUsageStart(String name, int userId) throws IllegalArgumentException { in noteUsageStart() method in AppTimeLimitController 955 noteUsageStart(name, userId, 0); in noteUsageStart()
|
H A D | UsageStatsService.java | 1050 mAppTimeLimit.noteUsageStart(usageSourcePackage, userId); in reportEvent() 1082 mAppTimeLimit.noteUsageStart(usageSourcePackage2, userId); in reportEvent() 2747 mAppTimeLimit.noteUsageStart(buildFullToken(callingPackage, token), in reportPastUsageStart()
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/usage/ |
H A D | AppTimeLimitControllerTests.java | 1107 mController.noteUsageStart(packageName, USER_ID); in startUsage() 1111 mController.noteUsageStart(packageName, USER_ID, timeAgo); in startPastUsage()
|