Home
last modified time | relevance | path

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

12345678

/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()
188 public void confirmCredentials(IAccountAuthenticatorResponse response, in confirmCredentials()
213 public void getAuthTokenLabel(IAccountAuthenticatorResponse response, in getAuthTokenLabel()
238 public void getAuthToken(IAccountAuthenticatorResponse response, in getAuthToken()
266 public void updateCredentials(IAccountAuthenticatorResponse response, Account account, in updateCredentials()
295 public void editProperties(IAccountAuthenticatorResponse response, in editProperties()
310 public void hasFeatures(IAccountAuthenticatorResponse response, in hasFeatures()
325 public void getAccountRemovalAllowed(IAccountAuthenticatorResponse response, in getAccountRemovalAllowed()
340 public void getAccountCredentialsForCloning(IAccountAuthenticatorResponse response, in getAccountCredentialsForCloning()
356 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.java190 public void setMute (boolean enableMute, Message response) { in setMute()
194 public void getMute (Message response) { in getMute()
244 int retry, int messageRef, Message response) { in sendImsGsmSms()
249 Message response) { in sendImsCdmaSms()
257 public void deleteSmsOnSim(int index, Message response) { in deleteSmsOnSim()
261 public void deleteSmsOnRuim(int index, Message response) { in deleteSmsOnRuim()
265 public void writeSmsToSim(int status, String smsc, String pdu, Message response) { in writeSmsToSim()
269 public void writeSmsToRuim(int status, String pdu, Message response) { in writeSmsToRuim()
323 public void queryCallWaiting(int serviceClass, Message response) { in queryCallWaiting()
328 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/sip/
DSipCommandInterface.java191 public void setMute (boolean enableMute, Message response) { in setMute()
195 public void getMute (Message response) { in getMute()
245 int retry, int messageRef, Message response) { in sendImsGsmSms()
250 Message response) { in sendImsCdmaSms()
258 public void deleteSmsOnSim(int index, Message response) { in deleteSmsOnSim()
262 public void deleteSmsOnRuim(int index, Message response) { in deleteSmsOnRuim()
266 public void writeSmsToSim(int status, String smsc, String pdu, Message response) { in writeSmsToSim()
270 public void writeSmsToRuim(int status, String pdu, Message response) { in writeSmsToRuim()
324 public void queryCallWaiting(int serviceClass, Message response) { in queryCallWaiting()
329 Message response) { in setCallWaiting()
[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.java777 public void setMute(boolean enableMute, Message response) { in setMute()
782 public void getMute(Message response) { in getMute()
787 public void getSignalStrength(Message response) { in getSignalStrength()
792 public void getVoiceRegistrationState(Message response) { in getVoiceRegistrationState()
797 public void getDataRegistrationState(Message response) { in getDataRegistrationState()
802 public void getOperator(Message response) { in getOperator()
827 public void sendSMS(String smscPDU, String pdu, Message response) { in sendSMS()
832 public void sendSMSExpectMore(String smscPDU, String pdu, Message response) { in sendSMSExpectMore()
837 public void sendCdmaSms(byte[] pdu, Message response) { in sendCdmaSms()
843 Message response) { in sendImsGsmSms()
[all …]
DSimulatedCommands.java916 public void sendTerminalResponse(String contents, Message response) { in sendTerminalResponse()
924 public void sendEnvelope(String contents, Message response) { in sendEnvelope()
932 public void sendEnvelopeWithStatus(String contents, Message response) { in sendEnvelopeWithStatus()
941 boolean accept, Message response) { in handleCallSetupRequestFromSim()
1104 public void deleteSmsOnSim(int index, Message response) { in deleteSmsOnSim()
1110 public void deleteSmsOnRuim(int index, Message response) { in deleteSmsOnRuim()
1116 public void writeSmsToSim(int status, String smsc, String pdu, Message response) { in writeSmsToSim()
1122 public void writeSmsToRuim(int status, String pdu, Message response) { in writeSmsToRuim()
1208 public void setLocationUpdates(boolean enable, Message response) { in setLocationUpdates()
1282 String pin2, Message response) { in iccIO()
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCommandsInterface.java1015 void setMute (boolean enableMute, Message response); in setMute()
1017 void getMute (Message response); in getMute()
1026 void getSignalStrength (Message response); in getSignalStrength()
1039 void getVoiceRegistrationState (Message response); in getVoiceRegistrationState()
1051 void getDataRegistrationState (Message response); in getDataRegistrationState()
1059 void getOperator(Message response); in getOperator()
1096 void sendSMS (String smscPDU, String pdu, Message response); in sendSMS()
1106 void sendSMSExpectMore (String smscPDU, String pdu, Message response); in sendSMSExpectMore()
1112 void sendCdmaSms(byte[] pdu, Message response); in sendCdmaSms()
1126 Message response); in sendImsGsmSms()
[all …]
DRadioIndication.java247 LinkCapacityEstimate response = RIL.convertHalLceData(lce, mRil); in currentLinkCapacityEstimate() local
277 List<PhysicalChannelConfig> response = new ArrayList<>(configs.size()); in currentPhysicalChannelConfigs() local
384 IccRefreshResponse response = new IccRefreshResponse(); in simRefresh() local
397 char response[] = null; in callRing() local
512 int response[] = new int[1]; in cdmaOtaProvisionStatus() local
634 int response[] = new int[1]; in cdmaSubscriptionSourceChanged() local
646 int response[] = new int[1]; in cdmaPrlChanged() local
680 int response[] = new int[1]; in voiceRadioTechChanged() local
694 ArrayList<CellInfo> response = RIL.convertHalCellInfoList(records); in cellInfoList() local
706 ArrayList<CellInfo> response = RIL.convertHalCellInfoList_1_2(records); in cellInfoList_1_2() 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/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
DDataConnectionTest.java252 private long getSuggestedRetryDelay(DataCallResponse response) throws Exception { in getSuggestedRetryDelay()
260 private SetupResult setLinkProperties(DataCallResponse response, in setLinkProperties()
326 DataCallResponse response = new DataCallResponse(0, 0, 1, 2, "IP", FAKE_IFNAME, in testModemSuggestRetry() local
355 DataCallResponse response = new DataCallResponse(0, -1, 1, 2, "IP", FAKE_IFNAME, in testModemNotSuggestRetry() local
384 DataCallResponse response = new DataCallResponse(0, Integer.MAX_VALUE, 1, 2, "IP", in testModemSuggestNoRetry() local
522 DataCallResponse response = new DataCallResponse(0, -1, 1, 2, "IP", FAKE_IFNAME, in testSetLinkProperties() local
561 DataCallResponse response = new DataCallResponse(0, -1, 1, 2, "IP", FAKE_IFNAME, in testSetLinkPropertiesEmptyAddress() local
578 DataCallResponse response = new DataCallResponse(0, -1, 1, 2, "IP", FAKE_IFNAME, in testSetLinkPropertiesEmptyDns() local
DDataCallResponseTest.java38 DataCallResponse response = new DataCallResponse(0, -1, 1, 2, "IP", FAKE_IFNAME, in testParcel() local
55 DataCallResponse response = new DataCallResponse(0, -1, 1, 2, "IP", FAKE_IFNAME, in testEquals() local
/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/av/media/libstagefright/
DMediaCodec.cpp832 const sp<AMessage> &msg, sp<AMessage> *response) { in PostAndAwaitResponse()
853 sp<AMessage> response = new AMessage; in PostReplyWithError() local
974 sp<AMessage> response; in init() local
987 sp<AMessage> response; in setCallback() local
1091 sp<AMessage> response; in configure() local
1116 sp<AMessage> response; in releaseCrypto() local
1147 sp<AMessage> response = new AMessage; in onReleaseCrypto() local
1160 sp<AMessage> response; in setInputSurface() local
1168 sp<AMessage> response; in setSurface() local
1176 sp<AMessage> response; in createInputSurface() 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
DUiccCard.java252 public void iccOpenLogicalChannel(String AID, int p2, Message response) { in iccOpenLogicalChannel()
266 public void iccCloseLogicalChannel(int channel, Message response) { in iccCloseLogicalChannel()
282 int p1, int p2, int p3, String data, Message response) { in iccTransmitApduLogicalChannel()
299 int p1, int p2, int p3, String data, Message response) { in iccTransmitApduBasicChannel()
314 String pathID, Message response) { in iccExchangeSimIO()
327 public void sendEnvelopeWithStatus(String contents, Message response) { in sendEnvelopeWithStatus()
/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()

12345678