Informações do usuário
public
final
class
UserInfo
extends Object
java.lang.Object | |
↳ | com.android.tradefed.device.UserInfo |
Semelhante à classe UserInfo da plataforma.
Ele é semelhante a android.content.pm.UserInfo.
Armazena dados e lógica básica em torno das 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 esta instância é do tipo especificado. |
int
|
userId()
|
String
|
userName()
|
Constantes
FLAGS_NÃO_SECUNDÁRIO
public static final int FLAGS_NOT_SECONDARY
Valor constante: 45,00 (0x0000002d)
FLAG_EPHEMERAL
public static final int FLAG_EPHEMERAL
Valor constante: 256 (0x00000100)
FLAG_FOR_TESTE
public static final int FLAG_FOR_TESTING
Valor constante: 32.768 (0x00008000)
FLAG_GUEST
public static final int FLAG_GUEST
Valor constante: 4 (0x00000004)
FLAG_PRINCIPAL
public static final int FLAG_MAIN
Valor constante: 16.384 (0x00004000)
PERFIL_GERENCIADO_NA_FLAG
public static final int FLAG_MANAGED_PROFILE
Valor constante: 32 (0x00000020)
SINAL_PRINCIPAL
public static final int FLAG_PRIMARY
Valor constante: 1 (0x00000001)
PERFIL_FLAG
public static final int FLAG_PROFILE
Valor constante: 4.096 (0x00001000)
FLAG_RESTRITA
public static final int FLAG_RESTRICTED
Valor constante: 8 (0x00000008)
SISTEMA DE USUÁRIOS
public static final int USER_SYSTEM
Valor da constante: 0 (0x00000000)
Campos
TIPO_DE_CLONE_PERFIL
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
Informações do usuário
public UserInfo (int userId, String userName, int flag, boolean isRunning)
Parâmetros | |
---|---|
userId |
int |
userName |
String |
flag |
int |
isRunning |
boolean |
Informações do usuário
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 |
Perfil isClone
public boolean isCloneProfile ()
Retorna | |
---|---|
boolean |
perfil_isCommunal
public boolean isCommunalProfile ()
Retorna | |
---|---|
boolean |
isefêmero
public boolean isEphemeral ()
Retorna | |
---|---|
boolean |
isFlagForTesting
public boolean isFlagForTesting ()
Retorna | |
---|---|
boolean |
Convidado
public boolean isGuest ()
Retorna | |
---|---|
boolean |
isMain
public boolean isMain ()
Retorna | |
---|---|
boolean |
Perfil gerenciado
public boolean isManagedProfile ()
Retorna | |
---|---|
boolean |
isPrimary
public boolean isPrimary ()
Retorna | |
---|---|
boolean |
PerfilEPrivado
public boolean isPrivateProfile ()
Retorna | |
---|---|
boolean |
está em execução
public boolean isRunning ()
Retorna | |
---|---|
boolean |
éSecundário
public boolean isSecondary ()
Retorna | |
---|---|
boolean |
isSystem
public boolean isSystem ()
Retorna | |
---|---|
boolean |
Tipo de usuário
public boolean isUserType (UserInfo.UserType userType, int currentUserId)
Retorna se esta instância é do tipo especificado.
Parâmetros | |
---|---|
userType |
UserInfo.UserType |
currentUserId |
int |
Retorna | |
---|---|
boolean |
ID do usuário
public int userId ()
Retorna | |
---|---|
int |
Nome de usuário
public String userName ()
Retorna | |
---|---|
String |