UserInfo.UserType

public static final enum UserInfo.UserType
extends Enum<UserInfo.UserType>

java.lang.Object
java.lang.Enum<com.android.tradefed.device.UserInfo.UserType>
  com.android.tradefed.device.UserInfo.UserType


ตัวแปรที่รองรับประเภทของผู้ใช้ใน API ภายนอก

สรุป

ค่า enum

UserInfo.UserType  CLONE_PROFILE

โคลนผู้ใช้โปรไฟล์

UserInfo.UserType  COMMUNAL_PROFILE

ผู้ใช้โปรไฟล์ส่วนกลาง

UserInfo.UserType  CURRENT

ผู้ใช้เบื้องหน้าคนปัจจุบันของอุปกรณ์

UserInfo.UserType  GUEST

ผู้ใช้ชั่วคราว 

UserInfo.UserType  MAIN

แจ้งว่าผู้ใช้เป็นผู้ใช้หลักในอุปกรณ์แล้ว ใน ผู้ใช้หลักที่ไม่ใช่ hsum = ผู้ใช้ระบบ = ผู้ใช้ 0 เมื่อ hsum ผู้ใช้หลัก = ผู้ใช้ที่เป็นมนุษย์ครั้งแรก 

UserInfo.UserType  MANAGED_PROFILE

ผู้ใช้โปรไฟล์ที่มีการจัดการ เช่น โปรไฟล์งาน 

UserInfo.UserType  PRIMARY

มีการแจ้งว่าผู้ใช้เป็นผู้ใช้หลักในอุปกรณ์ ผู้ใช้หลักบ่อยที่สุด = ผู้ใช้ระบบ = ผู้ใช้ 0

UserInfo.UserType  PRIVATE_PROFILE

ผู้ใช้โปรไฟล์ส่วนตัว

UserInfo.UserType  SECONDARY

ผู้ใช้รอง กล่าวคือ

UserInfo.UserType  SYSTEM

ผู้ใช้ระบบ = ผู้ใช้ 0

วิธีการสาธารณะ

boolean isCloneProfile()
boolean isCurrent()
boolean isGuest()
boolean isMain()
boolean isManagedProfile()
boolean isPrimary()
boolean isPrivateProfile()
boolean isProfile()

แสดงผลว่าอินสแตนซ์นี้เป็นประเภทโปรไฟล์หรือไม่

boolean isSecondary()
boolean isSystem()
static UserInfo.UserType valueOf(String name)
static final UserType[] values()

ค่า enum

โปรไฟล์ CLONE

public static final UserInfo.UserType CLONE_PROFILE

โคลนผู้ใช้โปรไฟล์

โปรไฟล์ชุมชน

public static final UserInfo.UserType COMMUNAL_PROFILE

ผู้ใช้โปรไฟล์ส่วนกลาง

ปัจจุบัน

public static final UserInfo.UserType CURRENT

ผู้ใช้เบื้องหน้าคนปัจจุบันของอุปกรณ์

แขก

public static final UserInfo.UserType GUEST

ผู้ใช้ชั่วคราว จะปรากฏได้เพียงครั้งละ 1 รายการเท่านั้น ใช้ได้ชั่วคราวและมีข้อจำกัดเพิ่มเติม

หลัก

public static final UserInfo.UserType MAIN

แจ้งว่าผู้ใช้เป็นผู้ใช้หลักในอุปกรณ์แล้ว ใน ผู้ใช้หลักที่ไม่ใช่ hsum = ผู้ใช้ระบบ = ผู้ใช้ 0 เมื่อ hsum ผู้ใช้หลัก = ผู้ใช้ที่เป็นมนุษย์ครั้งแรก

จัดการโปรไฟล์

public static final UserInfo.UserType MANAGED_PROFILE

ผู้ใช้โปรไฟล์ที่มีการจัดการ เช่น โปรไฟล์งาน

หลัก

public static final UserInfo.UserType PRIMARY

มีการแจ้งว่าผู้ใช้เป็นผู้ใช้หลักในอุปกรณ์ ผู้ใช้หลักบ่อยที่สุด = ผู้ใช้ระบบ = ผู้ใช้ 0

โปรไฟล์ส่วนตัว

public static final UserInfo.UserType PRIVATE_PROFILE

ผู้ใช้โปรไฟล์ส่วนตัว

รอง

public static final UserInfo.UserType SECONDARY

ผู้ใช้รอง กล่าวคือ ไม่ใช่ผู้ใช้หลักและไม่ใช่ระบบ

ระบบ

public static final UserInfo.UserType SYSTEM

ผู้ใช้ระบบ = ผู้ใช้ 0

วิธีการสาธารณะ

โปรไฟล์การถอดรหัส

public boolean isCloneProfile ()

คิกรีเทิร์น
boolean

เป็นปัจจุบัน

public boolean isCurrent ()

คิกรีเทิร์น
boolean

เป็นผู้มาเยือน

public boolean isGuest ()

คิกรีเทิร์น
boolean

เป็น

public boolean isMain ()

คิกรีเทิร์น
boolean

โปรไฟล์ที่มีการจัดการ

public boolean isManagedProfile ()

คิกรีเทิร์น
boolean

คือหลัก

public boolean isPrimary ()

คิกรีเทิร์น
boolean

โปรไฟล์ส่วนตัว

public boolean isPrivateProfile ()

คิกรีเทิร์น
boolean

โปรไฟล์

public boolean isProfile ()

แสดงผลว่าอินสแตนซ์นี้เป็นประเภทโปรไฟล์หรือไม่

คิกรีเทิร์น
boolean

รอง

public boolean isSecondary ()

คิกรีเทิร์น
boolean

ระบบ

public boolean isSystem ()

คิกรีเทิร์น
boolean

ค่าของ

public static UserInfo.UserType valueOf (String name)

พารามิเตอร์
name String

คิกรีเทิร์น
UserInfo.UserType

ค่า

public static final UserType[] values ()

คิกรีเทิร์น
UserType[]