OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bondState
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothDevicePreference.java
177
int
bondState
= mCachedDevice.getBondState();
181
} else if (
bondState
== BluetoothDevice.BOND_BONDED) {
183
} else if (
bondState
== BluetoothDevice.BOND_NONE) {
BluetoothEventManager.java
254
int
bondState
= intent.getIntExtra(BluetoothDevice.EXTRA_BOND_STATE,
275
callback.onDeviceBondStateChanged(cachedDevice,
bondState
);
278
cachedDevice.onBondingStateChanged(
bondState
);
280
if (
bondState
== BluetoothDevice.BOND_NONE) {
Completed in 100 milliseconds