Home
last modified time | relevance | path

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

/development/samples/IntentPlayground/src/com/example/android/intentplayground/
DIntentFragment.java38 private TextView mActionTextView, mUriTextView, mTypeTextView, mPackageTextView; field in IntentFragment
48 mActionTextView = layout.findViewById(R.id.intentAction); in onCreateView()
70 mActionTextView.setText(action); in onResume()