Home
last modified time | relevance | path

Searched refs:testStatus (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/timezonedetector/
H A DTimeZoneDetectorInternalImplTest.java101 TimeZoneDetectorStatus testStatus = ARBITRARY_DETECTOR_STATUS; in testGetCapabilitiesAndConfigForDpm() local
102 mFakeTimeZoneDetectorStrategySpy.initializeConfigurationAndStatus(testConfig, testStatus); in testGetCapabilitiesAndConfigForDpm()
114 testStatus, in testGetCapabilitiesAndConfigForDpm()
125 TimeZoneDetectorStatus testStatus = ARBITRARY_DETECTOR_STATUS; in testUpdateConfigurationForDpm() local
127 initialConfigurationInternal, testStatus); in testUpdateConfigurationForDpm()
/aosp14/frameworks/base/tools/preload-check/src/com/android/preload/check/
H A DPreloadCheck.java51 public void testStatus() throws Exception { in testStatus() method in PreloadCheck