Searched defs:mHosts (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/java/com/android/server/
H A DAppWidgetServiceImpl.java193 final ArrayList<Host> mHosts = new ArrayList<Host>(); field in class:AppWidgetServiceImpl
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);
1295 final int N = mHosts.size();
1297 Host h = mHosts.get(i);
1306 final int N = mHosts.size();
1308 Host h = mHosts
[all...]

Completed in 41 milliseconds