Searched refs:mWipeDataButton (Results 1 – 1 of 1) sorted by relevance
94 private Button mWipeDataButton; field in DevicePolicyFragment157 mWipeDataButton = view.findViewById(R.id.wipe_data); in onViewCreated()158 mWipeDataButton.setOnClickListener((v) -> wipeData()); in onViewCreated()