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 73 private Switch mSwitchSayHello;
85 mSwitchSayHello = (Switch) view.findViewById(R.id.say_hello);
87 mSwitchSayHello.setOnCheckedChangeListener(this);
137 mSwitchSayHello.setVisibility(View.VISIBLE);
138 mSwitchSayHello.setOnCheckedChangeListener(null);
139 mSwitchSayHello.setChecked(canSayHello(activity));
140 mSwitchSayHello.setOnCheckedChangeListener(this);
146 mSwitchSayHello.setVisibility(View.GONE);
153 mSwitchSayHello.setVisibility(View.GONE);
159 mSwitchSayHello.setVisibility(View.GONE)
    [all...]
  /developers/samples/android/admin/AppRestrictionEnforcer/Application/src/main/java/com/example/android/apprestrictionenforcer/
AppRestrictionEnforcerFragment.java 73 private Switch mSwitchSayHello;
85 mSwitchSayHello = (Switch) view.findViewById(R.id.say_hello);
87 mSwitchSayHello.setOnCheckedChangeListener(this);
137 mSwitchSayHello.setVisibility(View.VISIBLE);
138 mSwitchSayHello.setOnCheckedChangeListener(null);
139 mSwitchSayHello.setChecked(canSayHello(activity));
140 mSwitchSayHello.setOnCheckedChangeListener(this);
146 mSwitchSayHello.setVisibility(View.GONE);
153 mSwitchSayHello.setVisibility(View.GONE);
159 mSwitchSayHello.setVisibility(View.GONE)
    [all...]
  /development/samples/browseable/AppRestrictionEnforcer/src/com.example.android.apprestrictionenforcer/
AppRestrictionEnforcerFragment.java 73 private Switch mSwitchSayHello;
85 mSwitchSayHello = (Switch) view.findViewById(R.id.say_hello);
87 mSwitchSayHello.setOnCheckedChangeListener(this);
137 mSwitchSayHello.setVisibility(View.VISIBLE);
138 mSwitchSayHello.setOnCheckedChangeListener(null);
139 mSwitchSayHello.setChecked(canSayHello(activity));
140 mSwitchSayHello.setOnCheckedChangeListener(this);
146 mSwitchSayHello.setVisibility(View.GONE);
153 mSwitchSayHello.setVisibility(View.GONE);
159 mSwitchSayHello.setVisibility(View.GONE)
    [all...]

Completed in 36 milliseconds