Home
last modified time | relevance | path

Searched refs:mTypeTextView (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
50 mTypeTextView = layout.findViewById(R.id.intentType); in onCreateView()
72 mTypeTextView.setText(intentType); in onResume()