Home
last modified time | relevance | path

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

/development/samples/NotePad/src/com/example/android/notepad/
DNotesList.java196 Intent[] specifics = new Intent[1]; in onPrepareOptionsMenu() local
199 specifics[0] = new Intent(Intent.ACTION_EDIT, uri); in onPrepareOptionsMenu()
221 specifics, // These specific options must appear first. in onPrepareOptionsMenu()