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

  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothEventRedirector.java 78 } else if (action.equals(BluetoothDevice.ACTION_BOND_STATE_CHANGED)) {
163 filter.addAction(BluetoothDevice.ACTION_BOND_STATE_CHANGED);
BluetoothPairingDialog.java 61 if (BluetoothDevice.ACTION_BOND_STATE_CHANGED.equals(intent.getAction())) {
128 registerReceiver(mReceiver, new IntentFilter(BluetoothDevice.ACTION_BOND_STATE_CHANGED));
BluetoothSettings.java 96 } else if (intent.getAction().equals(BluetoothDevice.ACTION_BOND_STATE_CHANGED)
186 intentFilter.addAction(BluetoothDevice.ACTION_BOND_STATE_CHANGED);
  /frameworks/base/core/java/android/server/
BluetoothA2dpService.java 92 } else if (action.equals(BluetoothDevice.ACTION_BOND_STATE_CHANGED)) {
167 mIntentFilter.addAction(BluetoothDevice.ACTION_BOND_STATE_CHANGED);
BluetoothService.java 747 Intent intent = new Intent(BluetoothDevice.ACTION_BOND_STATE_CHANGED);
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothDevice.java 166 public static final String ACTION_BOND_STATE_CHANGED =
196 * Used as an int extra field in {@link #ACTION_BOND_STATE_CHANGED} intents.
205 * Used as an int extra field in {@link #ACTION_BOND_STATE_CHANGED} intents.
479 * for {@link #ACTION_BOND_STATE_CHANGED} intents to be notified when
500 * for {@link #ACTION_BOND_STATE_CHANGED} intents to be notified when
    [all...]
  /frameworks/base/core/tests/coretests/src/android/bluetooth/
BluetoothTestUtils.java 313 } else if (BluetoothDevice.ACTION_BOND_STATE_CHANGED.equals(intent.getAction())
    [all...]
  /packages/apps/Phone/src/com/android/phone/
BluetoothHeadsetService.java 87 filter.addAction(BluetoothDevice.ACTION_BOND_STATE_CHANGED);
282 } else if (action.equals(BluetoothDevice.ACTION_BOND_STATE_CHANGED)) {
    [all...]
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/6/
android.jar 

Completed in 4339 milliseconds