OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cnlist
(Results
1 - 2
of
2
) sorted by null
/external/apache-http/src/org/apache/http/conn/ssl/
AbstractVerifier.java
205
LinkedList<String>
cnList
= new LinkedList<String>();
234
cnList
.add(tok.substring(x + 3));
237
if(!
cnList
.isEmpty()) {
238
String[] cns = new String[
cnList
.size()];
239
cnList
.toArray(cns);
/packages/apps/Phone/src/com/android/phone/
PhoneUtils.java
167
for (Iterator<Connection>
cnlist
= sConnectionMuteTable.keySet().iterator();
168
cnlist
.hasNext();) {
169
cn =
cnlist
.next();
172
cnlist
.remove();
[
all
...]
Completed in 1539 milliseconds