Home
last modified time | relevance | path

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

/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/admin/
DDevicePolicyFragment.java90 private Button mStartUserInBackgroundButton; field in DevicePolicyFragment
136 mStartUserInBackgroundButton = view.findViewById(R.id.start_user_in_background); in onViewCreated()
146 mStartUserInBackgroundButton.setOnClickListener((v) -> startUserInBackground()); in onViewCreated()