Searched refs:directJob2 (Results 1 – 1 of 1) sorted by relevance
219 JobStatus directJob2 = createJobStatus("testStopped", in testRestartedBroadcastWithoutStopping() local230 trackJobs(directJob1, directJob2, proxyJob1, proxyJob2); in testRestartedBroadcastWithoutStopping()235 assertTrue(directJob2.isConstraintSatisfied(CONSTRAINT_BACKGROUND_NOT_RESTRICTED)); in testRestartedBroadcastWithoutStopping()236 assertFalse(directJob2.isUserBgRestricted()); in testRestartedBroadcastWithoutStopping()245 assertTrue(directJob2.isConstraintSatisfied(CONSTRAINT_BACKGROUND_NOT_RESTRICTED)); in testRestartedBroadcastWithoutStopping()246 assertFalse(directJob2.isUserBgRestricted()); in testRestartedBroadcastWithoutStopping()260 JobStatus directJob2 = createJobStatus("testStopped", in testStopped_disabled() local271 trackJobs(directJob1, directJob2, proxyJob1, proxyJob2); in testStopped_disabled()276 assertTrue(directJob2.isConstraintSatisfied(CONSTRAINT_BACKGROUND_NOT_RESTRICTED)); in testStopped_disabled()277 assertFalse(directJob2.isUserBgRestricted()); in testStopped_disabled()[all …]