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

  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothPairingDialog.java 70 if (BluetoothDevice.ACTION_BOND_STATE_CHANGED.equals(action)) {
157 registerReceiver(mReceiver, new IntentFilter(BluetoothDevice.ACTION_BOND_STATE_CHANGED));
BluetoothEventManager.java 93 addHandler(BluetoothDevice.ACTION_BOND_STATE_CHANGED, new BondStateChangedHandler());
249 Log.e(TAG, "ACTION_BOND_STATE_CHANGED with no EXTRA_DEVICE");
  /frameworks/base/core/java/android/bluetooth/
BluetoothDevice.java 172 public static final String ACTION_BOND_STATE_CHANGED =
202 * Used as an int extra field in {@link #ACTION_BOND_STATE_CHANGED} intents.
211 * Used as an int extra field in {@link #ACTION_BOND_STATE_CHANGED} intents.
623 * for {@link #ACTION_BOND_STATE_CHANGED} intents to be notified when
644 * for {@link #ACTION_BOND_STATE_CHANGED} intents to be notified when
    [all...]
BluetoothDeviceProfileState.java 196 } else if (action.equals(BluetoothDevice.ACTION_BOND_STATE_CHANGED)) {
250 filter.addAction(BluetoothDevice.ACTION_BOND_STATE_CHANGED);
    [all...]
  /frameworks/base/core/java/android/server/
BluetoothBondState.java 172 Intent intent = new Intent(BluetoothDevice.ACTION_BOND_STATE_CHANGED);
  /frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
BluetoothTestUtils.java 185 } else if (BluetoothDevice.ACTION_BOND_STATE_CHANGED.equals(intent.getAction())) {
    [all...]
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/sdk/6/
android.jar 

Completed in 163 milliseconds