Searched refs:guest (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/java/android/os/ |
D | UserManager.java | 743 UserInfo guest = createUser(name, UserInfo.FLAG_GUEST); in createGuest() local 744 if (guest != null) { in createGuest() 746 Settings.Secure.SKIP_FIRST_USE_HINTS, "1", guest.id); in createGuest() 751 mService.setUserRestrictions(guestRestrictions, guest.id); in createGuest() 756 return guest; in createGuest()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | UserSwitcherController.java | 231 UserInfo guest = mUserManager.createGuest( in switchTo() local 233 if (guest == null) { in switchTo() 238 id = guest.id; in switchTo()
|
/frameworks/base/docs/html/guide/topics/providers/ |
D | calendar-provider.jd | 146 event attendee (guest) information. Each row represents a single guest of an 147 event. It specifies the type of guest and the guest's attendance response 640 represents a single attendee or guest of an event. Calling
|
/frameworks/base/docs/html/tools/devices/ |
D | emulator.jd | 899 to a specified guest port on the router, while the router directs traffic 902 <p>To set up the network redirection, you create a mapping of host and guest 925 <pre><code>add <protocol>:<host-port>:<guest-port></code> 929 and <code><host-port></code> and <code><guest-port></code> sets the 1121 <td><code>add <protocol>:<host-port>:<guest-port></code></td> 1125 <li><guest-port> is the port number to route data to on the emulator/device</li>
|
/frameworks/base/docs/html/about/versions/ |
D | android-4.0.jd | 197 <li>The {@link android.provider.CalendarContract.Attendees} table holds the event attendee or guest 198 information. Each row represents a single guest of an event. It specifies the type of guest the
|
D | jelly-bean.jd | 208 family, guest users, kiosks, point-of-sale devices, and more. </p>
|