Searched defs:guestId (Results 1 – 2 of 2) sorted by relevance
89 private val guestId = 1234 constant in com.android.systemui.statusbar.policy.UserSwitcherControllerTest
448 int guestId = createGuest(); in onUserListItemClicked() local1103 public ExitGuestDialog(Context context, int guestId, int targetId) { in ExitGuestDialog()