OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PAIRING_VARIANT_PASSKEY_CONFIRMATION
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothPairingDialog.java
97
} else if (mType == BluetoothDevice.
PAIRING_VARIANT_PASSKEY_CONFIRMATION
){
164
} else if (mType == BluetoothDevice.
PAIRING_VARIANT_PASSKEY_CONFIRMATION
) {
244
} else if (mType == BluetoothDevice.
PAIRING_VARIANT_PASSKEY_CONFIRMATION
) {
BluetoothPairingRequest.java
56
if (type == BluetoothDevice.
PAIRING_VARIANT_PASSKEY_CONFIRMATION
||
/frameworks/base/core/java/android/bluetooth/
BluetoothDevice.java
321
public static final int
PAIRING_VARIANT_PASSKEY_CONFIRMATION
= 2;
/frameworks/base/core/java/android/server/
BluetoothEventLoop.java
478
BluetoothDevice.
PAIRING_VARIANT_PASSKEY_CONFIRMATION
);
Completed in 473 milliseconds