/frameworks/base/core/java/android/accounts/ |
D | AbstractAccountAuthenticator.java | 118 public void addAccount(IAccountAuthenticatorResponse response, String accountType, in addAccount() 143 public void confirmCredentials(IAccountAuthenticatorResponse response, in confirmCredentials() 165 public void getAuthTokenLabel(IAccountAuthenticatorResponse response, in getAuthTokenLabel() 187 public void getAuthToken(IAccountAuthenticatorResponse response, in getAuthToken() 212 public void updateCredentials(IAccountAuthenticatorResponse response, Account account, in updateCredentials() 237 public void editProperties(IAccountAuthenticatorResponse response, in editProperties() 251 public void hasFeatures(IAccountAuthenticatorResponse response, in hasFeatures() 265 public void getAccountRemovalAllowed(IAccountAuthenticatorResponse response, in getAccountRemovalAllowed() 279 public void getAccountCredentialsForCloning(IAccountAuthenticatorResponse response, in getAccountCredentialsForCloning() 294 public void addAccountFromCredentials(IAccountAuthenticatorResponse response, in addAccountFromCredentials() [all …]
|
D | IAccountAuthenticator.aidl | 31 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()
|
D | IAccountManager.aidl | 37 void hasFeatures(in IAccountManagerResponse response, in Account account, in String[] features); in hasFeatures() 38 …void getAccountsByFeatures(in IAccountManagerResponse response, String accountType, in String[] fe… in getAccountsByFeatures() 40 void removeAccount(in IAccountManagerResponse response, in Account account, in removeAccount() 42 void removeAccountAsUser(in IAccountManagerResponse response, in Account account, in removeAccountAsUser() 45 void copyAccountToUser(in IAccountManagerResponse response, in Account account, in copyAccountToUser() 55 void getAuthToken(in IAccountManagerResponse response, in Account account, in getAuthToken() 58 void addAccount(in IAccountManagerResponse response, String accountType, in addAccount() 61 void addAccountAsUser(in IAccountManagerResponse response, String accountType, in addAccountAsUser() 64 void updateCredentials(in IAccountManagerResponse response, in Account account, in updateCredentials() 66 void editProperties(in IAccountManagerResponse response, String accountType, in editProperties() [all …]
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/ |
D | UsimDataDownloadCommands.java | 85 synchronized void expectSendEnvelope(String contents, int sw1, int sw2, String response) { in expectSendEnvelope() 108 Message response) { in acknowledgeLastIncomingGsmSms() 123 Message response) { in acknowledgeIncomingGsmSmsWithPdu() 138 public synchronized void sendEnvelopeWithStatus(String contents, Message response) { in sendEnvelopeWithStatus() 310 public void setMute(boolean enableMute, Message response) { in setMute() 314 public void getMute(Message response) { in getMute() 318 public void getSignalStrength(Message response) { in getSignalStrength() 322 public void getVoiceRegistrationState(Message response) { in getVoiceRegistrationState() 326 public void getDataRegistrationState(Message response) { in getDataRegistrationState() 330 public void getOperator(Message response) { in getOperator() [all …]
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneCommandInterface.java | 175 public void setMute (boolean enableMute, Message response) { in setMute() 179 public void getMute (Message response) { in getMute() 229 int retry, int messageRef, Message response) { in sendImsGsmSms() 234 Message response) { in sendImsCdmaSms() 242 public void deleteSmsOnSim(int index, Message response) { in deleteSmsOnSim() 246 public void deleteSmsOnRuim(int index, Message response) { in deleteSmsOnRuim() 250 public void writeSmsToSim(int status, String smsc, String pdu, Message response) { in writeSmsToSim() 254 public void writeSmsToRuim(int status, String pdu, Message response) { in writeSmsToRuim() 308 public void queryCallWaiting(int serviceClass, Message response) { in queryCallWaiting() 313 Message response) { in setCallWaiting() [all …]
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/ |
D | SipCommandInterface.java | 176 public void setMute (boolean enableMute, Message response) { in setMute() 180 public void getMute (Message response) { in getMute() 230 int retry, int messageRef, Message response) { in sendImsGsmSms() 235 Message response) { in sendImsCdmaSms() 243 public void deleteSmsOnSim(int index, Message response) { in deleteSmsOnSim() 247 public void deleteSmsOnRuim(int index, Message response) { in deleteSmsOnRuim() 251 public void writeSmsToSim(int status, String smsc, String pdu, Message response) { in writeSmsToSim() 255 public void writeSmsToRuim(int status, String pdu, Message response) { in writeSmsToRuim() 309 public void queryCallWaiting(int serviceClass, Message response) { in queryCallWaiting() 314 Message response) { in setCallWaiting() [all …]
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
D | DcSwitchAsyncChannel.java | 98 private int rspConnect(Message response) { in rspConnect() 105 Message response = sendMessageSynchronously(REQ_CONNECT, apnRequest); in connectSync() local 114 private int rspDisconnect(Message response) { in rspDisconnect() 121 Message response = sendMessageSynchronously(REQ_DISCONNECT, apnRequest); in disconnectSync() local 130 private int rspDisconnectAll(Message response) { in rspDisconnectAll() 137 Message response = sendMessageSynchronously(REQ_DISCONNECT_ALL); in disconnectAllSync() local 156 private boolean rspIsIdle(Message response) { in rspIsIdle() 163 Message response = sendMessageSynchronously(REQ_IS_IDLE_STATE); in isIdleSync() local 177 public boolean rspIsIdleOrDetaching(Message response) { in rspIsIdleOrDetaching() 184 Message response = sendMessageSynchronously(REQ_IS_IDLE_OR_DETACHING_STATE); in isIdleOrDetachingSync() local
|
D | DcAsyncChannel.java | 133 public boolean rspIsInactive(Message response) { in rspIsInactive() 146 Message response = sendMessageSynchronously(REQ_IS_INACTIVE); in isInactiveSync() local 174 public int rspCid(Message response) { in rspCid() 186 Message response = sendMessageSynchronously(REQ_GET_CID); in getCidSync() local 214 public ApnSetting rspApnSetting(Message response) { in rspApnSetting() 228 Message response = sendMessageSynchronously(REQ_GET_APNSETTING); in getApnSettingSync() local 256 public LinkProperties rspLinkProperties(Message response) { in rspLinkProperties() 270 Message response = sendMessageSynchronously(REQ_GET_LINK_PROPERTIES); in getLinkPropertiesSync() local 297 Message response = in setLinkPropertiesHttpProxySync() local 324 public NetworkCapabilities rspNetworkCapabilities(Message response) { in rspNetworkCapabilities() [all …]
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/ |
D | SimulatedCommands.java | 844 public void sendTerminalResponse(String contents, Message response) { in sendTerminalResponse() 852 public void sendEnvelope(String contents, Message response) { in sendEnvelope() 860 public void sendEnvelopeWithStatus(String contents, Message response) { in sendEnvelopeWithStatus() 869 boolean accept, Message response) { in handleCallSetupRequestFromSim() 1011 public void deleteSmsOnSim(int index, Message response) { in deleteSmsOnSim() 1017 public void deleteSmsOnRuim(int index, Message response) { in deleteSmsOnRuim() 1023 public void writeSmsToSim(int status, String smsc, String pdu, Message response) { in writeSmsToSim() 1029 public void writeSmsToRuim(int status, String pdu, Message response) { in writeSmsToRuim() 1070 public void setLocationUpdates(boolean enable, Message response) { in setLocationUpdates() 1134 String pin2, Message response) { in iccIO() [all …]
|
/frameworks/av/cmds/stagefright/ |
D | SimplePlayer.cpp | 48 const sp<AMessage> &msg, sp<AMessage> *response) { in PostAndAwaitResponse() 64 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 145 sp<AMessage> response = new AMessage; in onMessageReceived() local 167 sp<AMessage> response = new AMessage; in onMessageReceived() local [all …]
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | CommandsInterface.java | 1000 void setMute (boolean enableMute, Message response); in setMute() 1002 void getMute (Message response); in getMute() 1011 void getSignalStrength (Message response); in getSignalStrength() 1024 void getVoiceRegistrationState (Message response); in getVoiceRegistrationState() 1036 void getDataRegistrationState (Message response); in getDataRegistrationState() 1044 void getOperator(Message response); in getOperator() 1081 void sendSMS (String smscPDU, String pdu, Message response); in sendSMS() 1091 void sendSMSExpectMore (String smscPDU, String pdu, Message response); in sendSMSExpectMore() 1097 void sendCdmaSms(byte[] pdu, Message response); in sendCdmaSms() 1111 Message response); in sendImsGsmSms() [all …]
|
D | RIL.java | 1136 setMute (boolean enableMute, Message response) { in setMute() 1151 getMute (Message response) { in getMute() 1383 public void deleteSmsOnSim(int index, Message response) { in deleteSmsOnSim() 1398 public void deleteSmsOnRuim(int index, Message response) { in deleteSmsOnRuim() 1413 public void writeSmsToSim(int status, String smsc, String pdu, Message response) { in writeSmsToSim() 1431 public void writeSmsToRuim(int status, String pdu, Message response) { in writeSmsToRuim() 1664 queryCallWaiting(int serviceClass, Message response) { in queryCallWaiting() 1679 setCallWaiting(boolean enable, int serviceClass, Message response) { in setCallWaiting() 1695 setNetworkSelectionModeAutomatic(Message response) { in setNetworkSelectionModeAutomatic() 1707 setNetworkSelectionModeManual(String operatorNumeric, Message response) { in setNetworkSelectionModeManual() [all …]
|
/frameworks/av/media/libstagefright/ |
D | MediaCodec.cpp | 161 const sp<AMessage> &msg, sp<AMessage> *response) { in PostAndAwaitResponse() 177 sp<AMessage> response = new AMessage; in PostReplyWithError() local 240 sp<AMessage> response; in init() local 248 sp<AMessage> response; in setCallback() local 272 sp<AMessage> response; in configure() local 293 sp<AMessage> response; in createInputSurface() local 312 sp<AMessage> response; in start() local 319 sp<AMessage> response; in stop() local 326 sp<AMessage> response; in release() local 384 sp<AMessage> response; in queueInputBuffer() local [all …]
|
/frameworks/volley/src/com/android/volley/ |
D | ExecutorDelivery.java | 54 public void postResponse(Request<?> request, Response<?> response) { in postResponse() 59 public void postResponse(Request<?> request, Response<?> response, Runnable runnable) { in postResponse() 68 Response<?> response = Response.error(error); in postError() local 82 public ResponseDeliveryRunnable(Request request, Response response, Runnable runnable) { in ResponseDeliveryRunnable()
|
D | ResponseDelivery.java | 23 public void postResponse(Request<?> request, Response<?> response); in postResponse() 29 public void postResponse(Request<?> request, Response<?> response, Runnable runnable); in postResponse()
|
/frameworks/base/core/java/android/net/ |
D | ParseException.java | 24 public String response; field in ParseException 26 ParseException(String response) { in ParseException()
|
/frameworks/av/media/libstagefright/wifi-display/source/ |
D | WifiDisplaySource.cpp | 88 const sp<AMessage> &msg, sp<AMessage> *response) { in PostAndAwaitResponse() 108 sp<AMessage> response; in start() local 115 sp<AMessage> response; in stop() local 122 sp<AMessage> response; in pause() local 129 sp<AMessage> response; in resume() local 177 sp<AMessage> response = new AMessage; in onMessageReceived() local 336 sp<AMessage> response = new AMessage; in onMessageReceived() local 356 sp<AMessage> response = new AMessage; in onMessageReceived() local 1135 AString response = "RTSP/1.0 200 OK\r\n"; in onOptionsRequest() local 1299 AString response = "RTSP/1.0 200 OK\r\n"; in onSetupRequest() local [all …]
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
D | IccFileHandler.java | 150 Message response in loadEFLinearFixed() local 168 Message response = obtainMessage(EVENT_GET_RECORD_SIZE_IMG_DONE, in loadEFImgLinearFixed() local 188 Message response in getEFLinearRecordSize() local 205 Message response = obtainMessage(EVENT_GET_RECORD_SIZE_DONE, in loadEFLinearFixedAll() local 223 Message response = obtainMessage(EVENT_GET_BINARY_SIZE_DONE, in loadEFTransparent() local 241 Message response = obtainMessage(EVENT_READ_BINARY_DONE, in loadEFTransparent() local 260 Message response = obtainMessage(EVENT_READ_ICON_DONE, fileid, 0, in loadEFImgTransparent() local 310 private void sendResult(Message response, Object result, Throwable ex) { in sendResult() 320 private boolean processException(Message response, AsyncResult ar) { in processException() 343 Message response = null; in handleMessage() local
|
D | AdnRecordCache.java | 122 private void sendErrorResponse(Message response, String errString) { in sendErrorResponse() 141 Message response) { in updateAdnByIndex() 177 String pin2, Message response) { in updateAdnBySearch() 246 requestLoadAllAdnLike (int efid, int extensionEf, Message response) { in requestLoadAllAdnLike() 353 Message response = mUserWriteResponse.get(efid); in handleMessage() local
|
/frameworks/volley/src/com/android/volley/toolbox/ |
D | ClearCacheRequest.java | 63 protected Response<Object> parseNetworkResponse(NetworkResponse response) { in parseNetworkResponse() 68 protected void deliverResponse(Object response) { in deliverResponse()
|
D | StringRequest.java | 59 protected void deliverResponse(String response) { in deliverResponse() 64 protected Response<String> parseNetworkResponse(NetworkResponse response) { in parseNetworkResponse()
|
/frameworks/volley/tests/src/com/android/volley/mock/ |
D | WaitableQueue.java | 64 protected Response<Object> parseNetworkResponse(NetworkResponse response) { in parseNetworkResponse() 69 protected void deliverResponse(Object response) { in deliverResponse()
|
D | MockResponseDelivery.java | 35 public void postResponse(Request<?> request, Response<?> response) { in postResponse() 41 public void postResponse(Request<?> request, Response<?> response, Runnable runnable) { in postResponse()
|
/frameworks/base/core/tests/coretests/src/android/net/http/ |
D | AbstractProxyTest.java | 75 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/base/tests/CoreTests/android/core/ |
D | TestHttpClient.java | 105 HttpResponse response = this.httpexecutor.execute(request, conn, this.context); in execute() local 112 public boolean keepAlive(final HttpResponse response) { in keepAlive()
|