Home
last modified time | relevance | path

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

/development/samples/browseable/BasicManagedProfile/src/com.example.android.basicmanagedprofile/
DBasicManagedProfileFragment.java72 private Button mButtonRemoveProfile; field in BasicManagedProfileFragment
140 mButtonRemoveProfile = (Button) view.findViewById(R.id.remove_profile); in onViewCreated()
141 mButtonRemoveProfile.setOnClickListener(this); in onViewCreated()
174 mButtonRemoveProfile.setEnabled(false); in onClick()