Home
last modified time | relevance | path

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

/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/admin/
DDevicePolicyFragment.java97 private Button mCheckLockTasksButton; field in DevicePolicyFragment
160 mCheckLockTasksButton = view.findViewById(R.id.check_lock_tasks); in onViewCreated()
161 mCheckLockTasksButton.setOnClickListener((v) -> checkLockTasks()); in onViewCreated()