UserInfo

public final class UserInfo
extends Object

java.lang.Object
com.android.tradefed.device.UserInfo


คล้ายกับคลาส UserInfo จากแพลตฟอร์ม

โดยมีวัตถุประสงค์ที่คล้ายกับ android.content.pm.UserInfo

จัดเก็บข้อมูลและตรรกะพื้นฐานเกี่ยวกับข้อมูลสำหรับผู้ใช้ 1 ราย

สรุป

ค่าคงที่

int FLAGS_NOT_SECONDARY

int FLAG_EPHEMERAL

int FLAG_FOR_TESTING

int FLAG_GUEST

int FLAG_MAIN

int FLAG_MANAGED_PROFILE

int FLAG_PRIMARY

int FLAG_PROFILE

int FLAG_RESTRICTED

int USER_SYSTEM

ช่อง

public static final String CLONE_PROFILE_TYPE

public static final String COMMUNAL_PROFILE_TYPE

public static final String PRIVATE_PROFILE_TYPE

ช่างก่อสร้างสาธารณะ

UserInfo(int userId, String userName, int flag, boolean isRunning)
UserInfo(int userId, String userName, int flag, boolean isRunning, String userType)

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

int flag()
boolean isCloneProfile()
boolean isCommunalProfile()
boolean isEphemeral()
boolean isFlagForTesting()
boolean isGuest()
boolean isMain()
boolean isManagedProfile()
boolean isPrimary()
boolean isPrivateProfile()
boolean isRunning()
boolean isSecondary()
boolean isSystem()
boolean isUserType(UserInfo.UserType userType, int currentUserId)

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

int userId()
String userName()

ค่าคงที่

FLAGS_NOT_SECONDARY

public static final int FLAGS_NOT_SECONDARY

มูลค่าคงที่: 45 ปี (0x0000002d)

FLAG_EPHEMERAL

public static final int FLAG_EPHEMERAL

มูลค่าคงที่: 256 คน (0x00000100)

FLAG_FOR_TESTING

public static final int FLAG_FOR_TESTING

มูลค่าคงที่: 32768 (0x00008000)

ผู้เข้าร่วม FLAG_UEST

public static final int FLAG_GUEST

มูลค่าคงที่: 4 (0x00000004)

ธงหลัก

public static final int FLAG_MAIN

มูลค่าคงที่: 16,384 (0x00004000)

FLAG_MANAGED_PROFILE

public static final int FLAG_MANAGED_PROFILE

มูลค่าคงที่: 32 ปี (0x00000020)

FLAG_PRIMARY

public static final int FLAG_PRIMARY

มูลค่าคงที่: 1 ครั้ง (0x00000001)

โปรไฟล์ FLAG

public static final int FLAG_PROFILE

มูลค่าคงที่: 4096 (0x00001000)

ถูกจำกัด

public static final int FLAG_RESTRICTED

มูลค่าคงที่: 8 คน (0x00000008)

ระบบผู้ใช้

public static final int USER_SYSTEM

มูลค่าคงที่: 0 ครั้ง (0x00000000)

ช่อง

CLONE_PROFILE_TYPE [CLONE_PROFILE_TYPE]

public static final String CLONE_PROFILE_TYPE

ประเภทโปรไฟล์ชุมชน

public static final String COMMUNAL_PROFILE_TYPE

PRIVATE_PROFILE_TYPE

public static final String PRIVATE_PROFILE_TYPE

ช่างก่อสร้างสาธารณะ

UserInfo

public UserInfo (int userId, 
                String userName, 
                int flag, 
                boolean isRunning)

พารามิเตอร์
userId int

userName String

flag int

isRunning boolean

UserInfo

public UserInfo (int userId, 
                String userName, 
                int flag, 
                boolean isRunning, 
                String userType)

พารามิเตอร์
userId int

userName String

flag int

isRunning boolean

userType String

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

Flag

public int flag ()

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

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

public boolean isCloneProfile ()

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

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

public boolean isCommunalProfile ()

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

ชั่วคราว

public boolean isEphemeral ()

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

isFlagForTesting

public boolean isFlagForTesting ()

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

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

public boolean isGuest ()

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

เป็น

public boolean isMain ()

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

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

public boolean isManagedProfile ()

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

คือหลัก

public boolean isPrimary ()

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

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

public boolean isPrivateProfile ()

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

กำลังทำงาน

public boolean isRunning ()

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

รอง

public boolean isSecondary ()

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

ระบบ

public boolean isSystem ()

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

ประเภทผู้ใช้

public boolean isUserType (UserInfo.UserType userType, 
                int currentUserId)

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

พารามิเตอร์
userType UserInfo.UserType

currentUserId int

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

รหัสผู้ใช้

public int userId ()

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

ชื่อผู้ใช้

public String userName ()

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