/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 | 113 public void addAccount(IAccountAuthenticatorResponse response, String accountType, in addAccount() 132 public void confirmCredentials(IAccountAuthenticatorResponse response, in confirmCredentials() 149 public void getAuthTokenLabel(IAccountAuthenticatorResponse response, in getAuthTokenLabel() 167 public void getAuthToken(IAccountAuthenticatorResponse response, in getAuthToken() 186 public void updateCredentials(IAccountAuthenticatorResponse response, Account account, in updateCredentials() 204 public void editProperties(IAccountAuthenticatorResponse response, in editProperties() 219 public void hasFeatures(IAccountAuthenticatorResponse response, in hasFeatures() 236 public void getAccountRemovalAllowed(IAccountAuthenticatorResponse response, in getAccountRemovalAllowed() 283 public abstract Bundle editProperties(AccountAuthenticatorResponse response, in editProperties() 307 public abstract Bundle addAccount(AccountAuthenticatorResponse response, String accountType, in addAccount() [all …]
|
D | IAccountManager.aidl | 34 …void getAccountsByFeatures(in IAccountManagerResponse response, String accountType, in String[] fe… in getAccountsByFeatures() 36 void removeAccount(in IAccountManagerResponse response, in Account account); in removeAccount() 44 void getAuthToken(in IAccountManagerResponse response, in Account account, in getAuthToken() 47 void addAcount(in IAccountManagerResponse response, String accountType, in addAcount() 50 void updateCredentials(in IAccountManagerResponse response, in Account account, in updateCredentials() 52 void editProperties(in IAccountManagerResponse response, String accountType, in editProperties() 54 void confirmCredentials(in IAccountManagerResponse response, in Account account, in confirmCredentials()
|
D | AccountManagerService.java | 423 public void removeAccount(IAccountManagerResponse response, Account account) { in removeAccount() 435 public RemoveAccountSession(IAccountManagerResponse response, Account account) { in RemoveAccountSession() 456 IAccountManagerResponse response = getResponseAndClose(); in onResult() local 675 private void onResult(IAccountManagerResponse response, Bundle result) { in onResult() 687 public void getAuthToken(IAccountManagerResponse response, final Account account, in getAuthToken() 710 new Session(response, account.type, expectActivityLaunch) { in getAuthToken() argument 794 AccountAuthenticatorResponse response, String authTokenType, String authTokenLabel) { in newGrantCredentialsPermissionIntent() 855 public void addAcount(final IAccountManagerResponse response, final String accountType, in addAcount() 861 new Session(response, accountType, expectActivityLaunch) { in addAcount() argument 881 public void confirmCredentials(IAccountManagerResponse response, in confirmCredentials() [all …]
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
D | RIL.java | 982 setMute (boolean enableMute, Message response) { in setMute() 996 getMute (Message response) { in getMute() 1155 public void deleteSmsOnSim(int index, Message response) { in deleteSmsOnSim() 1171 public void deleteSmsOnRuim(int index, Message response) { in deleteSmsOnRuim() 1187 public void writeSmsToSim(int status, String smsc, String pdu, Message response) { in writeSmsToSim() 1206 public void writeSmsToRuim(int status, String pdu, Message response) { in writeSmsToRuim() 1448 queryCallWaiting(int serviceClass, Message response) { in queryCallWaiting() 1462 setCallWaiting(boolean enable, int serviceClass, Message response) { in setCallWaiting() 1477 setNetworkSelectionModeAutomatic(Message response) { in setNetworkSelectionModeAutomatic() 1488 setNetworkSelectionModeManual(String operatorNumeric, Message response) { in setNetworkSelectionModeManual() [all …]
|
D | CommandsInterface.java | 807 void setMute (boolean enableMute, Message response); in setMute() 809 void getMute (Message response); in getMute() 818 void getSignalStrength (Message response); in getSignalStrength() 831 void getRegistrationState (Message response); in getRegistrationState() 843 void getGPRSRegistrationState (Message response); in getGPRSRegistrationState() 851 void getOperator(Message response); in getOperator() 888 void sendSMS (String smscPDU, String pdu, Message response); in sendSMS() 894 void sendCdmaSms(byte[] pdu, Message response); in sendCdmaSms() 902 void deleteSmsOnSim(int index, Message response); in deleteSmsOnSim() 910 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 | PhoneProxy.java | 515 public void getAvailableNetworks(Message response) { in getAvailableNetworks() 519 public void setNetworkSelectionModeAutomatic(Message response) { in setNetworkSelectionModeAutomatic() 523 public void selectNetworkManually(NetworkInfo network, Message response) { in selectNetworkManually() 527 public void setPreferredNetworkType(int networkType, Message response) { in setPreferredNetworkType() 531 public void getPreferredNetworkType(Message response) { in getPreferredNetworkType() 535 public void getNeighboringCids(Message response) { in getNeighboringCids() 551 public void invokeOemRilRequestRaw(byte[] data, Message response) { in invokeOemRilRequestRaw() 555 public void invokeOemRilRequestStrings(String[] strings, Message response) { in invokeOemRilRequestStrings() 562 public void getPdpContextList(Message response) { in getPdpContextList() 566 public void getDataCallList(Message response) { in getDataCallList() [all …]
|
D | IccPhoneBookInterfaceManager.java | 154 Message response = mBaseHandler.obtainMessage(EVENT_UPDATE_DONE); in updateAdnRecordsInEfBySearch() local 201 Message response = mBaseHandler.obtainMessage(EVENT_UPDATE_DONE); in updateAdnRecordsInEfByIndex() local 247 Message response = mBaseHandler.obtainMessage(EVENT_LOAD_DONE); in getAdnRecordsInEf() local
|
D | Phone.java | 1020 void getAvailableNetworks(Message response); in getAvailableNetworks() 1032 void setNetworkSelectionModeAutomatic(Message response); in setNetworkSelectionModeAutomatic() 1043 Message response); in selectNetworkManually() 1051 void setPreferredNetworkType(int networkType, Message response); in setPreferredNetworkType() 1058 void getPreferredNetworkType(Message response); in getPreferredNetworkType() 1086 void getNeighboringCids(Message response); in getNeighboringCids() 1160 void invokeOemRilRequestRaw(byte[] data, Message response); in invokeOemRilRequestRaw() 1176 void invokeOemRilRequestStrings(String[] strings, Message response); in invokeOemRilRequestStrings() 1190 void getPdpContextList(Message response); in getPdpContextList() 1203 void getDataCallList(Message response); in getDataCallList() [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/telephony/java/com/android/internal/telephony/test/ |
D | SimulatedCommands.java | 786 public void sendTerminalResponse(String contents, Message response) { in sendTerminalResponse() 793 public void sendEnvelope(String contents, Message response) { in sendEnvelope() 801 boolean accept, Message response) { in handleCallSetupRequestFromSim() 922 public void deleteSmsOnSim(int index, Message response) { in deleteSmsOnSim() 927 public void deleteSmsOnRuim(int index, Message response) { in deleteSmsOnRuim() 932 public void writeSmsToSim(int status, String smsc, String pdu, Message response) { in writeSmsToSim() 937 public void writeSmsToRuim(int status, String pdu, Message response) { in writeSmsToRuim() 980 public void setLocationUpdates(boolean enable, Message response) { in setLocationUpdates() 1047 public void queryCLIP(Message response) { unimplemented(response); } in queryCLIP() 1084 public void queryCallWaiting(int serviceClass, Message response) { in queryCallWaiting() [all …]
|
/frameworks/base/tests/AndroidTests/src/com/android/unit_tests/ |
D | TestHttpService.java | 147 HttpResponse response = this.client.execute(get, host, conn); in testSimpleBasicHttpRequests() local 231 HttpResponse response = this.client.execute(post, host, conn); in testSimpleHttpPostsWithContentLength() local 315 HttpResponse response = this.client.execute(post, host, conn); in testSimpleHttpPostsChunked() local 400 HttpResponse response = this.client.execute(post, host, conn); in testSimpleHttpPostsHTTP10() local 488 HttpResponse response = this.client.execute(post, host, conn); in testHttpPostsWithExpectContinue() local 582 HttpResponse response = this.client.execute(post, host, conn); in testHttpPostsWithExpectationVerification() local
|
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()
|
D | GoogleHttpClientTest.java | 91 HttpResponse response = client.execute(method); in testThreadCheck() local 115 HttpResponse response = client.execute(method); in testUrlRewriteRules() local
|
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/ |
D | SimSmsInterfaceManager.java | 113 Message response = mHandler.obtainMessage(EVENT_UPDATE_DONE); in updateMessageOnIccEf() local 149 Message response = mHandler.obtainMessage(EVENT_UPDATE_DONE); in copyMessageToIccEf() local 177 Message response = mHandler.obtainMessage(EVENT_LOAD_DONE); in getAllMessagesFromIccEf() local
|
D | GsmSMSDispatcher.java | 339 protected void acknowledgeLastIncomingSms(boolean success, int result, Message response){ in acknowledgeLastIncomingSms() 347 protected void activateCellBroadcastSms(int activate, Message response) { in activateCellBroadcastSms() 354 protected void getCellBroadcastSmsConfig(Message response){ in getCellBroadcastSmsConfig() 361 protected void setCellBroadcastConfig(int[] configValuesArray, Message response) { in setCellBroadcastConfig()
|
D | GSMPhone.java | 994 getAvailableNetworks(Message response) { in getAvailableNetworks() 1011 setNetworkSelectionModeAutomatic(Message response) { in setNetworkSelectionModeAutomatic() 1030 Message response) { in selectNetworkManually() 1045 getNeighboringCids(Message response) { in getNeighboringCids() 1065 public void getPdpContextList(Message response) { in getPdpContextList() 1069 public void getDataCallList(Message response) { in getDataCallList() 1500 public void activateCellBroadcastSms(int activate, Message response) { in activateCellBroadcastSms() 1504 public void getCellBroadcastSmsConfig(Message response) { in getCellBroadcastSmsConfig() 1508 public void setCellBroadcastSmsConfig(int[] configValuesArray, Message response){ in setCellBroadcastSmsConfig()
|
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/ |
D | RuimSmsInterfaceManager.java | 114 Message response = mHandler.obtainMessage(EVENT_UPDATE_DONE); in updateMessageOnIccEf() local 150 Message response = mHandler.obtainMessage(EVENT_UPDATE_DONE); in copyMessageToIccEf() local 176 Message response = mHandler.obtainMessage(EVENT_LOAD_DONE); in getAllMessagesFromIccEf() local
|
D | CdmaSMSDispatcher.java | 456 protected void acknowledgeLastIncomingSms(boolean success, int result, Message response){ in acknowledgeLastIncomingSms() 476 protected void activateCellBroadcastSms(int activate, Message response) { in activateCellBroadcastSms() 481 protected void getCellBroadcastSmsConfig(Message response) { in getCellBroadcastSmsConfig() 486 protected void setCellBroadcastConfig(int[] configValuesArray, Message response) { in setCellBroadcastConfig()
|
/frameworks/base/core/java/android/bluetooth/ |
D | AtCommandResult.java | 63 public AtCommandResult(String response) { in AtCommandResult() 75 public void addResponse(String response) { in addResponse()
|
/frameworks/base/core/java/android/net/http/ |
D | RequestHandle.java | 203 String response = computeBasicAuthResponse(username, password); in setupBasicAuthResponse() local 207 mHeaders.put(authorizationHeader(isProxy), "Basic " + response); in setupBasicAuthResponse() local 223 String response = computeDigestAuthResponse( in setupDigestAuthResponse() local 228 mHeaders.put(authorizationHeader(isProxy), "Digest " + response); in setupDigestAuthResponse() local 288 String response = ""; in computeDigestAuthResponse() local
|
/frameworks/base/tools/preload/loadclass/ |
D | LoadClass.java | 59 StringBuilder response = new StringBuilder("DECAFBAD"); in main() local
|