Searched refs:EXTRA_LOCAL_ROLE (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothPan.java58 * <li> {@link #EXTRA_LOCAL_ROLE} - Which local role the remote device is
66 * <p> {@link #EXTRA_LOCAL_ROLE} can be one of {@link #LOCAL_NAP_ROLE} or
80 public static final String EXTRA_LOCAL_ROLE = "android.bluetooth.pan.extra.LOCAL_ROLE"; field in class:BluetoothPan
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DLocalBluetoothProfileManager.java327 int role = intent.getIntExtra(BluetoothPan.EXTRA_LOCAL_ROLE, 0);
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
H A DBluetoothTestUtils.java279 if (mRole != intent.getIntExtra(BluetoothPan.EXTRA_LOCAL_ROLE, -1)) {

Completed in 415 milliseconds