Searched refs:getRemainingExecutionTimeLocked (Results 1 – 3 of 3) sorted by relevance
1554 mQuotaController.getRemainingExecutionTimeLocked( in testGetTimeUntilQuotaConsumedLocked_AllowedEqualsWindow()1587 mQuotaController.getRemainingExecutionTimeLocked( in testGetTimeUntilQuotaConsumedLocked_BucketWindow()1597 mQuotaController.getRemainingExecutionTimeLocked( in testGetTimeUntilQuotaConsumedLocked_BucketWindow()1607 mQuotaController.getRemainingExecutionTimeLocked( in testGetTimeUntilQuotaConsumedLocked_BucketWindow()1619 mQuotaController.getRemainingExecutionTimeLocked( in testGetTimeUntilQuotaConsumedLocked_BucketWindow()1642 mQuotaController.getRemainingExecutionTimeLocked( in testGetTimeUntilQuotaConsumedLocked_MaxExecution()1659 mQuotaController.getRemainingExecutionTimeLocked( in testGetTimeUntilQuotaConsumedLocked_MaxExecution()1676 mQuotaController.getRemainingExecutionTimeLocked( in testGetTimeUntilQuotaConsumedLocked_MaxExecution()1707 mQuotaController.getRemainingExecutionTimeLocked( in testGetTimeUntilQuotaConsumedLocked_EqualTimeRemaining()1735 mQuotaController.getRemainingExecutionTimeLocked( in testGetTimeUntilQuotaConsumedLocked_EqualTimeRemaining()[all …]
911 if (!(getRemainingExecutionTimeLocked(stats) > 0)) {947 return getRemainingExecutionTimeLocked(stats) > 0970 long getRemainingExecutionTimeLocked(@NonNull final JobStatus jobStatus) { in getRemainingExecutionTimeLocked() method in QuotaController971 return getRemainingExecutionTimeLocked(jobStatus.getSourceUserId(), in getRemainingExecutionTimeLocked()977 long getRemainingExecutionTimeLocked(final int userId, @NonNull final String packageName) { in getRemainingExecutionTimeLocked() method in QuotaController980 return getRemainingExecutionTimeLocked(userId, packageName, standbyBucket); in getRemainingExecutionTimeLocked()988 private long getRemainingExecutionTimeLocked(final int userId, in getRemainingExecutionTimeLocked() method in QuotaController993 return getRemainingExecutionTimeLocked( in getRemainingExecutionTimeLocked()997 private long getRemainingExecutionTimeLocked(@NonNull ExecutionStats stats) { in getRemainingExecutionTimeLocked() method in QuotaController1861 + getRemainingExecutionTimeLocked(userId, packageName, standbyBucket) in maybeScheduleStartAlarmLocked()[all …]
1886 HSPLcom/android/server/job/controllers/QuotaController;->getRemainingExecutionTimeLocked(Lcom/andro…