OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:protocolmap
(Results
1 - 5
of
5
) sorted by null
/packages/apps/Email/src/com/android/email/service/
EmailBroadcastProcessorService.java
159
final Map<String, String>
protocolMap
) {
164
EmailServiceUtils.updateAccountManagerType(this, amAccount,
protocolMap
);
239
protected static void removeNoopUpgrades(final Map<String, String>
protocolMap
) {
240
final Set<String> keySet = new HashSet<String>(
protocolMap
.keySet());
242
if (TextUtils.equals(key,
protocolMap
.get(key))) {
243
protocolMap
.remove(key);
259
final Map<String, String>
protocolMap
= Maps.newHashMapWithExpectedSize(4);
260
protocolMap
.put("imap", getString(R.string.protocol_legacy_imap));
261
protocolMap
.put("pop3", getString(R.string.protocol_pop3));
262
removeNoopUpgrades(
protocolMap
);
[
all
...]
EmailServiceUtils.java
300
android.accounts.Account amAccount, final Map<String, String>
protocolMap
) {
317
final String newProtocol =
protocolMap
.get(hostAuth.mProtocol);
402
final String accountType =
protocolMap
.get(hostAuth.mProtocol + "_type");
/external/chromium/net/http/
http_alternate_protocols.h
43
typedef std::map<HostPortPair, PortProtocolPair>
ProtocolMap
;
71
const
ProtocolMap
& protocol_map() const { return protocol_map_; }
80
ProtocolMap
protocol_map_;
http_alternate_protocols.cc
66
ProtocolMap
::const_iterator it = protocol_map_.find(http_host_port_pair);
/external/chromium/chrome/browser/ui/webui/
net_internals_ui.cc
[
all
...]
Completed in 106 milliseconds