OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PAIRING_VARIANT_DISPLAY_PASSKEY
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothPairingDialog.java
132
case BluetoothDevice.
PAIRING_VARIANT_DISPLAY_PASSKEY
:
140
if (mType == BluetoothDevice.
PAIRING_VARIANT_DISPLAY_PASSKEY
) {
236
case BluetoothDevice.
PAIRING_VARIANT_DISPLAY_PASSKEY
:
286
if (mType == BluetoothDevice.
PAIRING_VARIANT_DISPLAY_PASSKEY
) {
326
case BluetoothDevice.
PAIRING_VARIANT_DISPLAY_PASSKEY
:
BluetoothPairingRequest.java
56
type == BluetoothDevice.
PAIRING_VARIANT_DISPLAY_PASSKEY
||
/frameworks/base/core/java/android/bluetooth/
BluetoothDevice.java
435
public static final int
PAIRING_VARIANT_DISPLAY_PASSKEY
= 4;
[
all
...]
/frameworks/base/core/java/android/server/
BluetoothEventLoop.java
714
BluetoothDevice.
PAIRING_VARIANT_DISPLAY_PASSKEY
);
[
all
...]
Completed in 39 milliseconds