HomeSort by relevance Sort by last modified time
    Searched refs:mButtonRemoveProfile (Results 1 - 3 of 3) sorted by null

  /developers/build/prebuilts/gradle/BasicManagedProfile/Application/src/main/java/com/example/android/basicmanagedprofile/
BasicManagedProfileFragment.java 72 private Button mButtonRemoveProfile;
140 mButtonRemoveProfile = (Button) view.findViewById(R.id.remove_profile);
141 mButtonRemoveProfile.setOnClickListener(this);
174 mButtonRemoveProfile.setEnabled(false);
  /developers/samples/android/admin/BasicManagedProfile/Application/src/main/java/com/example/android/basicmanagedprofile/
BasicManagedProfileFragment.java 72 private Button mButtonRemoveProfile;
140 mButtonRemoveProfile = (Button) view.findViewById(R.id.remove_profile);
141 mButtonRemoveProfile.setOnClickListener(this);
174 mButtonRemoveProfile.setEnabled(false);
  /development/samples/browseable/BasicManagedProfile/src/com.example.android.basicmanagedprofile/
BasicManagedProfileFragment.java 72 private Button mButtonRemoveProfile;
140 mButtonRemoveProfile = (Button) view.findViewById(R.id.remove_profile);
141 mButtonRemoveProfile.setOnClickListener(this);
174 mButtonRemoveProfile.setEnabled(false);

Completed in 215 milliseconds