Sl4aBluetoothUtil.BluetoothPriorityLevel
public static final enum Sl4aBluetoothUtil.BluetoothPriorityLevel
extends Enum< Sl4aBluetoothUtil.BluetoothPriorityLevel >
java.lang.Objek | ||
↳ | java.lang.Enum< com.android.tradefed.util.Sl4aBluetoothUtil.BluetoothPriorityLevel > | |
↳ | com.android.tradefed.util.Sl4aBluetoothUtil.BluetoothPriorityLevel |
Enum untuk tingkat prioritas profil Bluetooth yang didasarkan pada BluetoothProfile.java
Ringkasan
Nilai enum | |
---|---|
Sl4aBluetoothUtil.BluetoothPriorityLevel | PRIORITY_AUTO_CONNECT |
Sl4aBluetoothUtil.BluetoothPriorityLevel | PRIORITY_OFF |
Sl4aBluetoothUtil.BluetoothPriorityLevel | PRIORITY_ON |
Sl4aBluetoothUtil.BluetoothPriorityLevel | PRIORITY_UNDEFINED
|
Metode publik | |
---|---|
int | getPriority () |
static Sl4aBluetoothUtil.BluetoothPriorityLevel | valueOf (String name) |
static final BluetoothPriorityLevel[] | values () |
Nilai enum
PRIORITY_AUTO_CONNECT
public static final Sl4aBluetoothUtil.BluetoothPriorityLevel PRIORITY_AUTO_CONNECT
PRIORITAS_MATI
public static final Sl4aBluetoothUtil.BluetoothPriorityLevel PRIORITY_OFF
PRIORITAS_AKTIF
public static final Sl4aBluetoothUtil.BluetoothPriorityLevel PRIORITY_ON
Metode publik
getPriority
public int getPriority ()
Pengembalian | |
---|---|
int |
Nilai dari
public static Sl4aBluetoothUtil.BluetoothPriorityLevel valueOf (String name)
Parameter | |
---|---|
name | String |
Pengembalian | |
---|---|
Sl4aBluetoothUtil.BluetoothPriorityLevel |
nilai-nilai
public static final BluetoothPriorityLevel[] values ()
Pengembalian | |
---|---|
BluetoothPriorityLevel[] |
Konten dan contoh kode di halaman ini tunduk pada lisensi yang dijelaskan dalam Lisensi Konten. Java dan OpenJDK adalah merek dagang atau merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2023-04-28 UTC.
[]
[]