UserInfo

public final class UserInfo
extends Object

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


Semelhante à classe UserInfo da plataforma.

O objetivo é ser semelhante a android.content.pm.UserInfo.

Armazena dados e lógica básica sobre as informações de um usuário.

Resumo

Constantes

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

Campos

public static final String CLONE_PROFILE_TYPE

public static final String COMMUNAL_PROFILE_TYPE

public static final String PRIVATE_PROFILE_TYPE

Construtores públicos

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

Métodos públicos

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)

Retorna se a instância é do tipo especificado.

int userId()
String userName()

Constantes

FLAGS_NOT_SECONDARY

public static final int FLAGS_NOT_SECONDARY

Valor da constante: 45 (0x0000002d)

FLAG_EPHEMERAL

public static final int FLAG_EPHEMERAL

Valor da constante: 256 (0x00000100)

FLAG_FOR_TESTING

public static final int FLAG_FOR_TESTING

Valor da constante: 32768 (0x00008000)

FLAG_GUEST

public static final int FLAG_GUEST

Valor da constante: 4 (0x00000004)

FLAG_MAIN

public static final int FLAG_MAIN

Valor da constante: 16384 (0x00004000)

FLAG_MANAGED_PROFILE

public static final int FLAG_MANAGED_PROFILE

Valor da constante: 32 (0x00000020)

FLAG_PRIMARY

public static final int FLAG_PRIMARY

Valor da constante: 1 (0x00000001)

FLAG_PROFILE

public static final int FLAG_PROFILE

Valor da constante: 4096 (0x00001000)

FLAG_RESTRICTED

public static final int FLAG_RESTRICTED

Valor da constante: 8 (0x00000008)

USER_SYSTEM

public static final int USER_SYSTEM

Valor da constante: 0 (0x00000000)

Campos

CLONE_PROFILE_TYPE

public static final String CLONE_PROFILE_TYPE

COMMUNAL_PROFILE_TYPE

public static final String COMMUNAL_PROFILE_TYPE

PRIVATE_PROFILE_TYPE

public static final String PRIVATE_PROFILE_TYPE

Construtores públicos

UserInfo

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

Parâmetros
userId int

userName String

flag int

isRunning boolean

UserInfo

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

Parâmetros
userId int

userName String

flag int

isRunning boolean

userType String

Métodos públicos

flag

public int flag ()

Retorna
int

isCloneProfile

public boolean isCloneProfile ()

Retorna
boolean

isCommunalProfile

public boolean isCommunalProfile ()

Retorna
boolean

isEphemeral

public boolean isEphemeral ()

Retorna
boolean

isFlagForTesting

public boolean isFlagForTesting ()

Retorna
boolean

isGuest

public boolean isGuest ()

Retorna
boolean

isMain

public boolean isMain ()

Retorna
boolean

isManagedProfile

public boolean isManagedProfile ()

Retorna
boolean

isPrimary

public boolean isPrimary ()

Retorna
boolean

isPrivateProfile

public boolean isPrivateProfile ()

Retorna
boolean

isRunning

public boolean isRunning ()

Retorna
boolean

isSecondary

public boolean isSecondary ()

Retorna
boolean

isSystem

public boolean isSystem ()

Retorna
boolean

isUserType

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

Retorna se a instância é do tipo especificado.

Parâmetros
userType UserInfo.UserType

currentUserId int

Retorna
boolean

userId

public int userId ()

Retorna
int

userName

public String userName ()

Retorna
String