Home
last modified time | relevance | path

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

/development/samples/browseable/AppRestrictionEnforcer/src/com.example.android.apprestrictionenforcer/
DAppRestrictionEnforcerFragment.java110 private Switch mSwitchSayHello; field in AppRestrictionEnforcerFragment
126 mSwitchSayHello = (Switch) view.findViewById(R.id.say_hello); in onViewCreated()
280 mSwitchSayHello.setOnCheckedChangeListener(null); in updateCanSayHello()
281 mSwitchSayHello.setChecked(canSayHello); in updateCanSayHello()
282 mSwitchSayHello.setOnCheckedChangeListener(this); in updateCanSayHello()