Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/data/repository/
DKeyguardTransitionRepositoryTest.kt114 val job2 = underTest.transition(LOCKSCREEN, AOD).onEach { steps.add(it) }.launchIn(this) in <lambda>() constant
149 val job2 = underTest.transition(LOCKSCREEN, AOD).onEach { steps.add(it) }.launchIn(this) in <lambda>() constant
184 val job2 = underTest.transition(LOCKSCREEN, AOD).onEach { steps.add(it) }.launchIn(this) in <lambda>() constant
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/controllers/
DBatteryControllerTest.java196 JobStatus job2 = createJobStatus("testBatteryNotLow", SOURCE_PACKAGE, CALLING_UID, in testBatteryNotLow() local
273 JobStatus job2 = createJobStatus("testCharging_BatteryNotLow", SOURCE_PACKAGE, CALLING_UID, in testCharging_BatteryNotLow() local
DQuotaControllerTest.java2350 JobStatus job2 = createJobStatus("testIsWithinQuotaLocked_WithQuotaBump_Duration", 2); in testIsWithinQuotaLocked_WithQuotaBump_Duration() local
2436 JobStatus job2 = createJobStatus("testIsWithinQuotaLocked_WithQuotaBump_JobCount", 2); in testIsWithinQuotaLocked_WithQuotaBump_JobCount() local
2523 JobStatus job2 = createJobStatus("testIsWithinQuotaLocked_WithQuotaBump_JobCount", 2); in testIsWithinQuotaLocked_WithQuotaBump_SessionCount() local
4455 JobStatus job2 = createJobStatus("testTimerTracking_TempAllowlisting", 2); in testTimerTracking_TempAllowlisting() local
6099 JobStatus job2 = createExpeditedJobStatus("testEJTimerTracking_TempAllowlisting", 2); in testEJTimerTracking_TempAllowlisting() local
6316 JobStatus job2 = createExpeditedJobStatus("testEJTimerTracking_TopAndTempAllowlisting", 2); in testEJTimerTracking_TopAndTempAllowlisting() local
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/kotlin/
DFlowUtilTests.kt145 val job2 = launch { assertThatFlow(stoppable.pairwise()).emitsNothing() } in <lambda>() constant
/frameworks/base/services/tests/servicestests/src/com/android/server/job/
DPendingJobQueueTest.java238 JobStatus job2 = createJobStatus("testRemove", createJobInfo(2), 1); in testRemove_outOfOrder() local
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/shared/data/repository/
DConnectivityRepositoryImplTest.kt228 val job2 = underTest.forceHiddenSlots.onEach { latest2 = it }.launchIn(this) in forceHiddenSlots_newSubscriberGetsCurrentValue() constant