Home
last modified time | relevance | path

Searched refs:setStatus (Results 1 – 25 of 1819) sorted by relevance

12345678910>>...73

/aosp_15_r20/external/icing/java/src/com/google/android/icing/
H A DIcingSearchEngineUtils.java67 .setStatus(StatusProto.newBuilder().setCode(StatusProto.Code.INTERNAL)) in byteArrayToInitializeResultProto()
76 .setStatus(StatusProto.newBuilder().setCode(StatusProto.Code.INTERNAL)) in byteArrayToInitializeResultProto()
87 .setStatus(StatusProto.newBuilder().setCode(StatusProto.Code.INTERNAL)) in byteArrayToSetSchemaResultProto()
96 .setStatus(StatusProto.newBuilder().setCode(StatusProto.Code.INTERNAL)) in byteArrayToSetSchemaResultProto()
107 .setStatus(StatusProto.newBuilder().setCode(StatusProto.Code.INTERNAL)) in byteArrayToGetSchemaResultProto()
116 .setStatus(StatusProto.newBuilder().setCode(StatusProto.Code.INTERNAL)) in byteArrayToGetSchemaResultProto()
127 .setStatus(StatusProto.newBuilder().setCode(StatusProto.Code.INTERNAL)) in byteArrayToGetSchemaTypeResultProto()
136 .setStatus(StatusProto.newBuilder().setCode(StatusProto.Code.INTERNAL)) in byteArrayToGetSchemaTypeResultProto()
146 .setStatus(StatusProto.newBuilder().setCode(StatusProto.Code.INTERNAL)) in byteArrayToPutResultProto()
155 .setStatus(StatusProto.newBuilder().setCode(StatusProto.Code.INTERNAL)) in byteArrayToPutResultProto()
[all …]
/aosp_15_r20/packages/modules/Permission/tests/cts/safetycenter/src/android/safetycenter/cts/
DSafetySourceDataTest.kt60 val safetySourceData = SafetySourceData.Builder().setStatus(status).build() in getStatus_whenSetExplicitly_returnsStatus()
68 SafetySourceData.Builder().setStatus(createStatus(SEVERITY_LEVEL_INFORMATION)).build() in getIssues_withDefaultBuilder_returnsEmptyList()
87 .setStatus(createStatus(SEVERITY_LEVEL_CRITICAL_WARNING)) in getIssues_mutationsAreNotAllowed()
102 SafetySourceData.Builder().setStatus(createStatus(SEVERITY_LEVEL_INFORMATION)).build() in getExtras_withDefaultBuilder_returnsEmptyBundle()
112 .setStatus(createStatus(SEVERITY_LEVEL_INFORMATION)) in getExtras_whenSetExplicitly_returnsExtras()
125 .setStatus(createStatus(SEVERITY_LEVEL_INFORMATION)) in getExtras_whenCleared_returnsEmptyBundle()
139 .setStatus(createStatus(SEVERITY_LEVEL_INFORMATION)) in builder_addIssue_doesNotMutatePreviouslyBuiltInstance()
154 .setStatus(createStatus(SEVERITY_LEVEL_INFORMATION)) in clearIssues_removesAllIssues()
195 val builder = SafetySourceData.Builder().setStatus(createStatus(SEVERITY_LEVEL_UNSPECIFIED)) in build_withUnspecifiedStatusAndNoIssues_doesNotThrow()
204 .setStatus(createStatus(SEVERITY_LEVEL_UNSPECIFIED)) in build_withUnspecifiedStatusAndInformationIssues_doesNotThrow()
[all …]
/aosp_15_r20/frameworks/base/tests/RemoteDisplayProvider/src/com/android/media/remotedisplay/test/
H A DRemoteDisplayProviderService.java77 mTestDisplay1.setStatus(RemoteDisplay.STATUS_AVAILABLE); in onDiscoveryModeChanged()
87 mTestDisplay2.setStatus(RemoteDisplay.STATUS_AVAILABLE); in onDiscoveryModeChanged()
94 mTestDisplay3.setStatus(RemoteDisplay.STATUS_NOT_AVAILABLE); in onDiscoveryModeChanged()
101 mTestDisplay4.setStatus(RemoteDisplay.STATUS_IN_USE); in onDiscoveryModeChanged()
108 mTestDisplay5.setStatus(RemoteDisplay.STATUS_AVAILABLE); in onDiscoveryModeChanged()
115 mTestDisplay6.setStatus(RemoteDisplay.STATUS_AVAILABLE); in onDiscoveryModeChanged()
122 mTestDisplay8.setStatus(RemoteDisplay.STATUS_AVAILABLE); in onDiscoveryModeChanged()
129 mTestDisplay9.setStatus(RemoteDisplay.STATUS_AVAILABLE); in onDiscoveryModeChanged()
136 mTestDisplay10.setStatus(RemoteDisplay.STATUS_AVAILABLE); in onDiscoveryModeChanged()
170 display.setStatus(RemoteDisplay.STATUS_CONNECTING); in onConnect()
[all …]
/aosp_15_r20/external/grpc-grpc-java/services/src/test/java/io/grpc/protobuf/services/
H A DHealthStatusManagerTest.java70 manager.setStatus(SERVICE1, ServingStatus.SERVING); in enterTerminalState_check()
84 manager.setStatus(SERVICE1, ServingStatus.SERVING); in enterTerminalState_check()
94 manager.setStatus(SERVICE1, ServingStatus.SERVING); in enterTerminalState_watch()
108 manager.setStatus(SERVICE1, ServingStatus.SERVING); in enterTerminalState_watch()
114 manager.setStatus(SERVICE1, ServingStatus.SERVING); in enterTerminalState_ignoreClear()
146 HealthCheckResponse.newBuilder().setStatus(ServingStatus.SERVING).build()); in defaultIsServing()
152 manager.setStatus(SERVICE1, ServingStatus.UNKNOWN); in getHealthService_getterReturnsTheSameHealthRefAfterUpdate()
158 manager.setStatus(SERVICE1, ServingStatus.NOT_SERVING); in checkValidStatus()
159 manager.setStatus(SERVICE2, ServingStatus.SERVING); in checkValidStatus()
164 HealthCheckResponse.newBuilder().setStatus(ServingStatus.NOT_SERVING).build()); in checkValidStatus()
[all …]
/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/
H A DPrimitiveSetTest.java91 .setStatus(KeyStatusType.ENABLED) in testBasicFunctionalityWithDeprecatedMutableInterface()
98 .setStatus(KeyStatusType.ENABLED) in testBasicFunctionalityWithDeprecatedMutableInterface()
105 .setStatus(KeyStatusType.ENABLED) in testBasicFunctionalityWithDeprecatedMutableInterface()
155 .setStatus(KeyStatusType.ENABLED) in testBasicFunctionalityWithBuilder()
161 .setStatus(KeyStatusType.ENABLED) in testBasicFunctionalityWithBuilder()
167 .setStatus(KeyStatusType.ENABLED) in testBasicFunctionalityWithBuilder()
188 .setStatus(KeyStatusType.ENABLED) in testBasicFunctionalityWithBuilder()
237 .setStatus(KeyStatusType.ENABLED) in testAddTwoPrimaryPrimitivesWithBuilder_throws()
243 .setStatus(KeyStatusType.ENABLED) in testAddTwoPrimaryPrimitivesWithBuilder_throws()
260 .setStatus(KeyStatusType.ENABLED) in testAddFullPrimitiveAndOptionalPrimitive_works()
[all …]
H A DKeysetHandleFullPrimitiveTest.java219 .setStatus(KeyStatus.ENABLED) in getPrimitive_fullPrimitiveWithoutPrimitive_worksCorrectly()
224 .setStatus(KeyStatus.ENABLED) in getPrimitive_fullPrimitiveWithoutPrimitive_worksCorrectly()
228 .setStatus(KeyStatus.ENABLED) in getPrimitive_fullPrimitiveWithoutPrimitive_worksCorrectly()
232 .setStatus(KeyStatus.ENABLED) in getPrimitive_fullPrimitiveWithoutPrimitive_worksCorrectly()
255 .setStatus(KeyStatus.ENABLED) in getPrimitive_noFullPrimitiveNoPrimitive_throws()
260 .setStatus(KeyStatus.ENABLED) in getPrimitive_noFullPrimitiveNoPrimitive_throws()
264 .setStatus(KeyStatus.ENABLED) in getPrimitive_noFullPrimitiveNoPrimitive_throws()
268 .setStatus(KeyStatus.ENABLED) in getPrimitive_noFullPrimitiveNoPrimitive_throws()
297 .setStatus(KeyStatus.ENABLED) in getPrimitive_fullPrimitiveWithPrimitive_worksCorrectly()
307 .setStatus(KeyStatus.ENABLED) in getPrimitive_fullPrimitiveWithPrimitive_worksCorrectly()
[all …]
/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/service-core/protectedaudience/src/com/android/adservices/data/kanon/
DKAnonMessageDaoTest.java49 .setStatus(KAnonMessageConstants.MessageStatus.SIGNED);
72 .setStatus(KAnonMessageConstants.MessageStatus.SIGNED) in testGetNKAnonMessageWithStatus_fetchesMessagesWithStatus()
76 .setStatus(KAnonMessageConstants.MessageStatus.SIGNED) in testGetNKAnonMessageWithStatus_fetchesMessagesWithStatus()
91 .setStatus(KAnonMessageConstants.MessageStatus.NOT_PROCESSED) in testGetNKAnonMessageWithStatus_withDifferentStatus_fetchesCorrectMessages()
95 .setStatus(KAnonMessageConstants.MessageStatus.SIGNED) in testGetNKAnonMessageWithStatus_withDifferentStatus_fetchesCorrectMessages()
113 .setStatus(KAnonMessageConstants.MessageStatus.NOT_PROCESSED) in testDeleteKAnonMessagesWithIds_deletesMessagesWithGivenIdList()
118 .setStatus(KAnonMessageConstants.MessageStatus.NOT_PROCESSED) in testDeleteKAnonMessagesWithIds_deletesMessagesWithGivenIdList()
135 .setStatus(KAnonMessageConstants.MessageStatus.NOT_PROCESSED) in testGetKAnonMessagesWithMessage_returnsTheCorrectMessage()
140 .setStatus(KAnonMessageConstants.MessageStatus.NOT_PROCESSED) in testGetKAnonMessagesWithMessage_returnsTheCorrectMessage()
171 .setStatus(KAnonMessageConstants.MessageStatus.NOT_PROCESSED) in testUpdateMessagesStatus_updatesTheStatusCorrectly()
[all …]
/aosp_15_r20/tools/tradefederation/core/invocation_interfaces/com/android/tradefed/result/
DTestResult.java141 public TestResult setStatus(com.android.ddmlib.testrunner.TestResult.TestStatus ddmlibStatus) { in setStatus() method in TestResult
147 public TestResult setStatus(TestStatus status) { in setStatus() method in TestResult
273 mergedResult.setStatus(TestStatus.PASSED); in merge()
279 mergedResult.setStatus(TestStatus.IGNORED); in merge()
281 mergedResult.setStatus(TestStatus.ASSUMPTION_FAILURE); in merge()
283 mergedResult.setStatus(TestStatus.INCOMPLETE); in merge()
285 mergedResult.setStatus(TestStatus.SKIPPED); in merge()
290 mergedResult.setStatus(TestStatus.ASSUMPTION_FAILURE); in merge()
292 mergedResult.setStatus(TestStatus.IGNORED); in merge()
294 mergedResult.setStatus(TestStatus.FAILURE); in merge()
[all …]
/aosp_15_r20/external/testng/src/test/java/test/
H A DDynamicGraphTest.java36 dg.setStatus(freeNodes, Status.RUNNING); in test8()
37 dg.setStatus("a1", Status.FINISHED); in test8()
40 dg.setStatus("a2", Status.FINISHED); in test8()
43 dg.setStatus("b2", Status.RUNNING); in test8()
44 dg.setStatus("b1", Status.FINISHED); in test8()
47 dg.setStatus("b2", Status.FINISHED); in test8()
63 dg.setStatus(freeNodes, Status.RUNNING); in test2()
64 dg.setStatus("a1", Status.FINISHED); in test2()
67 dg.setStatus("a2", Status.FINISHED); in test2()
70 dg.setStatus("b2", Status.RUNNING); in test2()
[all …]
/aosp_15_r20/packages/modules/NetworkStack/tests/unit/src/com/android/server/connectivity/
DNetworkMonitorTest.java754 setStatus(mHttpsConnection, 204); in testEvaluatingBandwidthState_meteredNetwork()
755 setStatus(mHttpConnection, 204); in testEvaluatingBandwidthState_meteredNetwork()
775 setStatus(mHttpsConnection, 204); in testEvaluatingBandwidthState_nonMeteredNetworkWithWrongConfig()
776 setStatus(mHttpConnection, 204); in testEvaluatingBandwidthState_nonMeteredNetworkWithWrongConfig()
991 setStatus(mHttpsConnection, 204); in testIsCaptivePortal_ConfigurationChange_RenewUrls()
1003 setStatus(mOtherHttpsConnection1, 500); in testIsCaptivePortal_ConfigurationChange_RenewUrls()
1004 setStatus(mOtherHttpConnection1, 204); in testIsCaptivePortal_ConfigurationChange_RenewUrls()
1152 setStatus(mHttpConnection, 200); in testIsCaptivePortal_Http200EmptyResponse()
1160 setStatus(mHttpConnection, 200); in doCaptivePortal200ResponseTest()
1211 setStatus(mHttpsConnection, 204); in testIsCaptivePortal_HttpsProbeIsNotPortal()
[all …]
/aosp_15_r20/packages/modules/Permission/tests/utils/safetycenter/java/com/android/safetycenter/testing/
DSafetySourceTestData.kt76 .setStatus( in createTestActivityRedirectPendingIntent()
93 .setStatus( in createTestActivityRedirectPendingIntent()
148 .setStatus( in createTestActivityRedirectPendingIntent()
166 .setStatus( in createTestActivityRedirectPendingIntent()
184 .setStatus( in createTestActivityRedirectPendingIntent()
199 .setStatus( in createTestActivityRedirectPendingIntent()
212 .setStatus( in createTestActivityRedirectPendingIntent()
225 .setStatus( in createTestActivityRedirectPendingIntent()
241 .setStatus( in createTestActivityRedirectPendingIntent()
257 .setStatus( in createTestActivityRedirectPendingIntent()
[all …]
/aosp_15_r20/art/libartservice/service/javatests/com/android/server/art/prereboot/
H A DPreRebootStatsReporterTest.java82 .setStatus(Status.STATUS_SCHEDULED) in testSuccess()
91 .setStatus(Status.STATUS_STARTED) in testSuccess()
109 .setStatus(Status.STATUS_STARTED) in testSuccess()
123 .setStatus(Status.STATUS_CANCELLED) in testSuccess()
141 .setStatus(Status.STATUS_STARTED) in testSuccess()
162 .setStatus(Status.STATUS_STARTED) in testSuccess()
179 .setStatus(Status.STATUS_FINISHED) in testSuccess()
257 .setStatus(Status.STATUS_SCHEDULED) in testSuccessSync()
265 .setStatus(Status.STATUS_STARTED) in testSuccessSync()
282 .setStatus(Status.STATUS_STARTED) in testSuccessSync()
[all …]
/aosp_15_r20/external/conscrypt/platform/src/test/java/org/conscrypt/ct/
H A DPolicyImplTest.java150 .setStatus(VerifiedSCT.Status.VALID) in validVerificationResult()
155 .setStatus(VerifiedSCT.Status.VALID) in validVerificationResult()
183 .setStatus(VerifiedSCT.Status.VALID) in validEmbeddedWithRetiredVerificationResult()
188 .setStatus(VerifiedSCT.Status.VALID) in validEmbeddedWithRetiredVerificationResult()
206 .setStatus(VerifiedSCT.Status.VALID) in invalidOCSPWithRecentRetiredVerificationResult()
211 .setStatus(VerifiedSCT.Status.VALID) in invalidOCSPWithRecentRetiredVerificationResult()
230 .setStatus(VerifiedSCT.Status.VALID) in invalidWithRetiredVerificationResult()
235 .setStatus(VerifiedSCT.Status.VALID) in invalidWithRetiredVerificationResult()
263 .setStatus(VerifiedSCT.Status.VALID) in invalidOneSctVerificationResult()
290 .setStatus(VerifiedSCT.Status.VALID) in invalidTwoRetiredSctsVerificationResult()
[all …]
/aosp_15_r20/external/conscrypt/repackaged/platform/src/test/java/com/android/org/conscrypt/ct/
H A DPolicyImplTest.java155 .setStatus(VerifiedSCT.Status.VALID) in validVerificationResult()
160 .setStatus(VerifiedSCT.Status.VALID) in validVerificationResult()
188 .setStatus(VerifiedSCT.Status.VALID) in validEmbeddedWithRetiredVerificationResult()
193 .setStatus(VerifiedSCT.Status.VALID) in validEmbeddedWithRetiredVerificationResult()
211 .setStatus(VerifiedSCT.Status.VALID) in invalidOCSPWithRecentRetiredVerificationResult()
216 .setStatus(VerifiedSCT.Status.VALID) in invalidOCSPWithRecentRetiredVerificationResult()
235 .setStatus(VerifiedSCT.Status.VALID) in invalidWithRetiredVerificationResult()
240 .setStatus(VerifiedSCT.Status.VALID) in invalidWithRetiredVerificationResult()
268 .setStatus(VerifiedSCT.Status.VALID) in invalidOneSctVerificationResult()
295 .setStatus(VerifiedSCT.Status.VALID) in invalidTwoRetiredSctsVerificationResult()
[all …]
/aosp_15_r20/external/grpc-grpc/src/php/tests/interop/Grpc/Testing/
H A DTestServiceStub.php41 $context->setStatus(\Grpc\Status::unimplemented());
56 $context->setStatus(\Grpc\Status::unimplemented());
73 $context->setStatus(\Grpc\Status::unimplemented());
90 $context->setStatus(\Grpc\Status::unimplemented());
106 $context->setStatus(\Grpc\Status::unimplemented());
124 $context->setStatus(\Grpc\Status::unimplemented());
143 $context->setStatus(\Grpc\Status::unimplemented());
159 $context->setStatus(\Grpc\Status::unimplemented());
/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/service-core/protectedaudience/src/com/android/adservices/service/kanon/
DKAnonSignJoinManagerTest.java82 .setStatus(KAnonMessageEntity.KanonMessageEntityStatus.NOT_PROCESSED);
90 .setStatus(KAnonMessageConstants.MessageStatus.JOINED);
123 .setStatus(KAnonMessageEntity.KanonMessageEntityStatus.NOT_PROCESSED) in processNewMessage_immediateJoinValueZero_shouldSaveMessageInDatabase()
150 .setStatus(KAnonMessageEntity.KanonMessageEntityStatus.NOT_PROCESSED) in processNewMessage_immediateJoinValueHundred_shouldImmediatelyProcessMessage()
178 .setStatus(KAnonMessageConstants.MessageStatus.JOINED) in processNewMessage_messageSignedWithActiveClientParams_shouldNotProcessMessage()
187 .setStatus(KAnonMessageEntity.KanonMessageEntityStatus.NOT_PROCESSED) in processNewMessage_messageSignedWithActiveClientParams_shouldNotProcessMessage()
215 .setStatus(KAnonMessageConstants.MessageStatus.JOINED) in processNewMessage_messageSignedWithExpiredClientParams_shouldProcessMessage()
224 .setStatus(KAnonMessageEntity.KanonMessageEntityStatus.NOT_PROCESSED) in processNewMessage_messageSignedWithExpiredClientParams_shouldProcessMessage()
244 .setStatus(KAnonMessageEntity.KanonMessageEntityStatus.NOT_PROCESSED) in processMessagesFromDatabase_shouldFetchAndProcessMessages()
274 .setStatus(KAnonMessageEntity.KanonMessageEntityStatus.NOT_PROCESSED) in processNewMessage_immediateJoinValueZero_isProcessedByProcessMessageFromDB()
[all …]
/aosp_15_r20/packages/services/Car/tests/CarServiceTest/src/com/android/car/diagnostic/
DCarDiagnosticManagerTest.java148 public void setStatus(int status) { in setStatus() method in CarDiagnosticManagerTest.FreezeFrameProperties.FreezeFramePropertyHandler
248 handler.setStatus(VehicleHalStatusCode.STATUS_INVALID_ARG); in configureMockedHal()
252 handler.setStatus(VehicleHalStatusCode.STATUS_NOT_AVAILABLE); in configureMockedHal()
256 handler.setStatus(VehicleHalStatusCode.STATUS_ACCESS_DENIED); in configureMockedHal()
260 handler.setStatus(VehicleHalStatusCode.STATUS_TRY_AGAIN); in configureMockedHal()
264 handler.setStatus(VehicleHalStatusCode.STATUS_INTERNAL_ERROR); in configureMockedHal()
272 mFreezeFrameProperties.mFreezeFrameInfoHandler.setStatus( in configureMockedHal()
276 mFreezeFrameProperties.mFreezeFrameInfoHandler.setStatus( in configureMockedHal()
280 mFreezeFrameProperties.mFreezeFrameInfoHandler.setStatus( in configureMockedHal()
283 mFreezeFrameProperties.mFreezeFrameInfoHandler.setStatus( in configureMockedHal()
[all …]
/aosp_15_r20/development/samples/training/basic/ActivityLifecycle/src/com/example/android/lifecycle/
H A DActivityA.java45 mStatusTracker.setStatus(mActivityName, getString(R.string.on_create)); in onCreate()
52 mStatusTracker.setStatus(mActivityName, getString(R.string.on_start)); in onStart()
59 mStatusTracker.setStatus(mActivityName, getString(R.string.on_restart)); in onRestart()
66 mStatusTracker.setStatus(mActivityName, getString(R.string.on_resume)); in onResume()
73 mStatusTracker.setStatus(mActivityName, getString(R.string.on_pause)); in onPause()
80 mStatusTracker.setStatus(mActivityName, getString(R.string.on_stop)); in onStop()
86 mStatusTracker.setStatus(mActivityName, getString(R.string.on_destroy)); in onDestroy()
H A DActivityB.java45 mStatusTracker.setStatus(mActivityName, getString(R.string.on_create)); in onCreate()
52 mStatusTracker.setStatus(mActivityName, getString(R.string.on_start)); in onStart()
59 mStatusTracker.setStatus(mActivityName, getString(R.string.on_restart)); in onRestart()
66 mStatusTracker.setStatus(mActivityName, getString(R.string.on_resume)); in onResume()
73 mStatusTracker.setStatus(mActivityName, getString(R.string.on_pause)); in onPause()
80 mStatusTracker.setStatus(mActivityName, getString(R.string.on_stop)); in onStop()
86 mStatusTracker.setStatus(mActivityName, getString(R.string.on_destroy)); in onDestroy()
H A DActivityC.java45 mStatusTracker.setStatus(mActivityName, getString(R.string.on_create)); in onCreate()
52 mStatusTracker.setStatus(mActivityName, getString(R.string.on_start)); in onStart()
59 mStatusTracker.setStatus(mActivityName, getString(R.string.on_restart)); in onRestart()
66 mStatusTracker.setStatus(mActivityName, getString(R.string.on_resume)); in onResume()
73 mStatusTracker.setStatus(mActivityName, getString(R.string.on_pause)); in onPause()
80 mStatusTracker.setStatus(mActivityName, getString(R.string.on_stop)); in onStop()
86 mStatusTracker.setStatus(mActivityName, getString(R.string.on_destroy)); in onDestroy()
/aosp_15_r20/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
DBluetoothDevicePairer.java273 setStatus(STATUS_NONE);
276 setStatus(STATUS_ERROR);
389 setStatus(STATUS_SCANNING); in start()
515 setStatus(STATUS_WAITING_TO_PAIR); in startPairing()
601 setStatus(STATUS_NONE); in doCancel()
612 private void setStatus(int status) { in setStatus() method in BluetoothDevicePairer
618 setStatus(STATUS_PAIRING); in startBonding()
636 setStatus(STATUS_SUCCEED_BREDRMOUSE); in onBonded()
639 setStatus(STATUS_ERROR); in onBonded()
647 setStatus(STATUS_CONNECTING); in openConnection()
[all …]
/aosp_15_r20/external/grpc-grpc/src/php/tests/interop/
H A Dinterop_server.php66 $context->setStatus(\Grpc\Status::ok($trailing_metadata));
91 $context->setStatus($echo_status ?? \Grpc\Status::ok($trailing_metadata));
99 $context->setStatus(\Grpc\Status::unimplemented());
124 $context->setStatus($echo_status ?? \Grpc\Status::ok());
157 $context->setStatus($echo_status);
177 $context->setStatus(\Grpc\Status::ok($trailing_metadata));
186 $context->setStatus(\Grpc\Status::unimplemented());
194 $context->setStatus(\Grpc\Status::unimplemented());
/aosp_15_r20/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/audiorecorder/
DAudioRecorderTestFragment.java133 setStatus("All Permissions Granted");
136 setStatus("Not All Permissions Granted");
229 private void setStatus(String status) { in setStatus() method in AudioRecorderTestFragment
257 setStatus("Still recording, stop first"); in startPlayback()
262 setStatus("No recording available"); in startPlayback()
278 setStatus("Started playback"); in startPlayback()
285 setStatus("Playback stopped"); in stopPlayback()
291 setStatus("Stopped playback"); in stopPlayback()
353 setStatus("stopRecording already stopped"); in stopRecording()
359 setStatus("stopRecording recorder stopped"); in stopRecording()
[all …]
/aosp_15_r20/packages/modules/OnDevicePersonalization/federatedcompute/src/com/android/federatedcompute/services/encryption/
DBackgroundKeyFetchJobEventLogger.java36 FEDERATED_COMPUTE_TRACE_EVENT_REPORTED).setStatus( in logEncryptionKeyFetchFailEventKind()
44 FEDERATED_COMPUTE_TRACE_EVENT_REPORTED).setStatus( in logEncryptionKeyFetchStartEventKind()
52 FEDERATED_COMPUTE_TRACE_EVENT_REPORTED).setStatus( in logEncryptionKeyFetchTimeoutEventKind()
60 FEDERATED_COMPUTE_TRACE_EVENT_REPORTED).setStatus( in logEncryptionKeyFetchEmptyUriEventKind()
68 FEDERATED_COMPUTE_TRACE_EVENT_REPORTED).setStatus( in logEncryptionKeyFetchRequestFailEventKind()
76 FEDERATED_COMPUTE_TRACE_EVENT_REPORTED).setStatus( in logEncryptionKeyFetchInvalidPayloadEventKind()
/aosp_15_r20/external/mockito/src/test/java/org/mockitousage/
H A DPlaygroundWithDemoOfUnclonedParametersProblemTest.java44 initialLog.setStatus(1); in shouldIncludeInitialLog()
63 finalLog.setStatus(9); in shouldAlterFinalLog()
103 importLogBean.setStatus(2);
106 importLogBean.setStatus(9);
111 importLogBean.setStatus(9);
126 importLogBean.setStatus(1);
157 public void setStatus(int status) {

12345678910>>...73