Home
last modified time | relevance | path

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

/aosp12/build/soong/ui/metrics/proc/
H A Dstatus_linux_test.go95 var expectedStatus = &ProcStatus{ var
/aosp12/system/hardware/interfaces/net/netd/testutils/
H A DVtsHalNetNetdTestUtils.h22 #define EXPECT_STATUS(expectedStatus, ret) \ argument
/aosp12/packages/modules/Connectivity/tests/cts/hostside/app/src/com/android/cts/net/hostside/
H A DDataSaverModeTest.java203 private void assertDataSaverStatusOnBackground(int expectedStatus) throws Exception { in assertDataSaverStatusOnBackground()
H A DAbstractRestrictBackgroundNetworkTestCase.java262 protected void assertRestrictBackgroundStatus(int expectedStatus) throws Exception { in assertRestrictBackgroundStatus()
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/admin/
H A DPerUserCarDevicePolicyServiceTest.java159 private void assertStatusString(@NewUserDisclaimerStatus int expectedStatus) { in assertStatusString()
/aosp12/system/hardware/interfaces/net/netd/1.1/vts/functional/
H A DVtsHalNetNetdV1_1TargetTest.cpp137 void expectAddRoute(INetd::StatusCode expectedStatus, net_handle_t handle, const char* iface, in expectAddRoute()
148 void expectRemoveRoute(INetd::StatusCode expectedStatus, net_handle_t handle, const char* iface, in expectRemoveRoute()
/aosp12/packages/services/Car/tools/emulator/
H A Dvhal_emulator_test.py160 def _rxMsgAndValidate(self, expectedType, expectedStatus): argument
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/util/
H A DXmlUtilTest.java348 NetworkSelectionStatus expectedStatus = new NetworkSelectionStatus(); in testDeprecatedNetworkSelectionStatusDeserialize() local
397 NetworkSelectionStatus expectedStatus = new NetworkSelectionStatus(); in testDeprecatedNetworkSelectionDisableReasonDeserialize() local
/aosp12/frameworks/base/tests/BackgroundDexOptServiceIntegrationTests/src/com/android/server/pm/
H A DBackgroundDexOptServiceIntegrationTests.java210 private static void runBackgroundDexOpt(String expectedStatus) throws IOException { in runBackgroundDexOpt()
/aosp12/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
/aosp12/hardware/interfaces/neuralnetworks/aidl/vts/functional/
H A DMemoryDomainTests.cpp690 const std::vector<int32_t>& dimensions, ErrorStatus expectedStatus) { in testCopyFrom()
701 ErrorStatus expectedStatus) { in testCopyTo()
888 ErrorStatus expectedStatus) { in testExecution()
/aosp12/hardware/interfaces/neuralnetworks/1.3/vts/functional/
H A DMemoryDomainTests.cpp671 const std::vector<uint32_t>& dimensions, ErrorStatus expectedStatus) { in testCopyFrom()
678 ErrorStatus expectedStatus) { in testCopyTo()
863 ErrorStatus expectedStatus) { in testExecution()
/aosp12/hardware/interfaces/drm/1.2/vts/functional/
H A Ddrm_hal_common.cpp397 const vector<uint8_t>& key, StatusV1_2 expectedStatus) { in decrypt()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/vibrator/
H A DVibrationThreadTest.java1375 private void verifyCallbacksTriggered(long vibrationId, Vibration.Status expectedStatus) { in verifyCallbacksTriggered()
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
H A DUserHalServiceTest.java1672 private void assertCallbackStatus(GenericHalCallback<?> callback, int expectedStatus) { in assertCallbackStatus()
/aosp12/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
H A DTetheringTest.java1712 public void expectOffloadStatusChanged(final int expectedStatus) { in expectOffloadStatusChanged()
/aosp12/hardware/interfaces/drm/1.0/vts/functional/
H A Ddrm_hal_clearkey_test.cpp838 const Pattern& pattern, Status expectedStatus) { in decrypt()
H A Ddrm_hal_vendor_test.cpp1133 const vector<uint8_t>& key, Status expectedStatus) { in decrypt()
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/user/
H A DCarUserServiceTest.java2893 @UserRemovalResult.Status int expectedStatus) { in assertUserRemovalResultStatus()
/aosp12/frameworks/base/services/incremental/
H A DIncrementalService.cpp2838 void IncrementalService::DataLoaderStub::compareAndSetCurrentStatus(int expectedStatus, in compareAndSetCurrentStatus()
/aosp12/hardware/interfaces/camera/provider/2.4/vts/functional/
H A DVtsHalCameraProviderV2_4TargetTest.cpp7614 bool expectedStatus, bool expectMethodSupported) { in verifyStreamCombination()