Searched refs:noteUsageStart (Results 1 – 4 of 4) sorted by relevance
/aosp12/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 | 949 mAppTimeLimit.noteUsageStart(usageSourcePackage, userId); in reportEvent() 964 mAppTimeLimit.noteUsageStart(usageSourcePackage2, userId); in reportEvent() 2190 mAppTimeLimit.noteUsageStart(buildFullToken(callingPackage, token), in reportPastUsageStart()
|
/aosp12/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()
|
/aosp12/frameworks/base/services/ |
H A D | art-profile | 40886 HPLcom/android/server/usage/AppTimeLimitController$SessionUsageGroup;->noteUsageStart(JJ)V 40894 PLcom/android/server/usage/AppTimeLimitController$UsageGroup;->noteUsageStart(J)V 40895 PLcom/android/server/usage/AppTimeLimitController$UsageGroup;->noteUsageStart(JJ)V 40929 HPLcom/android/server/usage/AppTimeLimitController;->noteUsageStart(Ljava/lang/String;I)V+]Lcom/and… 40930 HPLcom/android/server/usage/AppTimeLimitController;->noteUsageStart(Ljava/lang/String;IJ)V+]Landroi…
|