Home
last modified time | relevance | path

Searched refs:setResponse (Results 1 – 15 of 15) sorted by relevance

/packages/modules/Permission/tests/functional/safetycenter/singleuser/src/android/safetycenter/functional/ui/
DSafetyCenterStatusCardTest.kt96 SafetySourceReceiver.setResponse(Request.Refresh(SINGLE_SOURCE_ID), Response.Error) in withUnknownStatusAndNoIssues_hasRescanButton()
111 SafetySourceReceiver.setResponse( in withInformationAndNoIssues_hasRescanButton()
129 SafetySourceReceiver.setResponse( in withInformationAndNoIssues_hasContentDescriptions()
144 SafetySourceReceiver.setResponse( in withInformationIssue_doesNotHaveRescanButton()
165 SafetySourceReceiver.setResponse( in withRecommendationIssue_doesNotHaveRescanButton()
188 SafetySourceReceiver.setResponse( in withCriticalWarningIssue_doesNotHaveRescanButton()
208 SafetySourceReceiver.setResponse( in withKnownStatus_displaysScanningOnRescan()
232 SafetySourceReceiver.setResponse( in rescan_updatesDataAfterScanCompletes()
236 SafetySourceReceiver.setResponse( in rescan_updatesDataAfterScanCompletes()
/packages/modules/Permission/tests/cts/safetycenter/src/android/safetycenter/cts/
DSafetyCenterManagerTest.kt868 SafetySourceReceiver.setResponse( in refreshSafetySources_withRefreshReasonRescanButtonClick_sourceSendsRescanData()
885 SafetySourceReceiver.setResponse( in refreshSafetySources_withRefreshReasonPageOpen_sourceSendsPageOpenData()
903 SafetySourceReceiver.setResponse( in refreshSafetySources_allowsRefreshingInAForegroundService()
921 SafetySourceReceiver.setResponse( in refreshSafetySources_reasonPageOpen_noConditionsMet_noBroadcastSent()
942 SafetySourceReceiver.setResponse( in refreshSafetySources_reasonPageOpen_allowedByConfig_broadcastSent()
960 SafetySourceReceiver.setResponse(Request.Rescan(SINGLE_SOURCE_ID), Response.ClearData) in refreshSafetySources_whenSourceClearsData_sourceSendsNullData()
975 setResponse( in refreshSafetySources_withMultipleSourcesInConfig_multipleSourcesSendData()
979 setResponse( in refreshSafetySources_withMultipleSourcesInConfig_multipleSourcesSendData()
1007 setResponse( in refreshSafetySources_withMultipleSourcesOnPageOpen_onlyUpdatesAllowedSources()
1011 setResponse( in refreshSafetySources_withMultipleSourcesOnPageOpen_onlyUpdatesAllowedSources()
[all …]
/packages/modules/Permission/tests/hostside/safetycenter/helper-app/src/android/safetycenter/hostside/device/
DSafetySourceStateCollectedLoggingHelperTests.kt164 SafetySourceReceiver.setResponse(Request.Refresh(SOURCE_ID_1), source1Response) in simulateRefresh()
167 SafetySourceReceiver.setResponse(Request.Refresh(SOURCE_ID_2), source2Response) in simulateRefresh()
170 SafetySourceReceiver.setResponse(Request.Refresh(SOURCE_ID_3), source3Response) in simulateRefresh()
192 SafetySourceReceiver.setResponse(Request.ResolveAction(SINGLE_SOURCE_ID), response) in simulateResolvingActionWith()
/packages/modules/Permission/tests/functional/safetycenter/singleuser/src/android/safetycenter/functional/
DSafetyCenterNotificationTest.kt941 SafetySourceReceiver.setResponse( in sendActionPendingIntent_successful_updatesListener()
973 SafetySourceReceiver.setResponse( in sendActionPendingIntent_successfulNoSuccessMessage_removesNotification()
1001 SafetySourceReceiver.setResponse( in sendActionPendingIntent_successfulWithSuccessMessage_successNotification()
1032 SafetySourceReceiver.setResponse( in successNotification_notificationHasAutoCancel()
1064 SafetySourceReceiver.setResponse( in sendActionPendingIntent_flagDisabled_pendingIntentNotSentToSource()
1093 SafetySourceReceiver.setResponse( in sendActionPendingIntent_sourceStateChangedSafetyEvent_successNotification()
1169 SafetySourceReceiver.setResponse( in sendActionPendingIntent_actionIdDiffersFromIssueActionId_successNotification()
1200 SafetySourceReceiver.setResponse( in sendActionPendingIntent_error_updatesListenerDoesNotRemoveNotification()
DSafetyCenterManagerTest.kt834 SafetySourceReceiver.setResponse( in <lambda>()
865 SafetySourceReceiver.setResponse( in <lambda>()
890 SafetySourceReceiver.setResponse( in <lambda>()
914 SafetySourceReceiver.setResponse( in <lambda>()
940 SafetySourceReceiver.setResponse( in <lambda>()
958 SafetySourceReceiver.setResponse( in <lambda>()
986 SafetySourceReceiver.setResponse( in <lambda>()
3289 SafetySourceReceiver.setResponse( in <lambda>()
3500 SafetySourceReceiver.setResponse( in <lambda>()
3529 SafetySourceReceiver.setResponse(Request.ResolveAction(SINGLE_SOURCE_ID), Response.Error) in <lambda>()
[all …]
/packages/modules/Permission/tests/utils/safetycenter/java/com/android/safetycenter/testing/
DSafetySourceReceiver.kt161 fun setResponse(request: Request, response: Response) { in setResponse() method
162 runBlockingWithTimeout { safetySourceIntentHandler.setResponse(request, response) } in setResponse()
DSafetySourceIntentHandler.kt80 suspend fun setResponse(request: Request, response: Response) { in setResponse() method in com.android.safetycenter.testing.SafetySourceIntentHandler
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCallerInfoAsyncQueryFactoryFixture.java77 public void setResponse(CallerInfo callerInfo) { in setResponse() method in CallerInfoAsyncQueryFactoryFixture
DBasicCallTests.java421 mCallerInfoAsyncQueryFactoryFixture.setResponse(sendToVoicemailCallerInfo); in testIncomingCallFromContactWithSendToVoicemailIsRejected()
/packages/modules/Permission/tests/functional/safetycenter/safetycenteractivity/src/android/safetycenter/functional/ui/
DSafetyCenterActivityTest.kt657 SafetySourceReceiver.setResponse( in issueCard_resolveIssue_successConfirmationShown()
687 SafetySourceReceiver.setResponse( in issueCard_resolveIssue_issueDismisses()
715 SafetySourceReceiver.setResponse( in issueCard_resolveIssue_withDialogClickYes_resolves()
741 SafetySourceReceiver.setResponse( in issueCard_resolveIssue_withDialog_rotates_clickYes_resolves()
793 SafetySourceReceiver.setResponse( in issueCard_resolveIssue_noSuccessMessage_noResolutionUiShown_issueDismisses()
819 SafetySourceReceiver.setResponse(Request.ResolveAction(SINGLE_SOURCE_ID), Response.Error) in issueCard_resolvingInflightIssueFailed_issueRemains()
/packages/modules/Permission/tests/functional/safetycenter/subpages/src/android/safetycenter/functional/ui/
DSafetyCenterSubpagesTest.kt377 SafetySourceReceiver.setResponse( in entryListWithSingleSource_updateSafetySourceData_displayedDataIsUpdated()
411 SafetySourceReceiver.setResponse( in entryListWithSingleSource_updateSafetySourceDataAndRotate_displayedDataIsNotUpdated()
490 SafetySourceReceiver.setResponse( in issueCard_resolveIssueOnSubpage_issueDismisses()
972 SafetySourceReceiver.setResponse(Request.ResolveAction(SINGLE_SOURCE_ID), actionResponse) in prepareActionResponse()
/packages/modules/CaptivePortalLogin/tests/src/com/android/captiveportallogin/
DCaptivePortalLoginActivityTest.java629 server.setResponse(downloadQuery, "This is a test file", mimetype, Collections.singletonMap( in testDownload()
799 setResponse(query, body, NanoHTTPD.MIME_HTML, Collections.emptyMap()); in setResponseBody()
802 private void setResponse(String query, String body, String mimetype, in setResponse() method in CaptivePortalLoginActivityTest.HttpServer
833 server.setResponse(downloadQuery, "This is a test file", mimetype, Collections.singletonMap( in prepareTestDirectlyOpen()
/packages/services/Telephony/src/com/android/phone/callcomposer/
DDigestAuthUtils.java84 replyHeader.setResponse(response); in generateAuthorizationHeader()
/packages/apps/Car/DebuggingRestrictionController/libs/
Dgoogle-http-client-1.36.0.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/ ...
/packages/services/Car/tests/BugReportApp/libs/
Dgoogle-http-client-1.30.1.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/ ...