Searched refs:clockfaces (Results 1 – 1 of 1) sorted by relevance
122 List<Clockface> clockfaces = new ArrayList<>(); in doInBackground() local138 clockfaces.add(builder.build()); in doInBackground()142 clockfaces = null; in doInBackground()146 return clockfaces; in doInBackground()150 protected void onPostExecute(List<Clockface> clockfaces) { in onPostExecute() argument151 super.onPostExecute(clockfaces); in onPostExecute()152 mCallback.onOptionsLoaded(clockfaces); in onPostExecute()