Home
last modified time | relevance | path

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

/development/apps/DumpViewer/app/src/main/java/com/android/dumpviewer/
DDumpActivity.java73 private static final int CODE_MULTI_PICKER = 1; field in DumpActivity
268 if (requestCode == CODE_MULTI_PICKER) { in onActivityResult()
666 startActivityForResult(i, CODE_MULTI_PICKER); in showMultiPicker()