Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/users/
H A DUserFragment.java81 private CheckBox mIsAssociatedKeyFobCheckBox; field in UserFragment
110 mIsAssociatedKeyFobCheckBox = view.findViewById(R.id.is_associated_key_fob); in onViewCreated()
127 mIsAssociatedKeyFobCheckBox.setOnClickListener((v) -> toggleKeyFob()); in onViewCreated()
146 associateKeyFob(mIsAssociatedKeyFobCheckBox.isChecked()); in toggleKeyFob()
274 mIsAssociatedKeyFobCheckBox.setChecked(isAssociatedKeyFob); in updateState()