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

/frameworks/base/services/java/com/android/server/
H A DAppWidgetServiceImpl.java187 ArrayList<Host> mHosts = new ArrayList<Host>(); field in class:AppWidgetServiceImpl
404 N = mHosts.size();
408 dumpHost(mHosts.get(i), i, pw);
484 final int N = mHosts.size();
487 Host host = mHosts.get(i);
506 mHosts.remove(host);
1219 final int N = mHosts.size();
1221 Host h = mHosts.get(i);
1230 final int N = mHosts.size();
1232 Host h = mHosts
[all...]

Completed in 47 milliseconds