Home
last modified time | relevance | path

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

/development/samples/browseable/AppRestrictionSchema/src/com.example.android.apprestrictionschema/
DAppRestrictionSchemaFragment.java65 private Button mButtonSayHello; field in AppRestrictionSchemaFragment
80 mButtonSayHello = (Button) view.findViewById(R.id.say_hello); in onViewCreated()
85 mButtonSayHello.setOnClickListener(this); in onViewCreated()
134 mButtonSayHello.setEnabled(canSayHello); in updateCanSayHello()