Searched refs:isUidInForeground (Results 1 – 8 of 8) sorted by relevance
35 boolean isUidInForeground(int uid); in isUidInForeground() method
94 boolean isUidInForeground(int uid); in isUidInForeground() method
182 public boolean isUidInForeground(int uid) { in isUidInForeground() method in AppOpsUidStateTrackerImpl
6175 public boolean isUidInForeground(int uid) {6177 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()
755 private boolean isUidInForeground(int uid) { in isUidInForeground() method in QuotaController786 || isUidInForeground(jobStatus.getSourceUid())) { in getMaxJobExecutionTimeMsLocked()807 if (isUidInForeground(jobStatus.getSourceUid())) { in getMaxJobExecutionTimeMsLocked()842 if (isTopStartedJobLocked(jobStatus) || isUidInForeground(jobStatus.getSourceUid())) { in isWithinEJQuotaLocked()889 || isUidInForeground(jobStatus.getSourceUid())
55 method public boolean isUidInForeground(int);
4664 HSPLcom/android/server/job/controllers/QuotaController;->isUidInForeground(I)Z+]Landroid/util/Spars…