HomeSort by relevance Sort by last modified time
    Searched defs:UserInfo (Results 1 - 2 of 2) sorted by null

  /external/nist-sip/java/gov/nist/javax/sip/address/
UserInfo.java 42 public final class UserInfo extends NetObject {
69 public UserInfo() {
82 UserInfo other = (UserInfo) obj;
  /frameworks/base/core/java/android/content/pm/
UserInfo.java 27 public class UserInfo implements Parcelable {
77 public UserInfo(int id, String name, int flags) {
81 public UserInfo(int id, String name, String iconPath, int flags) {
104 public UserInfo() {
107 public UserInfo(UserInfo orig) {
124 return "UserInfo{" + id + ":" + name + ":" + Integer.toHexString(flags) + "}";
142 public static final Parcelable.Creator<UserInfo> CREATOR
143 = new Parcelable.Creator<UserInfo>() {
144 public UserInfo createFromParcel(Parcel source)
    [all...]

Completed in 207 milliseconds