Home
last modified time | relevance | path

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

/packages/apps/Car/Settings/src/com/android/car/settings/profiles/
DProfileGridRecyclerView.java370 holder.mView.setOnClickListener(v -> handleProfileSwitch(profileRecord.mInfo)); in onBindViewHolder()
398 private void handleProfileSwitch(UserInfo userInfo) { in handleProfileSwitch() method in ProfileGridRecyclerView.ProfileAdapter