Searched refs:mStopLockTasksButton (Results 1 – 1 of 1) sorted by relevance
98 private Button mStopLockTasksButton; field in DevicePolicyFragment153 mStopLockTasksButton = view.findViewById(R.id.stop_lock_tasks); in onViewCreated()154 mStopLockTasksButton.setOnClickListener((v) -> stopLockTasks()); in onViewCreated()