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