HomeSort by relevance Sort by last modified time
    Searched full:mhosts (Results 1 - 1 of 1) sorted by null

  /frameworks/base/services/java/com/android/server/
AppWidgetService.java 117 ArrayList<Host> mHosts = new ArrayList<Host>();
208 N = mHosts.size();
212 Host host = mHosts.get(i);
268 final int N = mHosts.size();
271 Host host = mHosts.get(i);
290 mHosts.remove(host);
540 final int N = mHosts.size();
542 Host h = mHosts.get(i);
551 final int N = mHosts.size();
553 Host h = mHosts.get(i)
    [all...]

Completed in 180 milliseconds