Home
last modified time | relevance | path

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

123456789

/frameworks/base/core/java/android/accounts/
DIAccountAuthenticator.aidl32 void addAccount(in IAccountAuthenticatorResponse response, String accountType, in addAccount()
39 void confirmCredentials(in IAccountAuthenticatorResponse response, in Account account, in confirmCredentials()
46 void getAuthToken(in IAccountAuthenticatorResponse response, in Account account, in getAuthToken()
53 void getAuthTokenLabel(in IAccountAuthenticatorResponse response, String authTokenType); in getAuthTokenLabel()
59 void updateCredentials(in IAccountAuthenticatorResponse response, in Account account, in updateCredentials()
66 void editProperties(in IAccountAuthenticatorResponse response, String accountType); in editProperties()
73 void hasFeatures(in IAccountAuthenticatorResponse response, in Account account, in hasFeatures()
80 void getAccountRemovalAllowed(in IAccountAuthenticatorResponse response, in Account account); in getAccountRemovalAllowed()
85 void getAccountCredentialsForCloning(in IAccountAuthenticatorResponse response, in getAccountCredentialsForCloning()
92 void addAccountFromCredentials(in IAccountAuthenticatorResponse response, in Account account, in addAccountFromCredentials()
[all …]
DAbstractAccountAuthenticator.java154 public void addAccount(IAccountAuthenticatorResponse response, String accountType, in addAccount()
185 public void confirmCredentials(IAccountAuthenticatorResponse response, in confirmCredentials()
210 public void getAuthTokenLabel(IAccountAuthenticatorResponse response, in getAuthTokenLabel()
235 public void getAuthToken(IAccountAuthenticatorResponse response, in getAuthToken()
263 public void updateCredentials(IAccountAuthenticatorResponse response, Account account, in updateCredentials()
292 public void editProperties(IAccountAuthenticatorResponse response, in editProperties()
307 public void hasFeatures(IAccountAuthenticatorResponse response, in hasFeatures()
322 public void getAccountRemovalAllowed(IAccountAuthenticatorResponse response, in getAccountRemovalAllowed()
337 public void getAccountCredentialsForCloning(IAccountAuthenticatorResponse response, in getAccountCredentialsForCloning()
353 public void addAccountFromCredentials(IAccountAuthenticatorResponse response, in addAccountFromCredentials()
[all …]
DIAccountManager.aidl40 void hasFeatures(in IAccountManagerResponse response, in Account account, in String[] features, in hasFeatures()
42 void getAccountByTypeAndFeatures(in IAccountManagerResponse response, String accountType, in getAccountByTypeAndFeatures()
44 void getAccountsByFeatures(in IAccountManagerResponse response, String accountType, in getAccountsByFeatures()
47 void removeAccountAsUser(in IAccountManagerResponse response, in Account account, in removeAccountAsUser()
50 void copyAccountToUser(in IAccountManagerResponse response, in Account account, in copyAccountToUser()
60 void getAuthToken(in IAccountManagerResponse response, in Account account, in getAuthToken()
63 void addAccount(in IAccountManagerResponse response, String accountType, in addAccount()
66 void addAccountAsUser(in IAccountManagerResponse response, String accountType, in addAccountAsUser()
69 void updateCredentials(in IAccountManagerResponse response, in Account account, in updateCredentials()
71 void editProperties(in IAccountManagerResponse response, String accountType, in editProperties()
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipCommandInterface.java198 public void setMute (boolean enableMute, Message response) { in setMute()
202 public void getMute (Message response) { in getMute()
256 int retry, int messageRef, Message response) { in sendImsGsmSms()
261 Message response) { in sendImsCdmaSms()
269 public void deleteSmsOnSim(int index, Message response) { in deleteSmsOnSim()
273 public void deleteSmsOnRuim(int index, Message response) { in deleteSmsOnRuim()
277 public void writeSmsToSim(int status, String smsc, String pdu, Message response) { in writeSmsToSim()
281 public void writeSmsToRuim(int status, byte[] pdu, Message response) { in writeSmsToRuim()
335 public void queryCallWaiting(int serviceClass, Message response) { in queryCallWaiting()
340 Message response) { in setCallWaiting()
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCommandInterface.java197 public void setMute (boolean enableMute, Message response) { in setMute()
201 public void getMute (Message response) { in getMute()
255 int retry, int messageRef, Message response) { in sendImsGsmSms()
260 Message response) { in sendImsCdmaSms()
268 public void deleteSmsOnSim(int index, Message response) { in deleteSmsOnSim()
272 public void deleteSmsOnRuim(int index, Message response) { in deleteSmsOnRuim()
276 public void writeSmsToSim(int status, String smsc, String pdu, Message response) { in writeSmsToSim()
280 public void writeSmsToRuim(int status, byte[] pdu, Message response) { in writeSmsToRuim()
334 public void queryCallWaiting(int serviceClass, Message response) { in queryCallWaiting()
339 Message response) { in setCallWaiting()
[all …]
/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
DTestAccountType2Authenticator.java47 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) { in editProperties()
54 AccountAuthenticatorResponse response, in addAccount()
65 AccountAuthenticatorResponse response, in confirmCredentials()
74 AccountAuthenticatorResponse response, in getAuthToken()
90 AccountAuthenticatorResponse response, in updateCredentials()
100 AccountAuthenticatorResponse response, in hasFeatures()
109 AccountAuthenticatorResponse response, in startAddAccountSession()
120 AccountAuthenticatorResponse response, in startUpdateCredentialsSession()
131 public Bundle finishSession(AccountAuthenticatorResponse response, in finishSession()
140 final AccountAuthenticatorResponse response, in isCredentialsUpdateSuggested()
DTestAccountType1Authenticator.java47 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) { in editProperties()
61 AccountAuthenticatorResponse response, in addAccount()
106 AccountAuthenticatorResponse response, in confirmCredentials()
145 AccountAuthenticatorResponse response, in getAuthToken()
200 AccountAuthenticatorResponse response, in updateCredentials()
238 AccountAuthenticatorResponse response, in hasFeatures()
261 AccountAuthenticatorResponse response, in startAddAccountSession()
317 AccountAuthenticatorResponse response, in startUpdateCredentialsSession()
372 public Bundle finishSession(AccountAuthenticatorResponse response, in finishSession()
424 final AccountAuthenticatorResponse response, in isCredentialsUpdateSuggested()
[all …]
DAccountManagerServiceTest.java551 Response response = new Response(latch, mMockAccountManagerResponse); in testStartAddAccountSessionSuccessWithoutPasswordForwarding() local
582 Response response = new Response(latch, mMockAccountManagerResponse); in testStartAddAccountSessionSuccessWithPasswordForwarding() local
622 Response response = new Response(latch, mMockAccountManagerResponse); in testStartAddAccountSessionReturnWithInvalidIntent() local
651 Response response = new Response(latch, mMockAccountManagerResponse); in testStartAddAccountSessionReturnWithValidIntent() local
682 Response response = new Response(latch, mMockAccountManagerResponse); in testStartAddAccountSessionError() local
737 Response response = new Response(latch, mMockAccountManagerResponse); in testStartUpdateCredentialsSessionSuccessWithoutPasswordForwarding() local
767 Response response = new Response(latch, mMockAccountManagerResponse); in testStartUpdateCredentialsSessionSuccessWithPasswordForwarding() local
806 Response response = new Response(latch, mMockAccountManagerResponse); in testStartUpdateCredentialsSessionReturnWithInvalidIntent() local
835 Response response = new Response(latch, mMockAccountManagerResponse); in testStartUpdateCredentialsSessionReturnWithValidIntent() local
866 Response response = new Response(latch, mMockAccountManagerResponse); in testStartUpdateCredentialsSessionError() local
[all …]
/frameworks/base/core/java/android/net/
DParseException.java26 public String response; field in ParseException
28 ParseException(@NonNull String response) { in ParseException()
33 ParseException(@NonNull String response, @NonNull Throwable cause) { in ParseException()
/frameworks/av/cmds/stagefright/
DSimplePlayer.cpp49 const sp<AMessage> &msg, sp<AMessage> *response) { in PostAndAwaitResponse()
65 sp<AMessage> response; in setDataSource() local
79 sp<AMessage> response; in setSurface() local
85 sp<AMessage> response; in prepare() local
91 sp<AMessage> response; in start() local
97 sp<AMessage> response; in stop() local
103 sp<AMessage> response; in reset() local
122 sp<AMessage> response = new AMessage; in onMessageReceived() local
143 sp<AMessage> response = new AMessage; in onMessageReceived() local
165 sp<AMessage> response = new AMessage; in onMessageReceived() local
[all …]
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSimulatedCommandsVerifier.java787 public void setMute(boolean enableMute, Message response) { in setMute()
792 public void getMute(Message response) { in getMute()
797 public void getSignalStrength(Message response) { in getSignalStrength()
802 public void getVoiceRegistrationState(Message response) { in getVoiceRegistrationState()
807 public void getDataRegistrationState(Message response) { in getDataRegistrationState()
812 public void getOperator(Message response) { in getOperator()
837 public void sendSMS(String smscPDU, String pdu, Message response) { in sendSMS()
842 public void sendSMSExpectMore(String smscPDU, String pdu, Message response) { in sendSMSExpectMore()
847 public void sendCdmaSms(byte[] pdu, Message response) { in sendCdmaSms()
852 public void sendCdmaSMSExpectMore(byte[] pdu, Message response) { in sendCdmaSMSExpectMore()
[all …]
DSimulatedCommands.java952 public void sendTerminalResponse(String contents, Message response) { in sendTerminalResponse()
960 public void sendEnvelope(String contents, Message response) { in sendEnvelope()
968 public void sendEnvelopeWithStatus(String contents, Message response) { in sendEnvelopeWithStatus()
977 boolean accept, Message response) { in handleCallSetupRequestFromSim()
1140 public void deleteSmsOnSim(int index, Message response) { in deleteSmsOnSim()
1146 public void deleteSmsOnRuim(int index, Message response) { in deleteSmsOnRuim()
1152 public void writeSmsToSim(int status, String smsc, String pdu, Message response) { in writeSmsToSim()
1158 public void writeSmsToRuim(int status, byte[] pdu, Message response) { in writeSmsToRuim()
1211 DataCallResponse response = RIL.convertDataCallResult(mSetupDataCallResult); in setupDataCall() local
1242 public void setLocationUpdates(boolean enable, Message response) { in setLocationUpdates()
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCommandsInterface.java1089 void setMute (boolean enableMute, Message response); in setMute()
1091 void getMute (Message response); in getMute()
1101 void getSignalStrength (Message response); in getSignalStrength()
1115 void getVoiceRegistrationState (Message response); in getVoiceRegistrationState()
1127 void getDataRegistrationState (Message response); in getDataRegistrationState()
1136 void getOperator(Message response); in getOperator()
1174 void sendSMS (String smscPDU, String pdu, Message response); in sendSMS()
1184 void sendSMSExpectMore (String smscPDU, String pdu, Message response); in sendSMSExpectMore()
1190 void sendCdmaSms(byte[] pdu, Message response); in sendCdmaSms()
1197 void sendCdmaSMSExpectMore(byte[] pdu, Message response); in sendCdmaSMSExpectMore()
[all …]
DRadioIndication.java256 LinkCapacityEstimate response = RIL.convertHalLceData(lce, mRil); in currentLinkCapacityEstimate() local
321 List<EmergencyNumber> response = new ArrayList<>(emergencyNumberList.size()); in currentEmergencyNumberList() local
431 IccRefreshResponse response = new IccRefreshResponse(); in simRefresh() local
444 char response[] = null; in callRing() local
556 int response[] = new int[1]; in cdmaOtaProvisionStatus() local
678 int response[] = new int[1]; in cdmaSubscriptionSourceChanged() local
690 int response[] = new int[1]; in cdmaPrlChanged() local
723 int response[] = new int[1]; in voiceRadioTechChanged() local
737 ArrayList<CellInfo> response = RIL.convertHalCellInfoList(records); in cellInfoList() local
749 ArrayList<CellInfo> response = RIL.convertHalCellInfoList_1_2(records); in cellInfoList_1_2() local
[all …]
/frameworks/base/core/java/android/service/quickaccesswallet/
DGetWalletCardsCallbackImpl.java56 public void onSuccess(@NonNull GetWalletCardsResponse response) { in onSuccess()
77 private void onSuccessInternal(GetWalletCardsResponse response) { in onSuccessInternal()
103 private boolean isValidResponse(@NonNull GetWalletCardsResponse response) { in isValidResponse()
/frameworks/opt/net/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()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/euicc/apdu/
DLogicalChannelMocker.java50 ArgumentCaptor<Message> response = ArgumentCaptor.forClass(Message.class); in mockOpenLogicalChannelResponse() local
66 ArgumentCaptor<Message> response = ArgumentCaptor.forClass(Message.class); in mockSendToLogicalChannel() local
96 ArgumentCaptor<Message> response = ArgumentCaptor.forClass(Message.class); in mockCloseLogicalChannel() local
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
DDataConnectionTest.java336 private long getSuggestedRetryDelay(DataCallResponse response) throws Exception { in getSuggestedRetryDelay()
350 private SetupResult setLinkProperties(DataCallResponse response, in setLinkProperties()
421 DataCallResponse response = new DataCallResponse.Builder() in testModemSuggestRetry() local
479 DataCallResponse response = new DataCallResponse.Builder() in testModemNotSuggestRetry() local
537 DataCallResponse response = new DataCallResponse.Builder() in testModemSuggestNoRetry() local
732 DataCallResponse response = new DataCallResponse.Builder() in testSetLinkProperties() local
788 DataCallResponse response = new DataCallResponse.Builder() in testSetLinkPropertiesEmptyAddress() local
811 DataCallResponse response = new DataCallResponse.Builder() in testSetLinkPropertiesEmptyDns() local
DDataCallResponseTest.java39 DataCallResponse response = new DataCallResponse.Builder() in testParcel() local
66 DataCallResponse response = new DataCallResponse.Builder() in testEquals() local
/frameworks/opt/net/wifi/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
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DAdnRecordCache.java131 private void sendErrorResponse(Message response, String errString) { in sendErrorResponse()
151 Message response) { in updateAdnByIndex()
189 String pin2, Message response) { in updateAdnBySearch()
261 requestLoadAllAdnLike (int efid, int extensionEf, Message response) { in requestLoadAllAdnLike()
369 Message response = mUserWriteResponse.get(efid); in handleMessage() local
DIccFileHandler.java185 Message response in loadEFLinearFixed() local
218 Message response = obtainMessage(EVENT_GET_RECORD_SIZE_IMG_DONE, in loadEFImgLinearFixed() local
241 Message response in getEFLinearRecordSize() local
271 Message response = obtainMessage(EVENT_GET_EF_TRANSPARENT_SIZE_DONE, fileid, 0, onLoaded); in getEFTransparentRecordSize() local
307 Message response = obtainMessage(EVENT_GET_RECORD_SIZE_DONE, in loadEFLinearFixedAll() local
338 Message response = obtainMessage(EVENT_GET_BINARY_SIZE_DONE, in loadEFTransparent() local
356 Message response = obtainMessage(EVENT_READ_BINARY_DONE, in loadEFTransparent() local
375 Message response = obtainMessage(EVENT_READ_ICON_DONE, fileid, 0, in loadEFImgTransparent() local
446 private void sendResult(Message response, Object result, Throwable ex) { in sendResult()
456 private boolean processException(Message response, AsyncResult ar) { in processException()
[all …]
/frameworks/av/media/libstagefright/
DFrameCaptureProcessor.cpp49 const sp<AMessage> &msg, sp<AMessage> *response) { in PostAndAwaitResponse()
66 sp<AMessage> response = new AMessage; in PostReplyWithError() local
92 sp<AMessage> response; in createRenderEngine() local
115 sp<AMessage> response; in capture() local

123456789