Searched refs:EXTRA_DEVICE_KEY (Results 1 – 2 of 2) sorted by relevance
24 import static com.android.car.settings.qc.PairedBluetoothDevices.EXTRA_DEVICE_KEY;293 intent.putExtra(EXTRA_DEVICE_KEY, DEFAULT_ADDRESS); in onNotifyChange_toggleBluetooth()307 intent.putExtra(EXTRA_DEVICE_KEY, DEFAULT_ADDRESS); in onNotifyChange_togglePhone()322 intent.putExtra(EXTRA_DEVICE_KEY, DEFAULT_ADDRESS); in onNotifyChange_toggleMedia()
67 static final String EXTRA_DEVICE_KEY = "BT_EXTRA_DEVICE_KEY"; field in PairedBluetoothDevices164 String deviceKey = intent.getStringExtra(EXTRA_DEVICE_KEY); in onNotifyChange()294 extras.putString(EXTRA_DEVICE_KEY, device.getAddress()); in createBluetoothDeviceToggle()