OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BOND_BONDED
(Results
1 - 18
of
18
) sorted by null
/packages/apps/Settings/src/com/android/settings/bluetooth/
DevicePickerFragment.java
73
BluetoothDevice.
BOND_BONDED
) || !mNeedAuth) {
83
if (bondState == BluetoothDevice.
BOND_BONDED
) {
BluetoothDeviceFilter.java
87
return device.getBondState() == BluetoothDevice.
BOND_BONDED
;
94
return device.getBondState() != BluetoothDevice.
BOND_BONDED
;
BluetoothDevicePreference.java
68
if (cachedDevice.getBondState() == BluetoothDevice.
BOND_BONDED
) {
129
if (mCachedDevice.getBondState() == BluetoothDevice.
BOND_BONDED
) {
178
} else if (bondState == BluetoothDevice.
BOND_BONDED
) {
259
case BluetoothDevice.
BOND_BONDED
:
CachedBluetoothDevice.java
495
if (bondState == BluetoothDevice.
BOND_BONDED
) {
582
comparison = (another.getBondState() == BluetoothDevice.
BOND_BONDED
? 1 : 0) -
583
(getBondState() == BluetoothDevice.
BOND_BONDED
? 1 : 0);
BluetoothSettings.java
376
if (cachedDevice.getBondState() == BluetoothDevice.
BOND_BONDED
) {
BluetoothPairingDialog.java
73
if (bondState == BluetoothDevice.
BOND_BONDED
||
/frameworks/base/core/java/android/server/
BluetoothBondState.java
126
BluetoothDevice.
BOND_BONDED
);
151
if (state == BluetoothDevice.
BOND_BONDED
) {
460
if (state == BluetoothDevice.
BOND_BONDED
) {
BluetoothInputProfileHandler.java
209
case BluetoothDevice.
BOND_BONDED
:
BluetoothService.java
412
for (String address : mBondState.listInState(BluetoothDevice.
BOND_BONDED
)) {
652
setBondState(address, BluetoothDevice.
BOND_BONDED
);
713
case BluetoothDevice.
BOND_BONDED
:
[
all
...]
BluetoothEventLoop.java
452
// not go to
BOND_BONDED
state until we have received a
455
mBluetoothService.setBondState(address, BluetoothDevice.
BOND_BONDED
);
546
if (mBluetoothService.getBondState(address) != BluetoothDevice.
BOND_BONDED
)
568
if (mBluetoothService.getBondState(address) == BluetoothDevice.
BOND_BONDED
) {
[
all
...]
/development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
DeviceListActivity.java
187
if (device.getBondState() != BluetoothDevice.
BOND_BONDED
) {
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
BluetoothTestUtils.java
195
case BluetoothDevice.
BOND_BONDED
:
802
case BluetoothDevice.
BOND_BONDED
:
813
if (state == BluetoothDevice.
BOND_BONDED
&& (receiver.getFiredFlags() & mask) == mask) {
[
all
...]
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DevicePickerActivity.java
191
if (device.getBondState() != BluetoothDevice.
BOND_BONDED
) {
/frameworks/base/core/java/android/bluetooth/
BluetoothDevice.java
207
* {@link #
BOND_BONDED
}.
216
* {@link #
BOND_BONDED
}.
240
public static final int
BOND_BONDED
= 12;
721
* {@link #
BOND_BONDED
}.
[
all
...]
BluetoothDeviceProfileState.java
199
if (state == BluetoothDevice.
BOND_BONDED
&& mPairingRequestRcvd) {
[
all
...]
/prebuilt/sdk/10/
android.jar
/prebuilt/sdk/14/
android.jar
/prebuilt/sdk/6/
android.jar
Completed in 4155 milliseconds