Searched refs:TestComputable (Results 1 - 1 of 1) sorted by relevance

/frameworks/support/lifecycle/livedata/src/test/java/androidx/lifecycle/
H A DComputableLiveDataTest.java73 final TestComputable computable = new TestComputable();
87 final TestComputable computable = new TestComputable(1, 2) {
137 TestComputable computable = new TestComputable(1);
157 TestComputable computable = new TestComputable(customExecutor, 1);
176 TestComputable computable = new TestComputable(
211 static class TestComputable extends ComputableLiveData<Integer> { class in class:ComputableLiveDataTest
215 TestComputable(@NonNull Executor executor, int... values) { method in class:ComputableLiveDataTest.TestComputable
220 TestComputable(int... values) { method in class:ComputableLiveDataTest.TestComputable
[all...]

Completed in 156 milliseconds