Searched defs:activeState (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/job/controllers/
H A DBackgroundJobsController.java189 boolean updateSingleJobRestrictionLocked(JobStatus jobStatus, int activeState) { argument
199 if (activeState == UNKNOWN) {
202 isActive = (activeState == KNOWN_ACTIVE);
210 final int activeState; field in class:BackgroundJobsController.UpdateJobFunctor
216 activeState = newActiveState;
223 if (updateSingleJobRestrictionLocked(jobStatus, activeState)) {
/frameworks/support/drawerlayout/src/main/java/androidx/drawerlayout/widget/
H A DDrawerLayout.java815 void updateDrawerState(int forGravity, @State int activeState, View activeDrawer) { argument
828 if (activeDrawer != null && activeState == STATE_IDLE) {

Completed in 73 milliseconds