Searched refs:guest (Results 1 – 6 of 6) sorted by relevance
1303 UserInfo guest = null; in createGuest() local1305 guest = mService.createUser(name, UserInfo.FLAG_GUEST); in createGuest()1306 if (guest != null) { in createGuest()1308 Settings.Secure.SKIP_FIRST_USE_HINTS, "1", guest.id); in createGuest()1313 return guest; in createGuest()
304 public void registerGuestService(ManagedServiceInfo guest) { in registerGuestService() argument305 checkNotNull(guest.service); in registerGuestService()306 if (!checkType(guest.service)) { in registerGuestService()309 if (registerServiceImpl(guest) != null) { in registerGuestService()310 onServiceAdded(guest); in registerGuestService()
346 UserInfo guest = mUserManager.createGuest( in switchTo() local348 if (guest == null) { in switchTo()353 id = guest.id; in switchTo()
146 event attendee (guest) information. Each row represents a single guest of an147 event. It specifies the type of guest and the guest's attendance response640 represents a single attendee or guest of an event. Calling
197 <li>The {@link android.provider.CalendarContract.Attendees} table holds the event attendee or guest198 information. Each row represents a single guest of an event. It specifies the type of guest the
208 family, guest users, kiosks, point-of-sale devices, and more. </p>