Home
last modified time | relevance | path

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

/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/admin/
DDevicePolicyFragment.java98 private Button mStartLockTasksButton; field in DevicePolicyFragment
163 mStartLockTasksButton = view.findViewById(R.id.start_lock_tasks); in onViewCreated()
164 mStartLockTasksButton.setOnClickListener((v) -> startLockTask()); in onViewCreated()