OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mHosts
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/remoting/android/java/src/org/chromium/chromoting/
Chromoting.java
70
private JSONArray
mHosts
;
249
mHosts
= data.getJSONArray("items");
295
mHosts
= null;
328
if (
mHosts
== null) {
340
while (!
mHosts
.isNull(index)) {
341
displayer.add(
mHosts
.getJSONObject(index));
/frameworks/base/services/java/com/android/server/
AppWidgetServiceImpl.java
193
final ArrayList<Host>
mHosts
= new ArrayList<Host>();
411
N =
mHosts
.size();
415
dumpHost(
mHosts
.get(i), i, pw);
506
final int N =
mHosts
.size();
509
Host host =
mHosts
.get(i);
528
mHosts
.remove(host);
[
all
...]
Completed in 44 milliseconds