ConfigUtil.LogSource
public static final enum ConfigUtil.LogSource
extends Enum< ConfigUtil.LogSource >
java.lang.Object | ||
↳ | java.lang.Enum< com.android.tradefed.util.statsd.ConfigUtil.LogSource > | |
↳ | com.android.tradefed.util.statsd.ConfigUtil.LogSource |
Zusammenfassung
Enum-Werte | |
---|---|
ConfigUtil.LogSource | AID_BLUETOOTH |
ConfigUtil.LogSource | AID_GRAPHICS |
ConfigUtil.LogSource | AID_INCIDENTD |
ConfigUtil.LogSource | AID_MEDIA |
ConfigUtil.LogSource | AID_RADIO |
ConfigUtil.LogSource | AID_ROOT |
ConfigUtil.LogSource | AID_STATSD |
ConfigUtil.LogSource | AID_SYSTEM
|
Öffentliche Methoden | |
---|---|
static ConfigUtil.LogSource | valueOf (String name) |
static final LogSource[] | values () |
Enum-Werte
AID_BLUETOOTH
public static final ConfigUtil.LogSource AID_BLUETOOTH
AID_GRAPHICS
public static final ConfigUtil.LogSource AID_GRAPHICS
AID_INCIDENTD
public static final ConfigUtil.LogSource AID_INCIDENTD
AID_MEDIA
public static final ConfigUtil.LogSource AID_MEDIA
AID_RADIO
public static final ConfigUtil.LogSource AID_RADIO
AID_ROOT
public static final ConfigUtil.LogSource AID_ROOT
AID_STATSD
public static final ConfigUtil.LogSource AID_STATSD
Öffentliche Methoden
Wert von
public static ConfigUtil.LogSource valueOf (String name)
Parameter | |
---|---|
name | String |
Kehrt zurück | |
---|---|
ConfigUtil.LogSource |
Alle Inhalte und Codebeispiele auf dieser Seite unterliegen den Lizenzen wie im Abschnitt Inhaltslizenz beschrieben. Java und OpenJDK sind Marken oder eingetragene Marken von Oracle und/oder seinen Tochtergesellschaften.
Zuletzt aktualisiert: 2023-06-06 (UTC).
[]
[]