Searched defs:job2 (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/data/repository/ |
D | KeyguardTransitionRepositoryTest.kt | 114 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/ |
D | BatteryControllerTest.java | 196 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
|
D | QuotaControllerTest.java | 2350 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/ |
D | FlowUtilTests.kt | 145 val job2 = launch { assertThatFlow(stoppable.pairwise()).emitsNothing() } in <lambda>() constant
|
/frameworks/base/services/tests/servicestests/src/com/android/server/job/ |
D | PendingJobQueueTest.java | 238 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/ |
D | ConnectivityRepositoryImplTest.kt | 228 val job2 = underTest.forceHiddenSlots.onEach { latest2 = it }.launchIn(this) in forceHiddenSlots_newSubscriberGetsCurrentValue() constant
|