Home
last modified time | relevance | path

Searched refs:clockfaces (Results 1 – 1 of 1) sorted by relevance

/aosp12/packages/apps/ThemePicker/src/com/android/customization/model/clock/
H A DContentProviderClockProvider.java122 List<Clockface> clockfaces = new ArrayList<>(); in doInBackground() local
138 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() argument
151 super.onPostExecute(clockfaces); in onPostExecute()
152 mCallback.onOptionsLoaded(clockfaces); in onPostExecute()