Home
last modified time | relevance | path

Searched defs:expectedStatus (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/vibrator/
H A DVibrationSettingsTest.java770 Vibration.Status expectedStatus) { in assertVibrationIgnoredForUsage()
775 int displayId, Vibration.Status expectedStatus) { in assertVibrationIgnoredForUsageAndDisplay()
778 assertEquals(errorMessageForUsage(usage), expectedStatus, in assertVibrationIgnoredForUsageAndDisplay() local
H A DVibrationThreadTest.java1674 private void verifyCallbacksTriggered(long vibrationId, Vibration.Status expectedStatus) { in verifyCallbacksTriggered()
/aosp14/frameworks/base/tests/BackgroundDexOptServiceIntegrationTests/src/com/android/server/pm/
H A DBackgroundDexOptServiceIntegrationTests.java214 private static void runBackgroundDexOpt(String expectedStatus) throws IOException { in runBackgroundDexOpt()
/aosp14/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeechService.java253 int expectedStatus = TextToSpeech.LANG_COUNTRY_VAR_AVAILABLE; in getExpectedLanguageAvailableStatus() local
282 int expectedStatus = getExpectedLanguageAvailableStatus(locale); in onGetVoices() local
364 int expectedStatus = getExpectedLanguageAvailableStatus(locale); in onLoadVoice() local
395 int expectedStatus = getExpectedLanguageAvailableStatus(locale); in onIsValidVoiceName() local
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/pm/
H A DBackgroundDexOptServiceUnitTest.java531 boolean expectedReschedule, int expectedStatus, int totalJobFinishedWithParams, in runFullJob()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/timezonedetector/
H A DTimeZoneDetectorStrategyImplTest.java1947 Script verifyCachedDetectorStatus(TimeZoneDetectorStatus expectedStatus) { in verifyCachedDetectorStatus()
/aosp14/frameworks/base/services/incremental/
H A DIncrementalService.cpp2864 void IncrementalService::DataLoaderStub::compareAndSetCurrentStatus(int expectedStatus, in compareAndSetCurrentStatus()