Home
last modified time | relevance | path

Searched defs:job2 (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/controllers/
H A DBatteryControllerTest.java208 JobStatus job2 = createJobStatus("testBatteryNotLow", SOURCE_PACKAGE, CALLING_UID, in testBatteryNotLow() local
285 JobStatus job2 = createJobStatus("testCharging_BatteryNotLow", SOURCE_PACKAGE, CALLING_UID, in testCharging_BatteryNotLow() local
H A DQuotaControllerTest.java2238 JobStatus job2 = createJobStatus("testIsWithinQuotaLocked_WithQuotaBump_Duration", 2); in testIsWithinQuotaLocked_WithQuotaBump_Duration() local
2324 JobStatus job2 = createJobStatus("testIsWithinQuotaLocked_WithQuotaBump_JobCount", 2); in testIsWithinQuotaLocked_WithQuotaBump_JobCount() local
2411 JobStatus job2 = createJobStatus("testIsWithinQuotaLocked_WithQuotaBump_JobCount", 2); in testIsWithinQuotaLocked_WithQuotaBump_SessionCount() local
4341 JobStatus job2 = createJobStatus("testTimerTracking_TempAllowlisting", 2); in testTimerTracking_TempAllowlisting() local
5985 JobStatus job2 = createExpeditedJobStatus("testEJTimerTracking_TempAllowlisting", 2); in testEJTimerTracking_TempAllowlisting() local
6201 JobStatus job2 = createExpeditedJobStatus("testEJTimerTracking_TopAndTempAllowlisting", 2); in testEJTimerTracking_TopAndTempAllowlisting() local
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/data/repository/
H A DKeyguardTransitionRepositoryTest.kt100 val job2 = underTest.transition(LOCKSCREEN, AOD).onEach { steps.add(it) }.launchIn(this) regex
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/kotlin/
H A DFlowUtilTests.kt139 val job2 = launch { assertThatFlow(stoppable.pairwise()).emitsNothing() } regex
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/job/
H A DPendingJobQueueTest.java239 JobStatus job2 = createJobStatus("testRemove", createJobInfo(2), 1); in testRemove_outOfOrder() local
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/shared/data/repository/
H A DConnectivityRepositoryImplTest.kt228 val job2 = underTest.forceHiddenSlots.onEach { latest2 = it }.launchIn(this) regex