Home
last modified time | relevance | path

Searched defs:response (Results 1 – 25 of 185) sorted by relevance

12345678

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/user/
DUserIdentificationAssociationResponseTest.java33 UserIdentificationAssociationResponse response = forFailure(); in testFailure_noMessage() local
43 UserIdentificationAssociationResponse response = forFailure("D'OH!"); in testFailure_withMessage() local
73 UserIdentificationAssociationResponse response = forSuccess(new int[] {1, 2, 3}); in testSuccess_noMessage() local
83 UserIdentificationAssociationResponse response = forSuccess(new int[] {1, 2, 3}, "D'OH!"); in testSuccess_withMessage() local
/packages/modules/Connectivity/framework/src/android/net/
DParseException.java26 public String response; field in ParseException
28 public ParseException(@NonNull String response) { in ParseException()
33 public ParseException(@NonNull String response, @NonNull Throwable cause) { in ParseException()
/packages/apps/QuickAccessWallet/tests/robolectric/src/com/android/systemui/plugin/globalactions/wallet/
DWalletPanelViewControllerTest.java141 GetWalletCardsResponse response = new GetWalletCardsResponse(Collections.emptyList(), 0); in init_showsEmptyStateViewIfCardsNotReturnedLastTime() local
159 GetWalletCardsResponse response = new GetWalletCardsResponse(cards, 0); in init_doesNotShowEmptyStateViewIfCardsReturnedLastTime() local
305 GetWalletCardsResponse response = new GetWalletCardsResponse(cards, 0); in onWalletCardsRetrieved_showsCards() local
324 GetWalletCardsResponse response = new GetWalletCardsResponse(cards, 0); in onWalletCardsRetrieved_showsOverflowButton_startWalletActivity() local
357 GetWalletCardsResponse response = new GetWalletCardsResponse(cards, 0); in onWalletCardsRetrieved_noShortLabel_showsOnlySettingsInOverflowMenu() local
386 GetWalletCardsResponse response = new GetWalletCardsResponse(cards, 0); in onWalletCardsRetrieved_noWalletIntent_showsOnlySettingsInOverflowMenu() local
408 GetWalletCardsResponse response = new GetWalletCardsResponse(cards, 0); in onWalletCardsRetrieved_dismissed_doesNotShowCards() local
441 GetWalletCardsResponse response = new GetWalletCardsResponse(Collections.emptyList(), 0); in onWalletCardsRetrieved_cardDataEmpty_showsEmptyState() local
470 GetWalletCardsResponse response = new GetWalletCardsResponse(Collections.emptyList(), 0); in onWalletCardsRetrieved_cardDataEmpty_intentIsNull_hidesWallet() local
481 GetWalletCardsResponse response = new GetWalletCardsResponse(Collections.emptyList(), 0); in onWalletCardsRetrieved_cardDataEmpty_logoIsNull_hidesWallet() local
[all …]
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DVmsHalServiceTest.java330 VehiclePropValue response = createHalMessage( in testHandlePublisherIdRequestEvent() local
361 VehiclePropValue response = createHalMessage( in testHandlePublisherInformationRequestEvent() local
503 VehiclePropValue response = createHalMessage( in testHandleAvailabilityRequestEvent_ZeroLayers() local
523 VehiclePropValue response = createHalMessage( in testHandleAvailabilityRequestEvent_OneLayer() local
553 VehiclePropValue response = createHalMessage( in testHandleAvailabilityRequestEvent_MultipleLayers() local
595 VehiclePropValue response = createHalMessage( in testHandleStartSessionEvent() local
739 VehiclePropValue response = createHalMessage( in testHandleSubscriptionsRequestEvent_ZeroLayers() local
761 VehiclePropValue response = createHalMessage( in testHandleSubscriptionsRequestEvent_OneLayer_ZeroAssociatedLayers() local
784 VehiclePropValue response = createHalMessage( in testHandleSubscriptionsRequestEvent_ZeroLayers_OneAssociatedLayer() local
820 VehiclePropValue response = createHalMessage( in testHandleSubscriptionsRequestEvent_MultipleLayersAndAssociatedLayers() local
[all …]
/packages/apps/Contacts/tests/src/com/android/contacts/tests/testauth/
DTestAuthenticator.java62 public Bundle addAccount(AccountAuthenticatorResponse response, String accountType, in addAccount()
84 public Bundle getAuthToken(AccountAuthenticatorResponse response, Account account, in getAuthToken()
99 AccountAuthenticatorResponse response, Account account, Bundle options) { in confirmCredentials()
107 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) { in editProperties()
125 AccountAuthenticatorResponse response, Account account, String[] features) { in hasFeatures()
138 public Bundle updateCredentials(AccountAuthenticatorResponse response, Account account, in updateCredentials()
/packages/services/Car/cpp/computepipe/tests/runner/graph/includes/
DGrpcGraphServerImpl.h92 proto::GraphOptionsResponse* response) override { in GetGraphOptions()
101 proto::StatusResponse* response) override { in SetGraphConfig()
109 proto::StatusResponse* response) override { in SetDebugOption()
117 proto::StatusResponse* response) override { in StartGraphExecution()
130 proto::OutputStreamResponse response; in ObserveOutputStream() local
152 proto::StatusResponse* response) override { in StopGraphExecution()
160 proto::StatusResponse* response) override { in ResetGraph()
168 proto::ProfilingDataResponse* response) { in GetProfilingData()
/packages/modules/StatsD/tests/apps/statsdapp/src/com/android/server/cts/device/statsd/
DStatsdAuthenticator.java95 public Bundle addAccount(AccountAuthenticatorResponse response, String accountType, in addAccount()
102 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) { in editProperties()
107 public Bundle updateCredentials(AccountAuthenticatorResponse response, Account account, in updateCredentials()
113 public Bundle confirmCredentials(AccountAuthenticatorResponse response, Account account, in confirmCredentials()
119 public Bundle getAuthToken(AccountAuthenticatorResponse response, Account account, in getAuthToken()
130 public Bundle hasFeatures(AccountAuthenticatorResponse response, Account account, in hasFeatures()
/packages/services/Car/cpp/computepipe/runner/graph/
DGrpcGraph.cpp39 ResponseType* response) { in FinishRpcAndGetResult()
103 proto::GraphOptionsResponse response; in initialize() local
152 proto::StatusResponse response; in handleConfigPhase() local
204 proto::StatusResponse response; in handleExecutionPhase() local
244 proto::StatusResponse response; in handleStopWithFlushPhase() local
287 proto::StatusResponse response; in handleStopImmediatePhase() local
327 proto::StatusResponse response; in handleResetPhase() local
368 proto::StatusResponse response; in StartGraphProfiling() local
392 proto::StatusResponse response; in StopGraphProfiling() local
415 proto::ProfilingDataResponse response; in GetDebugInfo() local
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DTestCallScreeningService.java74 response = new CallScreeningService.CallResponse.Builder() in blockCall() local
85 response = new CallScreeningService.CallResponse.Builder() in allowCall() local
96 response = new CallScreeningService.CallResponse.Builder() in screenCallFurther() local
/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/soap/
DExchangeCompleteMessage.java31 private ExchangeCompleteMessage(@NonNull SoapObject response) throws IllegalArgumentException { in ExchangeCompleteMessage()
41 public static ExchangeCompleteMessage createInstance(@NonNull SoapObject response) { in createInstance()
DPostDevDataResponse.java38 private PostDevDataResponse(@NonNull SoapObject response) throws IllegalArgumentException { in PostDevDataResponse()
57 public static PostDevDataResponse createInstance(@NonNull SoapObject response) { in createInstance()
/packages/apps/Dialer/java/com/android/voicemail/impl/transcribe/grpc/
DTranscriptionResponseSync.java26 @Nullable private final TranscribeVoicemailResponse response; field in TranscriptionResponseSync
35 public TranscriptionResponseSync(TranscribeVoicemailResponse response) { in TranscriptionResponseSync()
DTranscriptionResponseAsync.java26 @Nullable private final TranscribeVoicemailAsyncResponse response; field in TranscriptionResponseAsync
29 public TranscriptionResponseAsync(TranscribeVoicemailAsyncResponse response) { in TranscriptionResponseAsync()
DGetTranscriptResponseAsync.java27 @Nullable private final GetTranscriptResponse response; field in GetTranscriptResponseAsync
30 public GetTranscriptResponseAsync(GetTranscriptResponse response) { in GetTranscriptResponseAsync()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/soap/
DExchangeCompleteMessageTest.java45 SoapObject response = new SoapObject(); in verifyValidExchangeComplete() local
60 SoapObject response = new SoapObject(); in verifyInvalidExchangeCompleteReturnNull() local
DSoapParserTest.java57 SoapObject response = new SoapObject("Spp", "InvalidMessageType"); in verifyInvalidMessageType() local
72 SoapObject response = new SoapObject("Spp", "sppPostDevDataResponse"); in verifyValidSppPostDevDataResponse() local
DPostDevDataResponseTest.java67 SoapObject response = new SoapObject(); in verifyValidPostDevDataResponse() local
86 SoapObject response = new SoapObject(); in verifyInvalidPostDevDataResponseReturnNull() local
/packages/apps/TV/common/src/com/android/tv/common/compat/internal/
DSessionCompatProcessor.java43 Bundle response = new Bundle(); in handleAppPrivateCommand() local
65 Bundle response = new Bundle(); in notifyCompat() local
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/
DImapConnection.java112 ImapResponse response = parser.readResponse(false); in open() local
248 String response = data.createResponse(); in doDigestMd5Auth() local
368 List<ImapResponse> executeContinuationResponse(String response, boolean sensitive) in executeContinuationResponse()
383 ImapResponse response; in getCommandResponses() local
/packages/services/Telephony/src/com/android/phone/
DCallWaitingUssdResultReceiver.java56 UssdResponse response = ussdResponse.getParcelable( in onReceiveResult() local
75 private int getStatusFromResponse(UssdResponse response) { in getStatusFromResponse()
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DWebAddress.java139 public String response; field in WebAddress.ParseException
141 ParseException(String response) { in ParseException()
/packages/apps/SecureElement/src/com/android/se/security/ara/
DAccessRuleApplet.java74 ResponseApdu response = send(apdu); in readAllAccessRules() local
135 ResponseApdu response = send(apdu); in readRefreshTag() local
/packages/services/Car/tests/carservice_unit_test/src/android/car/userlib/
DUserHalHelperTest.java557 UserIdentificationResponse response = UserHalHelper.toUserIdentificationResponse(prop); in testToUserIdentificationResponse_ok() local
623 InitialUserInfoResponse response = UserHalHelper.toInitialUserInfoResponse(prop); in testToInitialUserInfoResponse_default_ok_noStringValue() local
642 InitialUserInfoResponse response = UserHalHelper.toInitialUserInfoResponse(prop); in testToInitialUserInfoResponse_default_ok_stringValueWithJustSeparator() local
661 InitialUserInfoResponse response = UserHalHelper.toInitialUserInfoResponse(prop); in testToInitialUserInfoResponse_default_ok_stringValueWithLocale() local
680 InitialUserInfoResponse response = UserHalHelper.toInitialUserInfoResponse(prop); in testToInitialUserInfoResponse_default_ok_stringValueWithLocaleWithHalfSeparator() local
711 InitialUserInfoResponse response = UserHalHelper.toInitialUserInfoResponse(prop); in testToInitialUserInfoResponse_switch_ok_noLocale() local
732 InitialUserInfoResponse response = UserHalHelper.toInitialUserInfoResponse(prop); in testToInitialUserInfoResponse_switch_ok_withLocale() local
776 InitialUserInfoResponse response = UserHalHelper.toInitialUserInfoResponse(prop); in testToInitialUserInfoResponse_create_ok_noLocale() local
797 InitialUserInfoResponse response = UserHalHelper.toInitialUserInfoResponse(prop); in testToInitialUserInfoResponse_create_ok_withLocale() local
818 InitialUserInfoResponse response = UserHalHelper.toInitialUserInfoResponse(prop); in testToInitialUserInfoResponse_create_ok_nameAndLocaleWithHalfDelimiter() local
[all …]
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/ipmemorystore-aidl-interfaces/6/android/net/ipmemorystore/
DIOnSameL3NetworkResponseListener.aidl21 …et.ipmemorystore.StatusParcelable status, in android.net.ipmemorystore.SameL3NetworkResponseParcel… in onSameL3NetworkResponse()
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/ipmemorystore-aidl-interfaces/9/android/net/ipmemorystore/
DIOnSameL3NetworkResponseListener.aidl21 …et.ipmemorystore.StatusParcelable status, in android.net.ipmemorystore.SameL3NetworkResponseParcel… in onSameL3NetworkResponse()

12345678