Home
last modified time | relevance | path

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

/development/samples/browseable/AppShortcuts/src/com.example.android.appshortcuts/
DMain.java147 private static final List<ShortcutInfo> EMPTY_LIST = new ArrayList<>(); field in Main
173 private List<ShortcutInfo> mList = EMPTY_LIST;
/development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
DCandidateView.java53 private static final List<String> EMPTY_LIST = new ArrayList<String>(); field in CandidateView
255 mSuggestions = EMPTY_LIST; in clear()
/development/samples/ShortcutSample/src/com/example/android/shortcutsample/
DMain.java208 private static final List<ShortcutInfo> EMPTY_LIST = new ArrayList<>(); field in Main
239 private List<ShortcutInfo> mList = EMPTY_LIST;
/development/samples/AutofillKeyboard/src/com/example/android/autofillkeyboard/
DAutofillImeService.java349 getMainExecutor().execute(() -> updateInlineSuggestionStrip(Collections.EMPTY_LIST)); in inflateThenShowSuggestions()