/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/data/repository/ |
D | KeyguardSmartspaceRepositoryImplTest.kt | 46 private lateinit var fakeSettings: FakeSettings variable in com.android.systemui.keyguard.data.repository.KeyguardSmartspaceRepositoryImplTest 52 fakeSettings = FakeSettings() in setup() 54 fakeSettings.userId = fakeUserTracker.userId in setup() 61 secureSettings = fakeSettings, in setup() 70 fakeSettings.putInt(Settings.Secure.LOCK_SCREEN_WEATHER_ENABLED, 1) in testWeatherEnabled_true() 78 fakeSettings.putInt(Settings.Secure.LOCK_SCREEN_WEATHER_ENABLED, 0) in testWeatherEnabled_false()
|
D | KeyguardClockRepositoryTest.kt | 52 private lateinit var fakeSettings: FakeSettings variable in com.android.systemui.keyguard.data.repository.KeyguardClockRepositoryTest 60 fakeSettings = FakeSettings() in setup() 66 fakeSettings, in setup() 79 fakeSettings.putInt(Settings.Secure.LOCKSCREEN_USE_DOUBLE_LINE_CLOCK, 0) in testSelectedClockSize_small() 87 fakeSettings.putInt(Settings.Secure.LOCKSCREEN_USE_DOUBLE_LINE_CLOCK, 1) in testSelectedClockSize_dynamic()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/communal/data/repository/ |
D | CommunalSettingsRepositoryImplTest.kt | 46 import com.android.systemui.util.settings.fakeSettings 104 kosmos.fakeSettings.putIntForUser( in hubIsDisabledByUser() 113 kosmos.fakeSettings.putIntForUser( in hubIsDisabledByUser() 120 kosmos.fakeSettings.putIntForUser( in hubIsDisabledByUser() 171 kosmos.fakeSettings.putIntForUser( in hubIsDisabledByUserAndDevicePolicy() 190 kosmos.fakeSettings.putIntForUser( in hubShowsWidgetCategoriesSetByUser() 234 kosmos.fakeSettings.putIntForUser( in backgroundType_verifyAllValues()
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/communal/data/repository/ |
D | CommunalSettingsRepositoryKosmos.kt | 24 import com.android.systemui.util.settings.fakeSettings 31 secureSettings = fakeSettings, in <lambda>()
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/media/controls/domain/pipeline/ |
D | MediaDataProcessorKosmos.kt | 36 import com.android.systemui.util.settings.fakeSettings 57 secureSettings = fakeSettings, in <lambda>()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/ |
D | FlashlightControllerImplTest.kt | 64 private lateinit var fakeSettings: FakeSettings variable in com.android.systemui.statusbar.policy.FlashlightControllerImplTest 75 fakeSettings = FakeSettings() in setup() 84 fakeSettings, in setup()
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/util/settings/ |
D | FakeSettingsKosmos.kt | 22 val Kosmos.fakeSettings: FakeSettings by Fixture { FakeSettings() } in <lambda>() constant
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/camera/data/repository/ |
D | CameraAutoRotateRepositoryImplTest.kt | 27 import com.android.systemui.util.settings.fakeSettings 42 private val settings = kosmos.fakeSettings
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/impl/night/domain/interactor/ |
D | NightDisplayTileDataInteractorTest.kt | 35 import com.android.systemui.util.settings.fakeSettings 69 private val secureSettings = kosmos.fakeSettings
|
D | NightDisplayTileUserActionInteractorTest.kt | 40 import com.android.systemui.util.settings.fakeSettings 70 private val secureSettings = kosmos.fakeSettings
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/ |
D | KeyguardCoordinatorTest.kt | 636 val fakeSettings = in runKeyguardCoordinatorTest() constant 653 fakeSettings, in runKeyguardCoordinatorTest() 663 fakeSettings, in runKeyguardCoordinatorTest() 673 private val fakeSettings: FakeSettings, constant in com.android.systemui.statusbar.notification.collection.coordinator.KeyguardCoordinatorTest.KeyguardCoordinatorTestScope 697 fakeSettings.getIntForUser( in <lambda>() 702 fakeSettings.putIntForUser( in <lambda>()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/communal/ |
D | CommunalSceneStartableTest.kt | 42 import com.android.systemui.util.settings.fakeSettings 68 fakeSettings.putInt(Settings.System.SCREEN_OFF_TIMEOUT, SCREEN_TIMEOUT) in setUp() 77 systemSettings = fakeSettings, in setUp() 436 fakeSettings.putInt(Settings.System.SCREEN_OFF_TIMEOUT, SCREEN_TIMEOUT * 2) in hubTimeout_screenTimeoutChanged()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/accessibility/data/repository/ |
D | NightDisplayRepositoryTest.kt | 36 import com.android.systemui.util.settings.fakeSettings 73 private val secureSettings = kosmos.fakeSettings
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/communal/widgets/ |
D | CommunalAppWidgetHostStartableTest.kt | 43 import com.android.systemui.util.settings.fakeSettings 255 fakeSettings.putIntForUser( in setCommunalAvailable()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/communal/domain/interactor/ |
D | CommunalInteractorTest.kt | 84 import com.android.systemui.util.settings.fakeSettings in <lambda>() 911 kosmos.fakeSettings.putIntForUser( in <lambda>() 978 kosmos.fakeSettings.putIntForUser( in <lambda>() 1022 kosmos.fakeSettings.putIntForUser( in <lambda>()
|