Home
last modified time | relevance | path

Searched refs:TestLifecycleOwner (Results 1 – 25 of 38) sorted by relevance

12

/lifecycle/lifecycle-runtime-testing/bcv/native/
Dcurrent.txt9 …roidx.lifecycle.testing/TestLifecycleOwner : androidx.lifecycle/LifecycleOwner { // androidx.lifec…
10 …oroutines/CoroutineDispatcher = ...) // androidx.lifecycle.testing/TestLifecycleOwner.<init>|<init…
12 final val lifecycle // androidx.lifecycle.testing/TestLifecycleOwner.lifecycle|{}lifecycle[0]
13 …androidx.lifecycle/LifecycleRegistry // androidx.lifecycle.testing/TestLifecycleOwner.lifecycle.<g…
14 …final val observerCount // androidx.lifecycle.testing/TestLifecycleOwner.observerCount|{}observerC…
15 …un <get-observerCount>(): kotlin/Int // androidx.lifecycle.testing/TestLifecycleOwner.observerCoun…
17 …final var currentState // androidx.lifecycle.testing/TestLifecycleOwner.currentState|{}currentStat…
18 …: androidx.lifecycle/Lifecycle.State // androidx.lifecycle.testing/TestLifecycleOwner.currentState…
19 …(androidx.lifecycle/Lifecycle.State) // androidx.lifecycle.testing/TestLifecycleOwner.currentState…
21 …(androidx.lifecycle/Lifecycle.Event) // androidx.lifecycle.testing/TestLifecycleOwner.handleLifecy…
[all …]
D2.9.0-beta01.txt9 …roidx.lifecycle.testing/TestLifecycleOwner : androidx.lifecycle/LifecycleOwner { // androidx.lifec…
10 …oroutines/CoroutineDispatcher = ...) // androidx.lifecycle.testing/TestLifecycleOwner.<init>|<init…
12 final val lifecycle // androidx.lifecycle.testing/TestLifecycleOwner.lifecycle|{}lifecycle[0]
13 …androidx.lifecycle/LifecycleRegistry // androidx.lifecycle.testing/TestLifecycleOwner.lifecycle.<g…
14 …final val observerCount // androidx.lifecycle.testing/TestLifecycleOwner.observerCount|{}observerC…
15 …un <get-observerCount>(): kotlin/Int // androidx.lifecycle.testing/TestLifecycleOwner.observerCoun…
17 …final var currentState // androidx.lifecycle.testing/TestLifecycleOwner.currentState|{}currentStat…
18 …: androidx.lifecycle/Lifecycle.State // androidx.lifecycle.testing/TestLifecycleOwner.currentState…
19 …(androidx.lifecycle/Lifecycle.State) // androidx.lifecycle.testing/TestLifecycleOwner.currentState…
21 …(androidx.lifecycle/Lifecycle.Event) // androidx.lifecycle.testing/TestLifecycleOwner.handleLifecy…
[all …]
/lifecycle/integration-tests/kotlintestapp/src/test-common/java/androidx.lifecycle/
DLifecycleCoroutineScopeTestBase.kt19 import androidx.lifecycle.testing.TestLifecycleOwner
37 val owner = TestLifecycleOwner(Lifecycle.State.INITIALIZED, UnconfinedTestDispatcher()) in initialization()
47 val owner = TestLifecycleOwner(Lifecycle.State.INITIALIZED, UnconfinedTestDispatcher()) in simpleLaunch()
63 val owner = TestLifecycleOwner(Lifecycle.State.CREATED, UnconfinedTestDispatcher()) in launchAfterDestroy()
77 val owner = TestLifecycleOwner(Lifecycle.State.STARTED, UnconfinedTestDispatcher()) in launchOnMain()
84 val owner = TestLifecycleOwner(Lifecycle.State.STARTED, UnconfinedTestDispatcher()) in launchOnIO()
93 val owner = TestLifecycleOwner(Lifecycle.State.STARTED, UnconfinedTestDispatcher()) in destroyWhileRunning()
109 val owner = TestLifecycleOwner(Lifecycle.State.STARTED, UnconfinedTestDispatcher()) in throwException()
121 val owner = TestLifecycleOwner(Lifecycle.State.CREATED, UnconfinedTestDispatcher()) in throwException_onStart()
135 val owner = TestLifecycleOwner(Lifecycle.State.STARTED, UnconfinedTestDispatcher()) in runAnotherAfterCancellation_cancelOutside()
[all …]
/lifecycle/lifecycle-runtime-testing/api/
D2.3.0-beta01.txt4 public final class TestLifecycleOwner implements androidx.lifecycle.LifecycleOwner {
5 ctor public TestLifecycleOwner();
6 ctor public TestLifecycleOwner(androidx.lifecycle.Lifecycle.State initialState);
7 …ctor public TestLifecycleOwner(androidx.lifecycle.Lifecycle.State initialState, kotlinx.coroutines…
Drestricted_2.3.0-beta01.txt4 public final class TestLifecycleOwner implements androidx.lifecycle.LifecycleOwner {
5 ctor public TestLifecycleOwner();
6 ctor public TestLifecycleOwner(androidx.lifecycle.Lifecycle.State initialState);
7 …ctor public TestLifecycleOwner(androidx.lifecycle.Lifecycle.State initialState, kotlinx.coroutines…
D2.5.0-beta02.txt4 public final class TestLifecycleOwner implements androidx.lifecycle.LifecycleOwner {
5 ctor public TestLifecycleOwner();
6 ctor public TestLifecycleOwner(optional androidx.lifecycle.Lifecycle.State initialState);
7 …ctor public TestLifecycleOwner(optional androidx.lifecycle.Lifecycle.State initialState, optional …
Drestricted_2.5.0-beta02.txt4 public final class TestLifecycleOwner implements androidx.lifecycle.LifecycleOwner {
5 ctor public TestLifecycleOwner();
6 ctor public TestLifecycleOwner(optional androidx.lifecycle.Lifecycle.State initialState);
7 …ctor public TestLifecycleOwner(optional androidx.lifecycle.Lifecycle.State initialState, optional …
Drestricted_2.6.0-beta02.txt4 public final class TestLifecycleOwner implements androidx.lifecycle.LifecycleOwner {
5 ctor public TestLifecycleOwner();
6 ctor public TestLifecycleOwner(optional androidx.lifecycle.Lifecycle.State initialState);
7 …ctor public TestLifecycleOwner(optional androidx.lifecycle.Lifecycle.State initialState, optional …
D2.6.0-beta01.txt4 public final class TestLifecycleOwner implements androidx.lifecycle.LifecycleOwner {
5 ctor public TestLifecycleOwner();
6 ctor public TestLifecycleOwner(optional androidx.lifecycle.Lifecycle.State initialState);
7 …ctor public TestLifecycleOwner(optional androidx.lifecycle.Lifecycle.State initialState, optional …
Drestricted_2.6.0-beta01.txt4 public final class TestLifecycleOwner implements androidx.lifecycle.LifecycleOwner {
5 ctor public TestLifecycleOwner();
6 ctor public TestLifecycleOwner(optional androidx.lifecycle.Lifecycle.State initialState);
7 …ctor public TestLifecycleOwner(optional androidx.lifecycle.Lifecycle.State initialState, optional …
D2.5.0-beta01.txt4 public final class TestLifecycleOwner implements androidx.lifecycle.LifecycleOwner {
5 ctor public TestLifecycleOwner();
6 ctor public TestLifecycleOwner(optional androidx.lifecycle.Lifecycle.State initialState);
7 …ctor public TestLifecycleOwner(optional androidx.lifecycle.Lifecycle.State initialState, optional …
D2.6.0-beta02.txt4 public final class TestLifecycleOwner implements androidx.lifecycle.LifecycleOwner {
5 ctor public TestLifecycleOwner();
6 ctor public TestLifecycleOwner(optional androidx.lifecycle.Lifecycle.State initialState);
7 …ctor public TestLifecycleOwner(optional androidx.lifecycle.Lifecycle.State initialState, optional …
Drestricted_2.5.0-beta01.txt4 public final class TestLifecycleOwner implements androidx.lifecycle.LifecycleOwner {
5 ctor public TestLifecycleOwner();
6 ctor public TestLifecycleOwner(optional androidx.lifecycle.Lifecycle.State initialState);
7 …ctor public TestLifecycleOwner(optional androidx.lifecycle.Lifecycle.State initialState, optional …
D2.7.0-beta01.txt4 public final class TestLifecycleOwner implements androidx.lifecycle.LifecycleOwner {
5 ctor public TestLifecycleOwner();
6 ctor public TestLifecycleOwner(optional androidx.lifecycle.Lifecycle.State initialState);
7 …ctor public TestLifecycleOwner(optional androidx.lifecycle.Lifecycle.State initialState, optional …
Dcurrent.txt4 public final class TestLifecycleOwner implements androidx.lifecycle.LifecycleOwner {
5 ctor public TestLifecycleOwner();
6 ctor public TestLifecycleOwner(optional androidx.lifecycle.Lifecycle.State initialState);
7 …ctor public TestLifecycleOwner(optional androidx.lifecycle.Lifecycle.State initialState, optional …
Drestricted_current.txt4 public final class TestLifecycleOwner implements androidx.lifecycle.LifecycleOwner {
5 ctor public TestLifecycleOwner();
6 ctor public TestLifecycleOwner(optional androidx.lifecycle.Lifecycle.State initialState);
7 …ctor public TestLifecycleOwner(optional androidx.lifecycle.Lifecycle.State initialState, optional …
Drestricted_2.8.0-beta01.txt4 public final class TestLifecycleOwner implements androidx.lifecycle.LifecycleOwner {
5 ctor public TestLifecycleOwner();
6 ctor public TestLifecycleOwner(optional androidx.lifecycle.Lifecycle.State initialState);
7 …ctor public TestLifecycleOwner(optional androidx.lifecycle.Lifecycle.State initialState, optional …
D2.8.0-beta01.txt4 public final class TestLifecycleOwner implements androidx.lifecycle.LifecycleOwner {
5 ctor public TestLifecycleOwner();
6 ctor public TestLifecycleOwner(optional androidx.lifecycle.Lifecycle.State initialState);
7 …ctor public TestLifecycleOwner(optional androidx.lifecycle.Lifecycle.State initialState, optional …
Drestricted_2.9.0-beta01.txt4 public final class TestLifecycleOwner implements androidx.lifecycle.LifecycleOwner {
5 ctor public TestLifecycleOwner();
6 ctor public TestLifecycleOwner(optional androidx.lifecycle.Lifecycle.State initialState);
7 …ctor public TestLifecycleOwner(optional androidx.lifecycle.Lifecycle.State initialState, optional …
Drestricted_2.7.0-beta01.txt4 public final class TestLifecycleOwner implements androidx.lifecycle.LifecycleOwner {
5 ctor public TestLifecycleOwner();
6 ctor public TestLifecycleOwner(optional androidx.lifecycle.Lifecycle.State initialState);
7 …ctor public TestLifecycleOwner(optional androidx.lifecycle.Lifecycle.State initialState, optional …
D2.9.0-beta01.txt4 public final class TestLifecycleOwner implements androidx.lifecycle.LifecycleOwner {
5 ctor public TestLifecycleOwner();
6 ctor public TestLifecycleOwner(optional androidx.lifecycle.Lifecycle.State initialState);
7 …ctor public TestLifecycleOwner(optional androidx.lifecycle.Lifecycle.State initialState, optional …
Drestricted_2.4.0-beta01.txt4 public final class TestLifecycleOwner implements androidx.lifecycle.LifecycleOwner {
5 ctor public TestLifecycleOwner(optional androidx.lifecycle.Lifecycle.State initialState);
6 …ctor public TestLifecycleOwner(optional androidx.lifecycle.Lifecycle.State initialState, optional …
D2.4.0-beta01.txt4 public final class TestLifecycleOwner implements androidx.lifecycle.LifecycleOwner {
5 ctor public TestLifecycleOwner(optional androidx.lifecycle.Lifecycle.State initialState);
6 …ctor public TestLifecycleOwner(optional androidx.lifecycle.Lifecycle.State initialState, optional …
/lifecycle/lifecycle-runtime-compose/src/androidInstrumentedTest/kotlin/androidx/lifecycle/compose/
DLifecycleEffectTest.kt30 import androidx.lifecycle.testing.TestLifecycleOwner
37 private lateinit var lifecycleOwner: TestLifecycleOwner
41 lifecycleOwner = TestLifecycleOwner() in setup()
94 lifecycleOwner = TestLifecycleOwner(Lifecycle.State.INITIALIZED) in <lambda>()
117 lifecycleOwner = TestLifecycleOwner(Lifecycle.State.INITIALIZED) in <lambda>()
140 lifecycleOwner = TestLifecycleOwner(Lifecycle.State.INITIALIZED) in <lambda>()
163 lifecycleOwner = TestLifecycleOwner(Lifecycle.State.INITIALIZED) in <lambda>()
193 lifecycleOwner = TestLifecycleOwner(Lifecycle.State.INITIALIZED) in <lambda>()
248 lifecycleOwner = TestLifecycleOwner(Lifecycle.State.INITIALIZED) in <lambda>()
300 val secondLifecycleOwner = TestLifecycleOwner() in <lambda>()
[all …]
/lifecycle/lifecycle-runtime-testing/src/androidInstrumentedTest/kotlin/androidx/lifecycle/testing/
DTestLifecycleOwnerAndroidTest.kt41 val owner = TestLifecycleOwner(Lifecycle.State.INITIALIZED) in uiThreadTest()
48 val owner = TestLifecycleOwner(Lifecycle.State.INITIALIZED) in testThreadTest()
55 val owner = TestLifecycleOwner(Lifecycle.State.INITIALIZED) in testHandleLifecycleEvent()
65 val owner = TestLifecycleOwner() in testSetCurrentStateInRunTest()

12