Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/controllers/
H A DBatteryControllerTest.java206 JobStatus job1 = createJobStatus("testBatteryNotLow", SOURCE_PACKAGE, CALLING_UID, in testBatteryNotLow() local
281 JobStatus job1 = createJobStatus("testCharging_BatteryNotLow", SOURCE_PACKAGE, CALLING_UID, in testCharging_BatteryNotLow() local
H A DQuotaControllerTest.java2237 JobStatus job1 = createJobStatus("testIsWithinQuotaLocked_WithQuotaBump_Duration", 1); in testIsWithinQuotaLocked_WithQuotaBump_Duration() local
2323 JobStatus job1 = createJobStatus("testIsWithinQuotaLocked_WithQuotaBump_JobCount", 1); in testIsWithinQuotaLocked_WithQuotaBump_JobCount() local
2410 JobStatus job1 = createJobStatus("testIsWithinQuotaLocked_WithQuotaBump_JobCount", 1); in testIsWithinQuotaLocked_WithQuotaBump_SessionCount() local
4340 JobStatus job1 = createJobStatus("testTimerTracking_TempAllowlisting", 1); in testTimerTracking_TempAllowlisting() local
5984 JobStatus job1 = createExpeditedJobStatus("testEJTimerTracking_TempAllowlisting", 1); in testEJTimerTracking_TempAllowlisting() local
6200 JobStatus job1 = createExpeditedJobStatus("testEJTimerTracking_TopAndTempAllowlisting", 1); in testEJTimerTracking_TopAndTempAllowlisting() local
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/kotlin/
H A DFlowUtilTests.kt137 val job1 = launch { assertThatFlow(stoppable.pairwise()).emitsExactly(WithPrev(1, 2)) } regex
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/job/
H A DPendingJobQueueTest.java238 JobStatus job1 = createJobStatus("testRemove", createJobInfo(1), 1); in testRemove_outOfOrder() local
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/shared/data/repository/
H A DConnectivityRepositoryImplTest.kt220 val job1 = underTest.forceHiddenSlots.onEach { latest1 = it }.launchIn(this) regex