Searched refs:expectedStatus (Results 1 – 5 of 5) sorted by relevance
210 private static void runBackgroundDexOpt(String expectedStatus) throws IOException { in runBackgroundDexOpt() argument212 if (!result.trim().equals(expectedStatus)) { in runBackgroundDexOpt()213 throw new IllegalStateException("Expected status: " + expectedStatus in runBackgroundDexOpt()
253 int expectedStatus = TextToSpeech.LANG_COUNTRY_VAR_AVAILABLE; in getExpectedLanguageAvailableStatus() local256 expectedStatus = TextToSpeech.LANG_AVAILABLE; in getExpectedLanguageAvailableStatus()258 expectedStatus = TextToSpeech.LANG_COUNTRY_AVAILABLE; in getExpectedLanguageAvailableStatus()261 return expectedStatus; in getExpectedLanguageAvailableStatus()282 int expectedStatus = getExpectedLanguageAvailableStatus(locale); in onGetVoices() local286 if (localeStatus != expectedStatus) { in onGetVoices()364 int expectedStatus = getExpectedLanguageAvailableStatus(locale); in onLoadVoice() local368 if (localeStatus != expectedStatus) { in onLoadVoice()395 int expectedStatus = getExpectedLanguageAvailableStatus(locale); in onIsValidVoiceName() local399 if (localeStatus != expectedStatus) { in onIsValidVoiceName()
258 void compareAndSetCurrentStatus(int expectedStatus, int newStatus);
2838 void IncrementalService::DataLoaderStub::compareAndSetCurrentStatus(int expectedStatus, in compareAndSetCurrentStatus() argument2847 if (expectedStatus != Constants::anyStatus && expectedStatus != mCurrentStatus) { in compareAndSetCurrentStatus()
1375 private void verifyCallbacksTriggered(long vibrationId, Vibration.Status expectedStatus) { in verifyCallbacksTriggered() argument1376 verify(mThreadCallbacks).onVibrationCompleted(eq(vibrationId), eq(expectedStatus)); in verifyCallbacksTriggered()