Home
last modified time | relevance | path

Searched defs:stoppable (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/
H A DJobConcurrencyManagerTest.java215 final List<JobConcurrencyManager.ContextAssignment> stoppable = new ArrayList<>(); in testPrepareForAssignmentDetermination_noJobs() local
237 final List<JobConcurrencyManager.ContextAssignment> stoppable = new ArrayList<>(); in testPrepareForAssignmentDetermination_onlyPendingJobs() local
263 final List<JobConcurrencyManager.ContextAssignment> stoppable = new ArrayList<>(); in testPrepareForAssignmentDetermination_onlyPreferredUidOnly() local
290 final List<JobConcurrencyManager.ContextAssignment> stoppable = new ArrayList<>(); in testPrepareForAssignmentDetermination_onlyStartedWithImmediacyPrivilege() local
321 final List<JobConcurrencyManager.ContextAssignment> stoppable = new ArrayList<>(); in testDetermineAssignments_allRegular() local
368 final List<JobConcurrencyManager.ContextAssignment> stoppable = new ArrayList<>(); in testDetermineAssignments_allPreferredUidOnly_shortTimeLeft() local
425 final List<JobConcurrencyManager.ContextAssignment> stoppable = new ArrayList<>(); in testDetermineAssignments_allPreferredUidOnly_mediumTimeLeft_onlyRegRunning() local
497 final List<JobConcurrencyManager.ContextAssignment> stoppable = new ArrayList<>(); in testDetermineAssignments_allPreferredUidOnly_mediumTimeLeft_onlyUiRunning() local
556 final List<JobConcurrencyManager.ContextAssignment> stoppable = new ArrayList<>(); in testDetermineAssignments_allPreferredUidOnly_longTimeLeft() local
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/kotlin/
H A DFlowUtilTests.kt135 val stoppable = merge(state, stop).takeWhile { it is Int }.filterIsInstance<Int>() regex
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/
H A DJobConcurrencyManager.java820 final List<ContextAssignment> stoppable, in prepareForAssignmentDeterminationLocked()
908 final List<ContextAssignment> stoppable, in determineAssignmentsLocked()
1202 final List<ContextAssignment> stoppable, in cleanUpAfterAssignmentChangesLocked()