Home
last modified time | relevance | path

Searched defs:testLooper (Results 1 – 17 of 17) sorted by relevance

/frameworks/base/packages/SystemUI/customization/src/com/android/systemui/util/
DAssert.java31 public static void setTestableLooper(Looper testLooper) { in setTestableLooper()
/frameworks/base/tests/Input/src/android/hardware/input/
DStickyModifierStateListenerTest.kt63 private val testLooper = TestLooper() in <lambda>() constant in android.hardware.input.StickyModifierStateListenerTest
DKeyboardBacklightListenerTest.kt56 private lateinit var testLooper: TestLooper in <lambda>() variable in android.hardware.input.KeyboardBacklightListenerTest
DInputDeviceBatteryListenerTest.kt57 private lateinit var testLooper: TestLooper in <lambda>() variable in android.hardware.input.InputDeviceBatteryListenerTest
/frameworks/base/services/tests/vibrator/src/com/android/server/vibrator/
DVibratorControlServiceTest.java93 TestLooper testLooper = new TestLooper(); in setUp() local
DVibrationThreadTest.java1886 TestLooperAutoDispatcher(TestLooper testLooper) { in TestLooperAutoDispatcher()
/frameworks/base/tests/ChoreographerTests/src/main/java/android/view/choreographertests/
DAttachedChoreographerTest.java146 Looper testLooper = Looper.myLooper(); in testCreateChoreographer() local
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationTestHelper.java167 @Nullable TestableLooper testLooper) { in NotificationTestHelper()
174 @Nullable TestableLooper testLooper, in NotificationTestHelper()
/frameworks/base/tests/Input/src/com/android/server/input/
DKeyRemapperTests.kt83 private lateinit var testLooper: TestLooper in createKeyboard() variable in com.android.server.input.KeyRemapperTests
DAmbientKeyboardBacklightControllerTests.kt73 private lateinit var testLooper: TestLooper in <lambda>() variable in com.android.server.input.AmbientKeyboardBacklightControllerTests
DInputManagerServiceTests.kt93 private lateinit var testLooper: TestLooper variable in com.android.server.input.InputManagerServiceTests
DKeyboardLayoutManagerTests.kt139 private lateinit var testLooper: TestLooper in createKeyboard() variable in com.android.server.input.KeyboardLayoutManagerTests
DKeyboardBacklightControllerTests.kt113 private lateinit var testLooper: TestLooper in createKeyboard() variable in com.android.server.input.KeyboardBacklightControllerTests
DBatteryControllerTests.kt199 private lateinit var testLooper: TestLooper variable in com.android.server.input.BatteryControllerTests
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/tv/
DTvPipBoundsControllerTest.kt68 lateinit var testLooper: TestLooper variable in com.android.wm.shell.pip.tv.TvPipBoundsControllerTest
/frameworks/opt/net/wifi/libs/WifiTrackerLib/tests/src/com/android/wifitrackerlib/
DUtilsTest.java163 TestLooper testLooper = new TestLooper(); in setUp() local
/frameworks/base/services/tests/VpnTests/java/com/android/server/connectivity/
DVpnTest.java3234 final TestLooper testLooper = new TestLooper(); in createVpn() local