Home
last modified time | relevance | path

Searched refs:setting2 (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/pipeline/domain/autoaddable/
DAutoAddableSettingListTest.kt51 val setting2 = "setting2" in correctLines_correctAutoAddables() constant
57 arrayOf(toStringLine(setting1, spec1), toStringLine(setting2, spec2)) in correctLines_correctAutoAddables()
63 .containsExactly(factory.create(setting1, spec1), factory.create(setting2, spec2)) in correctLines_correctAutoAddables()
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/location/
DInjectedSettingTest.java49 InjectedSetting setting2 = getTestSetting(); in testEquals() local
50 assertThat(setting1).isEqualTo(setting2); in testEquals()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/pipeline/data/repository/
DQSSettingsRestoredRepository.kt144 val setting2 = intent2.getStringExtra(Intent.EXTRA_SETTING_NAME) in processIntents() constant
146 if (setting1 == TILES_SETTING && setting2 == AUTO_ADD_SETTING) { in processIntents()
148 } else if (setting1 == AUTO_ADD_SETTING && setting2 == TILES_SETTING) { in processIntents()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationSettingsControllerTest.kt62 val setting2: String = Secure.ACCESSIBILITY_ENABLED constant in com.android.systemui.statusbar.notification.row.NotificationSettingsControllerTest
64 val settingUri2: Uri = Secure.getUriFor(setting2)
221 whenever(secureSettings.getStringForUser(setting2, ActivityManager.getCurrentUser())) in addCallback_updatesCurrentValue()