OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PAIRING_VARIANT_PIN
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothPairingDialog.java
93
if (mType == BluetoothDevice.
PAIRING_VARIANT_PIN
) {
152
if (mType == BluetoothDevice.
PAIRING_VARIANT_PIN
) {
235
if (mType == BluetoothDevice.
PAIRING_VARIANT_PIN
) {
/frameworks/base/core/java/android/bluetooth/
BluetoothDevice.java
315
public static final int
PAIRING_VARIANT_PIN
= 0;
/frameworks/base/core/java/android/server/
BluetoothEventLoop.java
531
intent.putExtra(BluetoothDevice.EXTRA_PAIRING_VARIANT, BluetoothDevice.
PAIRING_VARIANT_PIN
);
Completed in 399 milliseconds