Searched refs:getMinTimeLimit (Results 1 – 3 of 3) sorted by relevance
612 protected long getMinTimeLimit() { in getMinTimeLimit() method in AppTimeLimitController737 if (timeLimit < getMinTimeLimit()) { in addAppUsageObserver()738 throw new IllegalArgumentException("Time limit must be >= " + getMinTimeLimit()); in addAppUsageObserver()794 if (timeLimit < getMinTimeLimit()) { in addUsageSessionObserver()795 throw new IllegalArgumentException("Time limit must be >= " + getMinTimeLimit()); in addUsageSessionObserver()846 if (timeLimit < getMinTimeLimit()) { in addAppUsageLimitObserver()847 throw new IllegalArgumentException("Time limit must be >= " + getMinTimeLimit()); in addAppUsageLimitObserver()
139 protected long getMinTimeLimit() { in getMinTimeLimit() method in AppTimeLimitControllerTests.MyAppTimeLimitController
13694 PLcom/android/server/usage/AppTimeLimitController;->getMinTimeLimit()J