OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BOND_BONDING
(Results
1 - 10
of
10
) sorted by null
/frameworks/base/core/java/android/server/
BluetoothBondState.java
145
if (oldState == BluetoothDevice.
BOND_BONDING
) {
158
} else if (state == BluetoothDevice.
BOND_BONDING
) {
BluetoothEventLoop.java
87
String[] devices = mBluetoothService.listInState(BluetoothDevice.
BOND_BONDING
);
547
mBluetoothService.setBondState(address, BluetoothDevice.
BOND_BONDING
);
[
all
...]
BluetoothService.java
401
for (String address : mBondState.listInState(BluetoothDevice.
BOND_BONDING
)) {
705
case BluetoothDevice.
BOND_BONDING
:
[
all
...]
/packages/apps/Settings/src/com/android/settings/bluetooth/
CachedBluetoothDevice.java
290
if (state == BluetoothDevice.
BOND_BONDING
) {
422
return getBondState() == BluetoothDevice.
BOND_BONDING
;
BluetoothDevicePreference.java
256
case BluetoothDevice.
BOND_BONDING
:
/frameworks/base/core/java/android/bluetooth/
BluetoothDevice.java
200
* {@link #
BOND_BONDING
},
209
* {@link #
BOND_BONDING
},
223
public static final int
BOND_BONDING
= 11;
716
* {@link #
BOND_BONDING
},
[
all
...]
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
BluetoothTestUtils.java
192
case BluetoothDevice.
BOND_BONDING
:
799
case BluetoothDevice.
BOND_BONDING
:
[
all
...]
/prebuilt/sdk/10/
android.jar
/prebuilt/sdk/14/
android.jar
/prebuilt/sdk/6/
android.jar
Completed in 78 milliseconds