Home
last modified time | relevance | path

Searched defs:job1 (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/controllers/
DBatteryControllerTest.java194 JobStatus job1 = createJobStatus("testBatteryNotLow", SOURCE_PACKAGE, CALLING_UID, in testBatteryNotLow() local
269 JobStatus job1 = createJobStatus("testCharging_BatteryNotLow", SOURCE_PACKAGE, CALLING_UID, in testCharging_BatteryNotLow() local
DQuotaControllerTest.java2349 JobStatus job1 = createJobStatus("testIsWithinQuotaLocked_WithQuotaBump_Duration", 1); in testIsWithinQuotaLocked_WithQuotaBump_Duration() local
2435 JobStatus job1 = createJobStatus("testIsWithinQuotaLocked_WithQuotaBump_JobCount", 1); in testIsWithinQuotaLocked_WithQuotaBump_JobCount() local
2522 JobStatus job1 = createJobStatus("testIsWithinQuotaLocked_WithQuotaBump_JobCount", 1); in testIsWithinQuotaLocked_WithQuotaBump_SessionCount() local
4454 JobStatus job1 = createJobStatus("testTimerTracking_TempAllowlisting", 1); in testTimerTracking_TempAllowlisting() local
6098 JobStatus job1 = createExpeditedJobStatus("testEJTimerTracking_TempAllowlisting", 1); in testEJTimerTracking_TempAllowlisting() local
6315 JobStatus job1 = createExpeditedJobStatus("testEJTimerTracking_TopAndTempAllowlisting", 1); in testEJTimerTracking_TopAndTempAllowlisting() local
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/kotlin/
DFlowUtilTests.kt143 val job1 = launch { assertThatFlow(stoppable.pairwise()).emitsExactly(WithPrev(1, 2)) } in <lambda>() constant
/frameworks/base/services/tests/servicestests/src/com/android/server/job/
DPendingJobQueueTest.java237 JobStatus job1 = createJobStatus("testRemove", createJobInfo(1), 1); in testRemove_outOfOrder() local
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/shared/data/repository/
DConnectivityRepositoryImplTest.kt220 val job1 = underTest.forceHiddenSlots.onEach { latest1 = it }.launchIn(this) in forceHiddenSlots_newSubscriberGetsCurrentValue() constant