Home
last modified time | relevance | path

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

/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/admin/
DDevicePolicyFragment.java99 private Button mStopLockTasksButton; field in DevicePolicyFragment
166 mStopLockTasksButton = view.findViewById(R.id.stop_lock_tasks); in onViewCreated()
167 mStopLockTasksButton.setOnClickListener((v) -> stopLockTasks()); in onViewCreated()