/packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/ |
D | ImapConnection.java | 241 List<ImapResponse> responses = in doDigestMd5Auth() local 243 String decodedChallenge = decodeBase64(responses.get(0).getStringOrEmpty(0).getString()); in doDigestMd5Auth() 259 responses = executeContinuationResponse(encodeBase64(response), true); in doDigestMd5Auth() 264 String decodedResponseAuth = decodeBase64(responses.get(0).getStringOrEmpty(0).getString()); in doDigestMd5Auth() 283 List<ImapResponse> responses = executeSimpleCommand(ImapConstants.CAPABILITY); in queryCapability() local 287 for (ImapResponse response : responses) { in queryCapability() 382 final List<ImapResponse> responses = new ArrayList<ImapResponse>(); in getCommandResponses() local 386 responses.add(response); in getCommandResponses() 398 return responses; in getCommandResponses()
|
D | ImapFolder.java | 152 String[] getSearchUids(List<ImapResponse> responses) { in getSearchUids() argument 155 for (ImapResponse response : responses) { in getSearchUids() 467 private void handleUntaggedResponses(List<ImapResponse> responses) { in handleUntaggedResponses() argument 468 for (ImapResponse response : responses) { in handleUntaggedResponses() 717 final List<ImapResponse> responses = in doSelect() local 724 for (ImapResponse response : responses) { in doSelect() 760 final List<ImapResponse> responses = in getQuota() local 764 for (ImapResponse response : responses) { in getQuota()
|
/packages/apps/Calendar/src/com/android/calendar/alerts/ |
D | QuickResponseActivity.java | 68 String[] responses = Utils.getQuickResponses(this); in onCreate() local 69 Arrays.sort(responses); in onCreate() 72 mResponses = new String[responses.length + 1]; in onCreate() 74 for (i = 0; i < responses.length; i++) { in onCreate() 75 mResponses[i] = responses[i]; in onCreate()
|
/packages/modules/DnsResolver/ |
D | README-DoT.md | 19 new one if necessary. It also has to listen for responses from the 22 responses to `DnsTlsTransport`. 29 responses to `DnsTlsTransport` (through the `IDnsTlsObserver` interface). It doesn't 30 know anything about which queries correspond to which responses, and does not retain 71 applies the inverse mapping to responses before returning them to the caller.
|
/packages/modules/DnsResolver/tests/ |
D | golddata.proto | 186 // Describes how the DNS responser handles and responses the DNS lookup packets.
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | ConnectionServiceWrapper.java | 1982 CreateConnectionResponse[] responses = mPendingResponses.values().toArray( in handleConnectionServiceDeath() local 1985 for (int i = 0; i < responses.length; i++) { in handleConnectionServiceDeath() 1986 responses[i].handleCreateConnectionFailure( in handleConnectionServiceDeath()
|
/packages/inputmethods/LatinIME/dictionaries/ |
D | en_GB_wordlist.combined.gz | 1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ... |
D | en_US_wordlist.combined.gz | 1dictionary=main:en_us,locale=en_US,description=English (US),date ... |
D | en_wordlist.combined.gz | 1dictionary=main:en,locale=en,description=English,date=1414726273, ... |
D | pt_BR_wordlist.combined.gz | 1dictionary=main:pt_br,locale=pt_BR,description=Português (Brasil),date ... |
D | es_wordlist.combined.gz | 1dictionary=main:es,locale=es,description=Español,date=1414726268, ... |