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

/frameworks/base/services/appwidget/java/com/android/server/appwidget/
H A DAppWidgetServiceImpl.java166 private final ArrayList<Host> mHosts = new ArrayList<>(); field in class:AppWidgetServiceImpl
392 final int N = mHosts.size();
394 Host host = mHosts.get(i);
464 N = mHosts.size();
468 dumpHost(mHosts.get(i), i, pw);
1051 final int N = mHosts.size();
1053 Host host = mHosts.get(i);
1385 mHosts.add(host);
1396 mHosts.remove(host);
1681 final int N = mHosts
[all...]

Completed in 423 milliseconds