Searched defs:controller2 (Results 1 – 8 of 8) sorted by relevance
33 SlopController controller2 = SlopController(/*slopThreshold=*/5, /*slopDurationNanos=*/100); in TEST() local48 SlopController controller2 = SlopController(/*slopThreshold=*/5, /*slopDurationNanos=*/100); in TEST() local
101 final TestSwitchController controller2 = new TestSwitchController(); in attachInfo_duplicateSwitchKey_shouldThrowIllegalArgumentException() local115 final TestSwitchController controller2 = new TestSwitchController(); in attachInfo_hasDifferentControllers_shouldNotThrowException() local
107 final TestEntryController controller2 = new TestEntryController(); in attachInfo_duplicateKey_shouldThrowIllegalArgumentException() local121 final TestEntryController controller2 = new TestEntryController(); in attachInfo_hasDifferentControllers_shouldNotThrowException() local
42 private val controller2 = FakeController(mContext, "Controller2") constant
61 @Mock private lateinit var controller2: NotifRowController variable in com.android.systemui.statusbar.notification.collection.coordinator.RowAppearanceCoordinatorTest
122 FakeVibratorController controller2 = new FakeVibratorController(mTestLooper.getLooper()); in testUnregisterVibratorController_providingAnInvalidController_ignoresRequest() local
74 @Mock private lateinit var controller2: MediaController variable in com.android.systemui.media.controls.domain.pipeline.MediaSessionBasedFilterTest
123 val controller2 = mock(MediaController::class.java) in updateDifferentControllerRegistersCallback() constant