Home
last modified time | relevance | path

Searched defs:EMPTY_LIST (Results 1 – 3 of 3) 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
/development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
DCandidateView.java53 private static final List<String> EMPTY_LIST = new ArrayList<String>(); field in CandidateView
/development/samples/ShortcutSample/src/com/example/android/shortcutsample/
DMain.java208 private static final List<ShortcutInfo> EMPTY_LIST = new ArrayList<>(); field in Main