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

  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/
MainSettings.java 71 mAdapterIntentFilter.addAction(BluetoothDevice.ACTION_BOND_STATE_CHANGED);
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothPairingRequest.java 109 } else if (BluetoothDevice.ACTION_BOND_STATE_CHANGED.equals(action)) {
BluetoothPairingDialog.java 75 if (BluetoothDevice.ACTION_BOND_STATE_CHANGED.equals(action)) {
162 registerReceiver(mReceiver, new IntentFilter(BluetoothDevice.ACTION_BOND_STATE_CHANGED));
BluetoothEventManager.java 94 addHandler(BluetoothDevice.ACTION_BOND_STATE_CHANGED, new BondStateChangedHandler());
251 Log.e(TAG, "ACTION_BOND_STATE_CHANGED with no EXTRA_DEVICE");
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
BluetoothControllerImpl.java 291 filter.addAction(BluetoothDevice.ACTION_BOND_STATE_CHANGED);
317 } else if (action.equals(BluetoothDevice.ACTION_BOND_STATE_CHANGED)) {
318 if (DEBUG) Log.d(TAG, "ACTION_BOND_STATE_CHANGED " + device);
  /packages/apps/Nfc/src/com/android/nfc/handover/
BluetoothPeripheralHandover.java 142 filter.addAction(BluetoothDevice.ACTION_BOND_STATE_CHANGED);
406 } else if (BluetoothDevice.ACTION_BOND_STATE_CHANGED.equals(action)
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
BluetoothPairingDialog.java 95 if (BluetoothDevice.ACTION_BOND_STATE_CHANGED.equals(action)) {
204 filter.addAction(BluetoothDevice.ACTION_BOND_STATE_CHANGED);
BluetoothAccessoryActivity.java 130 adapterIntentFilter.addAction(BluetoothDevice.ACTION_BOND_STATE_CHANGED);
InputPairer.java 608 IntentFilter filter = new IntentFilter(BluetoothDevice.ACTION_BOND_STATE_CHANGED);
  /frameworks/base/core/java/android/bluetooth/
BluetoothDevice.java 184 public static final String ACTION_BOND_STATE_CHANGED =
214 * Used as an int extra field in {@link #ACTION_BOND_STATE_CHANGED} intents.
223 * Used as an int extra field in {@link #ACTION_BOND_STATE_CHANGED} intents.
770 * for {@link #ACTION_BOND_STATE_CHANGED} intents to be notified when
794 * for {@link #ACTION_BOND_STATE_CHANGED} intents to be notified when
825 * for {@link #ACTION_BOND_STATE_CHANGED} intents to be notified when
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
BondStateMachine.java 314 Intent intent = new Intent(BluetoothDevice.ACTION_BOND_STATE_CHANGED);
  /frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
BluetoothTestUtils.java 186 } else if (BluetoothDevice.ACTION_BOND_STATE_CHANGED.equals(intent.getAction())) {
    [all...]
  /external/robolectric/lib/main/
android.jar 
  /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/21/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 225 milliseconds