Home
last modified time | relevance | path

Searched defs:guestId (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DUserSwitcherControllerTest.kt89 private val guestId = 1234 constant in com.android.systemui.statusbar.policy.UserSwitcherControllerTest
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DUserSwitcherController.java448 int guestId = createGuest(); in onUserListItemClicked() local
1103 public ExitGuestDialog(Context context, int guestId, int targetId) { in ExitGuestDialog()