Searched refs:proxyJob2 (Results 1 – 1 of 1) sorted by relevance
226 JobStatus proxyJob2 = createJobStatus("testStopped", in testRestartedBroadcastWithoutStopping() local230 trackJobs(directJob1, directJob2, proxyJob1, proxyJob2); in testRestartedBroadcastWithoutStopping()239 assertTrue(proxyJob2.isConstraintSatisfied(CONSTRAINT_BACKGROUND_NOT_RESTRICTED)); in testRestartedBroadcastWithoutStopping()240 assertFalse(proxyJob2.isUserBgRestricted()); in testRestartedBroadcastWithoutStopping()249 assertTrue(proxyJob2.isConstraintSatisfied(CONSTRAINT_BACKGROUND_NOT_RESTRICTED)); in testRestartedBroadcastWithoutStopping()250 assertFalse(proxyJob2.isUserBgRestricted()); in testRestartedBroadcastWithoutStopping()267 JobStatus proxyJob2 = createJobStatus("testStopped", in testStopped_disabled() local271 trackJobs(directJob1, directJob2, proxyJob1, proxyJob2); in testStopped_disabled()280 assertTrue(proxyJob2.isConstraintSatisfied(CONSTRAINT_BACKGROUND_NOT_RESTRICTED)); in testStopped_disabled()281 assertFalse(proxyJob2.isUserBgRestricted()); in testStopped_disabled()[all …]