OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PAIRING_VARIANT_DISPLAY_PIN
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothPairingDialog.java
133
case BluetoothDevice.
PAIRING_VARIANT_DISPLAY_PIN
:
237
case BluetoothDevice.
PAIRING_VARIANT_DISPLAY_PIN
:
288
} else if (mType == BluetoothDevice.
PAIRING_VARIANT_DISPLAY_PIN
) {
327
case BluetoothDevice.
PAIRING_VARIANT_DISPLAY_PIN
:
BluetoothPairingRequest.java
57
type == BluetoothDevice.
PAIRING_VARIANT_DISPLAY_PIN
) {
/frameworks/base/core/java/android/bluetooth/
BluetoothDevice.java
447
public static final int
PAIRING_VARIANT_DISPLAY_PIN
= 5;
[
all
...]
/frameworks/base/core/java/android/server/
BluetoothEventLoop.java
727
BluetoothDevice.
PAIRING_VARIANT_DISPLAY_PIN
);
[
all
...]
Completed in 53 milliseconds