HomeSort by relevance Sort by last modified time
    Searched refs:bondState (Results 1 - 7 of 7) sorted by null

  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothCallback.java 28 void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState);
DevicePickerFragment.java 92 int bondState) {
93 if (bondState == BluetoothDevice.BOND_BONDED) {
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) {
BluetoothPairingDialog.java 73 int bondState = intent.getIntExtra(BluetoothDevice.EXTRA_BOND_STATE,
75 if (bondState == BluetoothDevice.BOND_BONDED ||
76 bondState == BluetoothDevice.BOND_NONE) {
CachedBluetoothDevice.java 538 void onBondingStateChanged(int bondState) {
539 if (bondState == BluetoothDevice.BOND_NONE) {
552 if (bondState == BluetoothDevice.BOND_BONDED) {
BluetoothSettings.java 357 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) {

Completed in 228 milliseconds