OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BOND_BONDED
(Results
1 - 23
of
23
) sorted by null
/packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothDeviceFilter.java
87
return device.getBondState() == BluetoothDevice.
BOND_BONDED
;
94
return device.getBondState() != BluetoothDevice.
BOND_BONDED
;
DevicePickerFragment.java
83
BluetoothDevice.
BOND_BONDED
) || !mNeedAuth) {
93
if (bondState == BluetoothDevice.
BOND_BONDED
) {
BluetoothDevicePreference.java
68
if (cachedDevice.getBondState() == BluetoothDevice.
BOND_BONDED
) {
132
if (mCachedDevice.getBondState() == BluetoothDevice.
BOND_BONDED
) {
181
} else if (bondState == BluetoothDevice.
BOND_BONDED
) {
262
case BluetoothDevice.
BOND_BONDED
:
CachedBluetoothDeviceManager.java
144
if (cachedDevice.getBondState() != BluetoothDevice.
BOND_BONDED
) {
CachedBluetoothDevice.java
552
if (bondState == BluetoothDevice.
BOND_BONDED
) {
639
comparison = (another.getBondState() == BluetoothDevice.
BOND_BONDED
? 1 : 0) -
640
(getBondState() == BluetoothDevice.
BOND_BONDED
? 1 : 0);
BluetoothSettings.java
390
if (cachedDevice.getBondState() == BluetoothDevice.
BOND_BONDED
) {
BluetoothPairingDialog.java
75
if (bondState == BluetoothDevice.
BOND_BONDED
||
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
BondStateMachine.java
192
else if (newState == BluetoothDevice.
BOND_BONDED
)
224
if (dev.getBondState() == BluetoothDevice.
BOND_BONDED
) {
291
msg.arg1 = BluetoothDevice.
BOND_BONDED
;
AdapterProperties.java
243
if (state == BluetoothDevice.
BOND_BONDED
) {
483
BluetoothDevice.
BOND_BONDED
);
AdapterService.java
[
all
...]
/packages/apps/Nfc/src/com/android/nfc/handover/
BluetoothHeadsetHandover.java
237
if (mDevice.getBondState() != BluetoothDevice.
BOND_BONDED
) {
245
if (mDevice.getBondState() != BluetoothDevice.
BOND_BONDED
) {
313
if (bond == BluetoothDevice.
BOND_BONDED
) {
/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
221
* {@link #
BOND_BONDED
}.
230
* {@link #
BOND_BONDED
}.
254
public static final int
BOND_BONDED
= 12;
837
* {@link #
BOND_BONDED
}.
[
all
...]
/prebuilts/sdk/10/
android.jar
/prebuilts/sdk/14/
android.jar
/prebuilts/sdk/15/
android.jar
/prebuilts/sdk/17/
android.jar
/prebuilts/sdk/18/
android.jar
/prebuilts/sdk/19/
android.jar
/prebuilts/sdk/6/
android.jar
/prebuilts/sdk/current/
android.jar
Completed in 4037 milliseconds