Searched refs:isUidInForeground (Results 1 – 9 of 9) sorted by relevance
35 boolean isUidInForeground(int uid); in isUidInForeground() method
95 boolean isUidInForeground(int uid); in isUidInForeground() method
187 public boolean isUidInForeground(int uid) { in isUidInForeground() method in AppOpsUidStateTrackerImpl
7102 public boolean isUidInForeground(int uid) {7104 return mUidStateTracker.isUidInForeground(uid);
764 assertFalse(mIntf.isUidInForeground(UID)); in testIsUidInForegroundForBackgroundState()769 assertFalse(mIntf.isUidInForeground(UID)); in testIsUidInForegroundForBackgroundState()777 assertTrue(mIntf.isUidInForeground(UID)); in testIsUidInForegroundForForegroundState()782 assertTrue(mIntf.isUidInForeground(UID)); in testIsUidInForegroundForForegroundState()
759 private boolean isUidInForeground(int uid) { in isUidInForeground() method in QuotaController792 || isUidInForeground(jobStatus.getSourceUid()); in getMaxJobExecutionTimeMsLocked()816 if (isUidInForeground(jobStatus.getSourceUid())) { in getMaxJobExecutionTimeMsLocked()848 if (isTopStartedJobLocked(jobStatus) || isUidInForeground(jobStatus.getSourceUid())) { in isWithinEJQuotaLocked()894 || isUidInForeground(jobStatus.getSourceUid())901 || isUidInForeground(jobStatus.getSourceUid())) {
55 method public boolean isUidInForeground(int);
1891 HSPLcom/android/server/job/controllers/QuotaController;->isUidInForeground(I)Z+]Landroid/util/Spars…
13481 HPLcom/android/server/job/controllers/QuotaController;->isUidInForeground(I)Z