Searched refs:noteUsageStop (Results 1 – 4 of 4) sorted by relevance
323 void noteUsageStop(long stopTimeMs) { in noteUsageStop() method in AppTimeLimitController.UsageGroup476 public void noteUsageStop(long stopTimeMs) { in noteUsageStop() method in AppTimeLimitController.SessionUsageGroup477 super.noteUsageStop(stopTimeMs); in noteUsageStop()948 public void noteUsageStop(String name, int userId) throws IllegalArgumentException { in noteUsageStop() method in AppTimeLimitController976 group.noteUsageStop(currentTime); in noteUsageStop()
882 mAppTimeLimit.noteUsageStop( in reportEvent()899 mAppTimeLimit.noteUsageStop(event.mPackage, userId); in reportEvent()903 mAppTimeLimit.noteUsageStop(event.mTaskRootPackage, userId); in reportEvent()2017 mAppTimeLimit.noteUsageStop(buildFullToken(callingPackage, token), userId); in reportUsageStop()
1067 mController.noteUsageStop(packageName, USER_ID); in stopUsage()
31927 HPLcom/android/server/usage/AppTimeLimitController$SessionUsageGroup;->noteUsageStop(J)V31935 HPLcom/android/server/usage/AppTimeLimitController$UsageGroup;->noteUsageStop(J)V31971 HPLcom/android/server/usage/AppTimeLimitController;->noteUsageStop(Ljava/lang/String;I)V