Home
last modified time | relevance | path

Searched refs:proxyJob1 (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/controllers/
DBackgroundJobsControllerTest.java223 JobStatus proxyJob1 = createJobStatus("testStopped", SOURCE_PACKAGE, CALLING_UID, in testRestartedBroadcastWithoutStopping() local
230 trackJobs(directJob1, directJob2, proxyJob1, proxyJob2); in testRestartedBroadcastWithoutStopping()
237 assertTrue(proxyJob1.isConstraintSatisfied(CONSTRAINT_BACKGROUND_NOT_RESTRICTED)); in testRestartedBroadcastWithoutStopping()
238 assertFalse(proxyJob1.isUserBgRestricted()); in testRestartedBroadcastWithoutStopping()
247 assertTrue(proxyJob1.isConstraintSatisfied(CONSTRAINT_BACKGROUND_NOT_RESTRICTED)); in testRestartedBroadcastWithoutStopping()
248 assertFalse(proxyJob1.isUserBgRestricted()); in testRestartedBroadcastWithoutStopping()
264 JobStatus proxyJob1 = createJobStatus("testStopped", SOURCE_PACKAGE, CALLING_UID, in testStopped_disabled() local
271 trackJobs(directJob1, directJob2, proxyJob1, proxyJob2); in testStopped_disabled()
278 assertTrue(proxyJob1.isConstraintSatisfied(CONSTRAINT_BACKGROUND_NOT_RESTRICTED)); in testStopped_disabled()
279 assertFalse(proxyJob1.isUserBgRestricted()); in testStopped_disabled()
[all …]