OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:newProtocol
(Results
1 - 3
of
3
) sorted by null
/libcore/ojluni/src/main/java/java/net/
URL.java
515
String
newProtocol
= null;
552
newProtocol
= s;
560
protocol =
newProtocol
;
561
if ((context != null) && ((
newProtocol
== null) ||
562
newProtocol
.equalsIgnoreCase(context.protocol))) {
574
newProtocol
= null;
576
if (
newProtocol
== null) {
[
all
...]
/packages/apps/Email/provider_src/com/android/email/service/
EmailServiceUtils.java
346
final String
newProtocol
= protocolMap.get(hostAuth.mProtocol);
347
if (
newProtocol
== null) {
352
LogUtils.w(LogUtils.TAG, "Converting %s to %s", amAccount.name,
newProtocol
);
366
hostValues.put(HostAuthColumns.PROTOCOL,
newProtocol
);
[
all
...]
/prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/
htmlunit-2.14.jar
Completed in 179 milliseconds