/frameworks/base/core/java/android/accounts/ |
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()
|
D | AbstractAccountAuthenticator.java | 119 public void addAccount(IAccountAuthenticatorResponse response, String accountType, in addAccount() 153 public void confirmCredentials(IAccountAuthenticatorResponse response, in confirmCredentials() 184 public void getAuthTokenLabel(IAccountAuthenticatorResponse response, in getAuthTokenLabel() 218 public void getAuthToken(IAccountAuthenticatorResponse response, in getAuthToken() 251 public void updateCredentials(IAccountAuthenticatorResponse response, Account account, in updateCredentials() 284 public void editProperties(IAccountAuthenticatorResponse response, in editProperties() 299 public void hasFeatures(IAccountAuthenticatorResponse response, in hasFeatures() 316 public void getAccountRemovalAllowed(IAccountAuthenticatorResponse response, in getAccountRemovalAllowed() 363 public abstract Bundle editProperties(AccountAuthenticatorResponse response, in editProperties() 386 public abstract Bundle addAccount(AccountAuthenticatorResponse response, String accountType, in addAccount() [all …]
|
D | IAccountManager.aidl | 34 void hasFeatures(in IAccountManagerResponse response, in Account account, in String[] features); in hasFeatures() 35 …void getAccountsByFeatures(in IAccountManagerResponse response, String accountType, in String[] fe… in getAccountsByFeatures() 37 void removeAccount(in IAccountManagerResponse response, in Account account); in removeAccount() 45 void getAuthToken(in IAccountManagerResponse response, in Account account, in getAuthToken() 48 void addAcount(in IAccountManagerResponse response, String accountType, in addAcount() 51 void updateCredentials(in IAccountManagerResponse response, in Account account, in updateCredentials() 53 void editProperties(in IAccountManagerResponse response, String accountType, in editProperties() 55 void confirmCredentials(in IAccountManagerResponse response, in Account account, in confirmCredentials()
|
D | AccountManagerService.java | 457 public void hasFeatures(IAccountManagerResponse response, in hasFeatures() 475 public TestFeaturesSession(IAccountManagerResponse response, in TestFeaturesSession() 492 IAccountManagerResponse response = getResponseAndClose(); in onResult() local 519 public void removeAccount(IAccountManagerResponse response, Account account) { in removeAccount() 545 public RemoveAccountSession(IAccountManagerResponse response, Account account) { in RemoveAccountSession() 567 IAccountManagerResponse response = getResponseAndClose(); in onResult() local 806 private void onResult(IAccountManagerResponse response, Bundle result) { in onResult() 818 void getAuthTokenLabel(final IAccountManagerResponse response, in getAuthTokenLabel() 827 new Session(response, account.type, false, in getAuthTokenLabel() argument 856 public void getAuthToken(IAccountManagerResponse response, final Account account, in getAuthToken() [all …]
|
/frameworks/base/telephony/java/com/android/internal/telephony/sip/ |
D | SipCommandInterface.java | 138 public void setMute (boolean enableMute, Message response) { in setMute() 141 public void getMute (Message response) { in getMute() 175 public void deleteSmsOnSim(int index, Message response) { in deleteSmsOnSim() 178 public void deleteSmsOnRuim(int index, Message response) { in deleteSmsOnRuim() 181 public void writeSmsToSim(int status, String smsc, String pdu, Message response) { in writeSmsToSim() 184 public void writeSmsToRuim(int status, String pdu, Message response) { in writeSmsToRuim() 227 public void queryCallWaiting(int serviceClass, Message response) { in queryCallWaiting() 231 Message response) { in setCallWaiting() 234 public void setNetworkSelectionModeAutomatic(Message response) { in setNetworkSelectionModeAutomatic() 238 String operatorNumeric, Message response) { in setNetworkSelectionModeManual() [all …]
|
D | SipPhoneBase.java | 335 public void getAvailableNetworks(Message response) { in getAvailableNetworks() 338 public void setNetworkSelectionModeAutomatic(Message response) { in setNetworkSelectionModeAutomatic() 343 Message response) { in selectNetworkManually() 346 public void getNeighboringCids(Message response) { in getNeighboringCids() 352 public void getDataCallList(Message response) { in getDataCallList() 410 public void activateCellBroadcastSms(int activate, Message response) { in activateCellBroadcastSms() 414 public void getCellBroadcastSmsConfig(Message response) { in getCellBroadcastSmsConfig() 418 public void setCellBroadcastSmsConfig(int[] configValuesArray, Message response){ in setCellBroadcastSmsConfig()
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
D | RIL.java | 1035 setMute (boolean enableMute, Message response) { in setMute() 1049 getMute (Message response) { in getMute() 1208 public void deleteSmsOnSim(int index, Message response) { in deleteSmsOnSim() 1224 public void deleteSmsOnRuim(int index, Message response) { in deleteSmsOnRuim() 1240 public void writeSmsToSim(int status, String smsc, String pdu, Message response) { in writeSmsToSim() 1259 public void writeSmsToRuim(int status, String pdu, Message response) { in writeSmsToRuim() 1499 queryCallWaiting(int serviceClass, Message response) { in queryCallWaiting() 1513 setCallWaiting(boolean enable, int serviceClass, Message response) { in setCallWaiting() 1528 setNetworkSelectionModeAutomatic(Message response) { in setNetworkSelectionModeAutomatic() 1539 setNetworkSelectionModeManual(String operatorNumeric, Message response) { in setNetworkSelectionModeManual() [all …]
|
D | CommandsInterface.java | 832 void setMute (boolean enableMute, Message response); in setMute() 834 void getMute (Message response); in getMute() 843 void getSignalStrength (Message response); in getSignalStrength() 856 void getRegistrationState (Message response); in getRegistrationState() 868 void getGPRSRegistrationState (Message response); in getGPRSRegistrationState() 876 void getOperator(Message response); in getOperator() 913 void sendSMS (String smscPDU, String pdu, Message response); in sendSMS() 919 void sendCdmaSms(byte[] pdu, Message response); in sendCdmaSms() 927 void deleteSmsOnSim(int index, Message response); in deleteSmsOnSim() 935 void deleteSmsOnRuim(int index, Message response); in deleteSmsOnRuim() [all …]
|
D | AdnRecordCache.java | 123 private void sendErrorResponse(Message response, String errString) { in sendErrorResponse() 142 Message response) { in updateAdnByIndex() 178 String pin2, Message response) { in updateAdnBySearch() 231 requestLoadAllAdnLike (int efid, int extensionEf, Message response) { in requestLoadAllAdnLike() 336 Message response = userWriteResponse.get(efid); in handleMessage() local
|
D | IccFileHandler.java | 144 Message response in loadEFLinearFixed() local 162 Message response = obtainMessage(EVENT_READ_IMG_DONE, in loadEFImgLinearFixed() local 182 Message response in getEFLinearRecordSize() local 199 Message response = obtainMessage(EVENT_GET_RECORD_SIZE_DONE, in loadEFLinearFixedAll() local 217 Message response = obtainMessage(EVENT_GET_BINARY_SIZE_DONE, in loadEFTransparent() local 236 Message response = obtainMessage(EVENT_READ_ICON_DONE, fileid, 0, in loadEFImgTransparent() local 276 private void sendResult(Message response, Object result, Throwable ex) { in sendResult() 291 Message response = null; in handleMessage() local
|
D | AdnRecordLoader.java | 74 Message response) { in loadFromEF() 93 Message response) { in loadAllFromEF() 118 String pin2, Message response) { in updateEF()
|
D | IccPhoneBookInterfaceManager.java | 150 Message response = mBaseHandler.obtainMessage(EVENT_UPDATE_DONE); in updateAdnRecordsInEfBySearch() local 197 Message response = mBaseHandler.obtainMessage(EVENT_UPDATE_DONE); in updateAdnRecordsInEfByIndex() local 243 Message response = mBaseHandler.obtainMessage(EVENT_LOAD_DONE); in getAdnRecordsInEf() local
|
D | PhoneProxy.java | 535 public void getAvailableNetworks(Message response) { in getAvailableNetworks() 539 public void setNetworkSelectionModeAutomatic(Message response) { in setNetworkSelectionModeAutomatic() 543 public void selectNetworkManually(NetworkInfo network, Message response) { in selectNetworkManually() 547 public void setPreferredNetworkType(int networkType, Message response) { in setPreferredNetworkType() 551 public void getPreferredNetworkType(Message response) { in getPreferredNetworkType() 555 public void getNeighboringCids(Message response) { in getNeighboringCids() 575 public void invokeOemRilRequestRaw(byte[] data, Message response) { in invokeOemRilRequestRaw() 579 public void invokeOemRilRequestStrings(String[] strings, Message response) { in invokeOemRilRequestStrings() 583 public void getDataCallList(Message response) { in getDataCallList() 611 public void setBandMode(int bandMode, Message response) { in setBandMode() [all …]
|
D | Phone.java | 1044 void getAvailableNetworks(Message response); in getAvailableNetworks() 1056 void setNetworkSelectionModeAutomatic(Message response); in setNetworkSelectionModeAutomatic() 1067 Message response); in selectNetworkManually() 1075 void setPreferredNetworkType(int networkType, Message response); in setPreferredNetworkType() 1082 void getPreferredNetworkType(Message response); in getPreferredNetworkType() 1110 void getNeighboringCids(Message response); in getNeighboringCids() 1189 void invokeOemRilRequestRaw(byte[] data, Message response); in invokeOemRilRequestRaw() 1205 void invokeOemRilRequestStrings(String[] strings, Message response); in invokeOemRilRequestStrings() 1218 void getDataCallList(Message response); in getDataCallList() 1259 void setBandMode(int bandMode, Message response); in setBandMode() [all …]
|
/frameworks/base/core/java/android/net/ |
D | ParseException.java | 25 public String response; field in ParseException 27 ParseException(String response) { in ParseException()
|
/frameworks/base/core/tests/coretests/src/android/net/http/ |
D | HttpsThroughHttpProxyTest.java | 59 HttpResponse response = httpClient.execute( in testConnectViaHttps() local 82 HttpResponse response = httpProxyClient.execute(new HttpGet("http://android.com/foo")); in testConnectViaProxy() local 114 HttpResponse response = httpProxyClient.execute(new HttpGet("https://android.com/foo")); in testConnectViaHttpProxyToHttps() local 131 private String contentToString(HttpResponse response) throws IOException { in contentToString()
|
/frameworks/base/telephony/java/com/android/internal/telephony/test/ |
D | SimulatedCommands.java | 804 public void sendTerminalResponse(String contents, Message response) { in sendTerminalResponse() 811 public void sendEnvelope(String contents, Message response) { in sendEnvelope() 819 boolean accept, Message response) { in handleCallSetupRequestFromSim() 939 public void deleteSmsOnSim(int index, Message response) { in deleteSmsOnSim() 944 public void deleteSmsOnRuim(int index, Message response) { in deleteSmsOnRuim() 949 public void writeSmsToSim(int status, String smsc, String pdu, Message response) { in writeSmsToSim() 954 public void writeSmsToRuim(int status, String pdu, Message response) { in writeSmsToRuim() 998 public void setLocationUpdates(boolean enable, Message response) { in setLocationUpdates() 1065 public void queryCLIP(Message response) { unimplemented(response); } in queryCLIP() 1102 public void queryCallWaiting(int serviceClass, Message response) { in queryCallWaiting() [all …]
|
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/ |
D | SimSmsInterfaceManager.java | 138 Message response = mHandler.obtainMessage(EVENT_UPDATE_DONE); in updateMessageOnIccEf() local 175 Message response = mHandler.obtainMessage(EVENT_UPDATE_DONE); in copyMessageToIccEf() local 203 Message response = mHandler.obtainMessage(EVENT_LOAD_DONE); in getAllMessagesFromIccEf() local 317 Message response = mHandler.obtainMessage(EVENT_SET_BROADCAST_CONFIG_DONE); in setCellBroadcastConfig() local 337 Message response = mHandler.obtainMessage(EVENT_SET_BROADCAST_ACTIVATION_DONE); in setCellBroadcastActivation() local
|
/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()
|
/frameworks/base/core/tests/coretests/src/android/app/ |
D | DownloadManagerIntegrationTest.java | 158 MockResponse response = enqueueResponse(HTTP_OK, blobData); in testDropConnection_headers() local 176 MockResponse response = enqueueResponse(HTTP_OK, blobData); in testServerDropConnection_body() local 494 MockResponse response = enqueueResponse(HTTP_OK, blobData); in testGetDownloadIdOnNotification() local 514 MockResponse response = enqueueResponse(HTTP_REDIRECT); in testErrorTooManyRedirects() local 526 MockResponse response = enqueueResponse(HTTP_PARTIAL_CONTENT); in testErrorUnhandledHttpCode() local 537 MockResponse response = enqueueResponse(HTTP_REDIRECT); in testErrorHttpDataError_invalidRedirect() local 570 MockResponse response = enqueueResponse(HTTP_OK, blobData); in testSetTitle() local
|
/frameworks/base/telephony/mockril/src/com/android/internal/telephony/mockril/ |
D | MockRilController.java | 77 Msg response = null; in getCtrlResponse() local 94 Msg response = getCtrlResponse(); in getRadioState() local 125 Msg response = getCtrlResponse(); in setRadioState() local
|
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/ |
D | RuimSmsInterfaceManager.java | 121 Message response = mHandler.obtainMessage(EVENT_UPDATE_DONE); in updateMessageOnIccEf() local 157 Message response = mHandler.obtainMessage(EVENT_UPDATE_DONE); in copyMessageToIccEf() local 183 Message response = mHandler.obtainMessage(EVENT_LOAD_DONE); in getAllMessagesFromIccEf() local
|
/frameworks/base/core/java/android/bluetooth/ |
D | AtCommandResult.java | 61 public AtCommandResult(String response) { in AtCommandResult() 73 public void addResponse(String response) { in addResponse()
|
/frameworks/base/core/java/android/net/http/ |
D | RequestHandle.java | 224 String response = computeBasicAuthResponse(username, password); in setupBasicAuthResponse() local 228 mHeaders.put(authorizationHeader(isProxy), "Basic " + response); in setupBasicAuthResponse() local 244 String response = computeDigestAuthResponse( in setupDigestAuthResponse() local 249 mHeaders.put(authorizationHeader(isProxy), "Digest " + response); in setupDigestAuthResponse() local 315 String response = ""; in computeDigestAuthResponse() local
|
/frameworks/base/voip/java/com/android/server/sip/ |
D | SipHelper.java | 317 Response response = mMessageFactory.createResponse(Response.RINGING, in sendRinging() local 340 Response response = mMessageFactory.createResponse(Response.OK, in sendInviteOk() local 366 Response response = mMessageFactory.createResponse( in sendInviteBusyHere() local 387 Response response = event.getResponse(); in sendInviteAck() local 411 Response response = mMessageFactory.createResponse( in sendResponse() local 423 Response response = mMessageFactory.createResponse( in sendInviteRequestTerminated() local
|