Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/pipeline/domain/autoaddable/
DAutoAddableSettingListTest.kt50 val setting1 = "setting1" 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.java48 InjectedSetting setting1 = getTestSetting(); in testEquals() local
50 assertThat(setting1).isEqualTo(setting2); in testEquals()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationSettingsControllerTest.kt61 val setting1: String = Secure.NOTIFICATION_BUBBLES constant in com.android.systemui.statusbar.notification.row.NotificationSettingsControllerTest
63 val settingUri1: Uri = Secure.getUriFor(setting1)
219 whenever(secureSettings.getStringForUser(setting1, ActivityManager.getCurrentUser())) in addCallback_updatesCurrentValue()
245 whenever(secureSettings.getStringForUser(setting1, ActivityManager.getCurrentUser())) in removeCallback_noMoreUpdates()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/pipeline/data/repository/
DQSSettingsRestoredRepository.kt143 val setting1 = intent1.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()