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

  /developers/build/prebuilts/gradle/AppRestrictionEnforcer/Application/src/main/java/com/example/android/apprestrictionenforcer/
AppRestrictionEnforcerFragment.java 110 private Switch mSwitchSayHello;
126 mSwitchSayHello = (Switch) view.findViewById(R.id.say_hello);
280 mSwitchSayHello.setOnCheckedChangeListener(null);
281 mSwitchSayHello.setChecked(canSayHello);
282 mSwitchSayHello.setOnCheckedChangeListener(this);
  /developers/samples/android/admin/AppRestrictionEnforcer/Application/src/main/java/com/example/android/apprestrictionenforcer/
AppRestrictionEnforcerFragment.java 110 private Switch mSwitchSayHello;
126 mSwitchSayHello = (Switch) view.findViewById(R.id.say_hello);
280 mSwitchSayHello.setOnCheckedChangeListener(null);
281 mSwitchSayHello.setChecked(canSayHello);
282 mSwitchSayHello.setOnCheckedChangeListener(this);
  /development/samples/browseable/AppRestrictionEnforcer/src/com.example.android.apprestrictionenforcer/
AppRestrictionEnforcerFragment.java 110 private Switch mSwitchSayHello;
126 mSwitchSayHello = (Switch) view.findViewById(R.id.say_hello);
280 mSwitchSayHello.setOnCheckedChangeListener(null);
281 mSwitchSayHello.setChecked(canSayHello);
282 mSwitchSayHello.setOnCheckedChangeListener(this);

Completed in 2126 milliseconds