Home
last modified time | relevance | path

Searched refs:testConfig (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ui/viewmodel/
H A DKeyguardQuickAffordancesCombinedViewModelTest.kt232 testConfig = testConfig,
237 testConfig = testConfig,
264 testConfig = testConfig,
456 testConfig = testConfig,
488 testConfig = testConfig,
495 testConfig = testConfig,
525 testConfig = testConfig,
530 testConfig = testConfig,
560 testConfig = testConfig,
565 testConfig = testConfig,
[all …]
H A DKeyguardBottomAreaViewModelTest.kt269 testConfig = testConfig,
274 testConfig = testConfig,
300 testConfig = testConfig,
483 testConfig = testConfig,
563 testConfig = testConfig,
570 testConfig = testConfig,
596 testConfig = testConfig,
601 testConfig = testConfig,
627 testConfig = testConfig,
632 testConfig = testConfig,
[all …]
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/ui/viewmodel/
H A DPromptFingerprintIconViewModelTest.kt72 val testConfig = Configuration() regex
77 testConfig.smallestScreenWidthDp = folded
78 viewModel.onConfigurationChanged(testConfig)
81 testConfig.smallestScreenWidthDp = unfolded
82 viewModel.onConfigurationChanged(testConfig)
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/timezonedetector/
H A DTimeZoneDetectorInternalImplTest.java100 ConfigurationInternal testConfig = createConfigurationInternal(autoDetectionEnabled); in testGetCapabilitiesAndConfigForDpm() local
102 mFakeTimeZoneDetectorStrategySpy.initializeConfigurationAndStatus(testConfig, testStatus); in testGetCapabilitiesAndConfigForDpm()
115 testConfig.asCapabilities(expectedBypassUserPolicyChecks), in testGetCapabilitiesAndConfigForDpm()
116 testConfig.asConfiguration()); in testGetCapabilitiesAndConfigForDpm()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/timedetector/
H A DTimeDetectorInternalImplTest.java91 ConfigurationInternal testConfig = createConfigurationInternal(autoDetectionEnabled); in testGetCapabilitiesAndConfigForDpm() local
92 mFakeServiceConfigAccessorSpy.initializeCurrentUserConfiguration(testConfig); in testGetCapabilitiesAndConfigForDpm()
102 testConfig.createCapabilitiesAndConfig(bypassUserPolicyChecks); in testGetCapabilitiesAndConfigForDpm()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DMediaArtworkProcessorTest.kt87 fun testConfig() { regex
/aosp14/frameworks/base/core/tests/coretests/src/android/os/
H A DIpcDataCacheTest.java374 public void testConfig() { in testConfig() method in IpcDataCacheTest