Home
last modified time | relevance | path

Searched defs: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.kt219 val testConfig = regex
251 val testConfig = regex
444 val testConfig = regex
476 val testConfig = regex
513 val testConfig = regex
548 val testConfig = regex
577 val testConfig = regex
H A DKeyguardBottomAreaViewModelTest.kt256 val testConfig = regex
287 val testConfig = regex
471 val testConfig = regex
551 val testConfig = regex
584 val testConfig = regex
615 val testConfig = regex
644 val testConfig = regex
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DMediaArtworkProcessorTest.kt87 fun testConfig() { regex
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/timezonedetector/
H A DTimeZoneDetectorInternalImplTest.java100 ConfigurationInternal testConfig = createConfigurationInternal(autoDetectionEnabled); in testGetCapabilitiesAndConfigForDpm() local
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/timedetector/
H A DTimeDetectorInternalImplTest.java91 ConfigurationInternal testConfig = createConfigurationInternal(autoDetectionEnabled); in testGetCapabilitiesAndConfigForDpm() local
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/ui/viewmodel/
H A DPromptFingerprintIconViewModelTest.kt72 val testConfig = Configuration() regex
/aosp14/frameworks/base/core/tests/coretests/src/android/os/
H A DIpcDataCacheTest.java374 public void testConfig() { in testConfig() method in IpcDataCacheTest