Home
last modified time | relevance | path

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

/cts/apps/NotesApp/src/com.android.cts.notesapp/
DNotesAppActivity.java51 Button fireIntentActionButton = findViewById(R.id.fire_intent_action); in onCreate() local
52 fireIntentActionButton.setOnClickListener(unused -> { in onCreate()