Home
last modified time | relevance | path

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

1234567

/frameworks/base/core/java/android/accounts/
DIAccountAuthenticator.aidl31 void addAccount(in IAccountAuthenticatorResponse response, String accountType, in addAccount()
37 void confirmCredentials(in IAccountAuthenticatorResponse response, in Account account, in confirmCredentials()
43 void getAuthToken(in IAccountAuthenticatorResponse response, in Account account, in getAuthToken()
49 void getAuthTokenLabel(in IAccountAuthenticatorResponse response, String authTokenType); in getAuthTokenLabel()
54 void updateCredentials(in IAccountAuthenticatorResponse response, in Account account, in updateCredentials()
60 void editProperties(in IAccountAuthenticatorResponse response, String accountType); in editProperties()
66 void hasFeatures(in IAccountAuthenticatorResponse response, in Account account, in hasFeatures()
72 void getAccountRemovalAllowed(in IAccountAuthenticatorResponse response, in Account account); in getAccountRemovalAllowed()
77 void getAccountCredentialsForCloning(in IAccountAuthenticatorResponse response, in getAccountCredentialsForCloning()
84 void addAccountFromCredentials(in IAccountAuthenticatorResponse response, in Account account, in addAccountFromCredentials()
[all …]
DAbstractAccountAuthenticator.java157 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.aidl41 void hasFeatures(in IAccountManagerResponse response, in Account account, in String[] features, in hasFeatures()
43 void getAccountByTypeAndFeatures(in IAccountManagerResponse response, String accountType, in getAccountByTypeAndFeatures()
45 void getAccountsByFeatures(in IAccountManagerResponse response, String accountType, in getAccountsByFeatures()
48 void removeAccount(in IAccountManagerResponse response, in Account account, in removeAccount()
50 void removeAccountAsUser(in IAccountManagerResponse response, in Account account, in removeAccountAsUser()
53 void copyAccountToUser(in IAccountManagerResponse response, in Account account, in copyAccountToUser()
63 void getAuthToken(in IAccountManagerResponse response, in Account account, in getAuthToken()
66 void addAccount(in IAccountManagerResponse response, String accountType, in addAccount()
69 void addAccountAsUser(in IAccountManagerResponse response, String accountType, in addAccountAsUser()
72 void updateCredentials(in IAccountManagerResponse response, in Account account, in updateCredentials()
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCommandInterface.java180 public void setMute (boolean enableMute, Message response) { in setMute()
184 public void getMute (Message response) { in getMute()
234 int retry, int messageRef, Message response) { in sendImsGsmSms()
239 Message response) { in sendImsCdmaSms()
247 public void deleteSmsOnSim(int index, Message response) { in deleteSmsOnSim()
251 public void deleteSmsOnRuim(int index, Message response) { in deleteSmsOnRuim()
255 public void writeSmsToSim(int status, String smsc, String pdu, Message response) { in writeSmsToSim()
259 public void writeSmsToRuim(int status, String pdu, Message response) { in writeSmsToRuim()
312 public void queryCallWaiting(int serviceClass, Message response) { in queryCallWaiting()
317 Message response) { in setCallWaiting()
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipCommandInterface.java181 public void setMute (boolean enableMute, Message response) { in setMute()
185 public void getMute (Message response) { in getMute()
235 int retry, int messageRef, Message response) { in sendImsGsmSms()
240 Message response) { in sendImsCdmaSms()
248 public void deleteSmsOnSim(int index, Message response) { in deleteSmsOnSim()
252 public void deleteSmsOnRuim(int index, Message response) { in deleteSmsOnRuim()
256 public void writeSmsToSim(int status, String smsc, String pdu, Message response) { in writeSmsToSim()
260 public void writeSmsToRuim(int status, String pdu, Message response) { in writeSmsToRuim()
313 public void queryCallWaiting(int serviceClass, Message response) { in queryCallWaiting()
318 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.java546 Response response = new Response(latch, mMockAccountManagerResponse); in testStartAddAccountSessionSuccessWithoutPasswordForwarding() local
577 Response response = new Response(latch, mMockAccountManagerResponse); in testStartAddAccountSessionSuccessWithPasswordForwarding() local
615 Response response = new Response(latch, mMockAccountManagerResponse); in testStartAddAccountSessionReturnWithInvalidIntent() local
644 Response response = new Response(latch, mMockAccountManagerResponse); in testStartAddAccountSessionReturnWithValidIntent() local
675 Response response = new Response(latch, mMockAccountManagerResponse); in testStartAddAccountSessionError() local
730 Response response = new Response(latch, mMockAccountManagerResponse); in testStartUpdateCredentialsSessionSuccessWithoutPasswordForwarding() local
760 Response response = new Response(latch, mMockAccountManagerResponse); in testStartUpdateCredentialsSessionSuccessWithPasswordForwarding() local
797 Response response = new Response(latch, mMockAccountManagerResponse); in testStartUpdateCredentialsSessionReturnWithInvalidIntent() local
826 Response response = new Response(latch, mMockAccountManagerResponse); in testStartUpdateCredentialsSessionReturnWithValidIntent() local
857 Response response = new Response(latch, mMockAccountManagerResponse); in testStartUpdateCredentialsSessionError() local
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcAsyncChannel.java135 public boolean rspIsInactive(Message response) { in rspIsInactive()
148 Message response = sendMessageSynchronously(REQ_IS_INACTIVE); in isInactiveSync() local
176 public int rspCid(Message response) { in rspCid()
188 Message response = sendMessageSynchronously(REQ_GET_CID); in getCidSync() local
216 public ApnSetting rspApnSetting(Message response) { in rspApnSetting()
230 Message response = sendMessageSynchronously(REQ_GET_APNSETTING); in getApnSettingSync() local
258 public LinkProperties rspLinkProperties(Message response) { in rspLinkProperties()
272 Message response = sendMessageSynchronously(REQ_GET_LINK_PROPERTIES); in getLinkPropertiesSync() local
299 Message response = in setLinkPropertiesHttpProxySync() local
326 public NetworkCapabilities rspNetworkCapabilities(Message response) { in rspNetworkCapabilities()
[all …]
/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/src/java/com/android/internal/telephony/test/
DSimulatedCommandsVerifier.java765 public void setMute(boolean enableMute, Message response) { in setMute()
770 public void getMute(Message response) { in getMute()
775 public void getSignalStrength(Message response) { in getSignalStrength()
780 public void getVoiceRegistrationState(Message response) { in getVoiceRegistrationState()
785 public void getDataRegistrationState(Message response) { in getDataRegistrationState()
790 public void getOperator(Message response) { in getOperator()
815 public void sendSMS(String smscPDU, String pdu, Message response) { in sendSMS()
820 public void sendSMSExpectMore(String smscPDU, String pdu, Message response) { in sendSMSExpectMore()
825 public void sendCdmaSms(byte[] pdu, Message response) { in sendCdmaSms()
831 Message response) { in sendImsGsmSms()
[all …]
DSimulatedCommands.java882 public void sendTerminalResponse(String contents, Message response) { in sendTerminalResponse()
890 public void sendEnvelope(String contents, Message response) { in sendEnvelope()
898 public void sendEnvelopeWithStatus(String contents, Message response) { in sendEnvelopeWithStatus()
907 boolean accept, Message response) { in handleCallSetupRequestFromSim()
1063 public void deleteSmsOnSim(int index, Message response) { in deleteSmsOnSim()
1069 public void deleteSmsOnRuim(int index, Message response) { in deleteSmsOnRuim()
1075 public void writeSmsToSim(int status, String smsc, String pdu, Message response) { in writeSmsToSim()
1081 public void writeSmsToRuim(int status, String pdu, Message response) { in writeSmsToRuim()
1151 public void setLocationUpdates(boolean enable, Message response) { in setLocationUpdates()
1219 String pin2, Message response) { in iccIO()
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCommandsInterface.java1009 void setMute (boolean enableMute, Message response); in setMute()
1011 void getMute (Message response); in getMute()
1020 void getSignalStrength (Message response); in getSignalStrength()
1033 void getVoiceRegistrationState (Message response); in getVoiceRegistrationState()
1045 void getDataRegistrationState (Message response); in getDataRegistrationState()
1053 void getOperator(Message response); in getOperator()
1090 void sendSMS (String smscPDU, String pdu, Message response); in sendSMS()
1100 void sendSMSExpectMore (String smscPDU, String pdu, Message response); in sendSMSExpectMore()
1106 void sendCdmaSms(byte[] pdu, Message response); in sendCdmaSms()
1120 Message response); in sendImsGsmSms()
[all …]
DRadioIndication.java239 ArrayList<DataCallResponse> response = new ArrayList<>(); in dataCallListChanged() local
321 IccRefreshResponse response = new IccRefreshResponse(); in simRefresh() local
334 char response[] = null; in callRing() local
449 int response[] = new int[1]; in cdmaOtaProvisionStatus() local
571 int response[] = new int[1]; in cdmaSubscriptionSourceChanged() local
583 int response[] = new int[1]; in cdmaPrlChanged() local
617 int response[] = new int[1]; in voiceRadioTechChanged() local
630 ArrayList<CellInfo> response = RIL.convertHalCellInfoList(records); in cellInfoList() local
654 int response[] = new int[1]; in subscriptionStatusChanged() local
666 int response[] = new int[1]; in srvccStateNotify() local
[all …]
DIccPhoneBookInterfaceManager.java185 Message response = mBaseHandler.obtainMessage(EVENT_UPDATE_DONE, status); in updateAdnRecordsInEfBySearch() local
234 Message response = mBaseHandler.obtainMessage(EVENT_UPDATE_DONE, status); in updateAdnRecordsInEfByIndex() local
263 Message response = mBaseHandler.obtainMessage(EVENT_GET_SIZE_DONE, status); in getAdnRecordsSize() local
300 Message response = mBaseHandler.obtainMessage(EVENT_LOAD_DONE, status); in getAdnRecordsInEf() local
/frameworks/base/core/java/android/net/
DParseException.java24 public String response; field in ParseException
26 ParseException(String response) { in ParseException()
/frameworks/av/media/libstagefright/
DMediaCodec.cpp524 const sp<AMessage> &msg, sp<AMessage> *response) { in PostAndAwaitResponse()
545 sp<AMessage> response = new AMessage; in PostReplyWithError() local
666 sp<AMessage> response; in init() local
679 sp<AMessage> response; in setCallback() local
784 sp<AMessage> response; in configure() local
809 sp<AMessage> response; in releaseCrypto() local
840 sp<AMessage> response = new AMessage; in onReleaseCrypto() local
853 sp<AMessage> response; in setInputSurface() local
861 sp<AMessage> response; in setSurface() local
869 sp<AMessage> response; in createInputSurface() local
[all …]
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/
DTelephonyUtilTest.java297 SimAuthResponseData response = TelephonyUtil.get3GAuthResponse( in get3GAuthResponseNullIccAuthentication() local
310 SimAuthResponseData response = TelephonyUtil.get3GAuthResponse( in get3GAuthResponseIccAuthenticationTooShort() local
324 SimAuthResponseData response = TelephonyUtil.get3GAuthResponse( in get3GAuthResponseBadTag() local
338 SimAuthResponseData response = TelephonyUtil.get3GAuthResponse( in get3GAuthResponseUmtsAuth() local
353 SimAuthResponseData response = TelephonyUtil.get3GAuthResponse( in get3GAuthResponseUmtsAuts() local
/frameworks/base/packages/Osu/src/com/android/hotspot2/osu/
DHTTPHandler.java86 HTTPResponse response = exchangeWithRetry(url, message, HTTPMessage.Method.POST, in exchangeSOAP() local
105 HTTPResponse response = in exchangeBinary() local
111 HTTPResponse response = exchangeWithRetry(url, null, HTTPMessage.Method.GET, null); in doGet() local
121 HTTPResponse response = null; in exchangeWithRetry() local
150 HTTPResponse response = new HTTPResponse(mIn); in httpExchange() local
/frameworks/av/media/libstagefright/wifi-display/source/
DWifiDisplaySource.cpp94 const sp<AMessage> &msg, sp<AMessage> *response) { in PostAndAwaitResponse()
114 sp<AMessage> response; in start() local
121 sp<AMessage> response; in stop() local
128 sp<AMessage> response; in pause() local
135 sp<AMessage> response; in resume() local
183 sp<AMessage> response = new AMessage; in onMessageReceived() local
342 sp<AMessage> response = new AMessage; in onMessageReceived() local
362 sp<AMessage> response = new AMessage; in onMessageReceived() local
1139 AString response = "RTSP/1.0 200 OK\r\n"; in onOptionsRequest() local
1303 AString response = "RTSP/1.0 200 OK\r\n"; in onSetupRequest() local
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DAdnRecordCache.java122 private void sendErrorResponse(Message response, String errString) { in sendErrorResponse()
141 Message response) { in updateAdnByIndex()
179 String pin2, Message response) { in updateAdnBySearch()
251 requestLoadAllAdnLike (int efid, int extensionEf, Message response) { in requestLoadAllAdnLike()
359 Message response = mUserWriteResponse.get(efid); in handleMessage() local
DIccFileHandler.java173 Message response in loadEFLinearFixed() local
205 Message response = obtainMessage(EVENT_GET_RECORD_SIZE_IMG_DONE, in loadEFImgLinearFixed() local
227 Message response in getEFLinearRecordSize() local
259 Message response = obtainMessage(EVENT_GET_RECORD_SIZE_DONE, in loadEFLinearFixedAll() local
290 Message response = obtainMessage(EVENT_GET_BINARY_SIZE_DONE, in loadEFTransparent() local
308 Message response = obtainMessage(EVENT_READ_BINARY_DONE, in loadEFTransparent() local
327 Message response = obtainMessage(EVENT_READ_ICON_DONE, fileid, 0, in loadEFImgTransparent() local
395 private void sendResult(Message response, Object result, Throwable ex) { in sendResult()
405 private boolean processException(Message response, AsyncResult ar) { in processException()
428 Message response = null; in handleMessage() local
/frameworks/base/tests/CoreTests/android/core/
DTestHttpClient.java105 HttpResponse response = this.httpexecutor.execute(request, conn, this.context); in execute() local
112 public boolean keepAlive(final HttpResponse response) { in keepAlive()
/frameworks/base/core/tests/coretests/src/android/net/http/
DAbstractProxyTest.java75 HttpResponse response = httpClient.execute( in testConnectToHttps() local
124 HttpResponse response = httpProxyClient.execute(request); in testConnectViaProxy() local
169 HttpResponse response = httpProxyClient.execute(request); in testConnectViaHttpProxyToHttps() local
199 HttpResponse response = client.execute(request); in testParamPreferredOverSystemProperty() local
215 HttpResponse response = client.execute(request); in testExplicitNoProxyCancelsSystemProperty() local
278 private String contentToString(HttpResponse response) throws IOException { in contentToString()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
DDataConnectionTest.java231 DataCallResponse response = new DataCallResponse(0, 0, 1, 2, "IP", in testModemSuggestRetry() local
250 DataCallResponse response = new DataCallResponse(0, -1, 1, 2, "IP", FAKE_IFNAME, in testModemNotSuggestRetry() local
269 DataCallResponse response = new DataCallResponse(0, Integer.MAX_VALUE, 1, 2, "IP", in testModemSuggestNoRetry() local

1234567