Home
last modified time | relevance | path

Searched refs:testBoolean (Results 1 – 3 of 3) sorted by relevance

/frameworks/layoutlib/create/tests/src/com/android/tools/layoutlib/create/
DStubMethodAdapterTest.java45 public void testBoolean() throws Exception { in testBoolean() method in StubMethodAdapterTest
48 testBoolean((name, type) -> false, Assert::assertTrue, methodName); in testBoolean()
50 testBoolean((name, type) -> methodName.equals(name) && in testBoolean()
57 private void testBoolean(BiPredicate<String, Type> methodPredicate, Consumer<Boolean> assertion, in testBoolean() method in StubMethodAdapterTest
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/log/table/
DLogDiffsForTableTest.kt1408 private val testBoolean: Boolean, constant in com.android.systemui.log.table.LogDiffsForTableTest.TestDiffable
1419 if (testBoolean != prevVal.testBoolean) { in logDiffs()
1420 row.logChange(COL_BOOLEAN, testBoolean) in logDiffs()
1428 row.logChange(COL_BOOLEAN, testBoolean) in logFull()
/frameworks/base/core/tests/overlaytests/device/src/com/android/overlaytest/
DOverlayBaseTest.java210 public void testBoolean() throws Throwable { in testBoolean() method in OverlayBaseTest