Home
last modified time | relevance | path

Searched defs:controller2 (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/drawer/
H A DSwitchesProviderTest.java101 final TestSwitchController controller2 = new TestSwitchController(); in attachInfo_duplicateSwitchKey_shouldThrowIllegalArgumentException() local
115 final TestSwitchController controller2 = new TestSwitchController(); in attachInfo_hasDifferentControllers_shouldNotThrowException() local
H A DEntriesProviderTest.java107 final TestEntryController controller2 = new TestEntryController(); in attachInfo_duplicateKey_shouldThrowIllegalArgumentException() local
121 final TestEntryController controller2 = new TestEntryController(); in attachInfo_hasDifferentControllers_shouldNotThrowException() local
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/render/
H A DShadeViewDifferTest.kt42 private val controller2 = FakeController(mContext, "Controller2") regex
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/controls/models/player/
H A DSeekBarViewModelTest.kt123 val controller2 = mock(MediaController::class.java) regex
/ohos5.0/foundation/multimedia/av_session/frameworks/native/session/test/unittest/
H A Davsession_controller_test.cpp1234 std::shared_ptr<AVSessionController> controller2 = nullptr; variable