Home
last modified time | relevance | path

Searched refs:ACTION_NAME_CHANGED (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/framework/api/
Dlint-baseline.txt26 BroadcastBehavior: android.bluetooth.BluetoothDevice#ACTION_NAME_CHANGED:
27 Field 'ACTION_NAME_CHANGED' is missing @BroadcastBehavior
Dmodule-lib-lint-baseline.txt36 BroadcastBehavior: android.bluetooth.BluetoothDevice#ACTION_NAME_CHANGED:
37 Field 'ACTION_NAME_CHANGED' is missing @BroadcastBehavior
Dsystem-lint-baseline.txt36 BroadcastBehavior: android.bluetooth.BluetoothDevice#ACTION_NAME_CHANGED:
37 Field 'ACTION_NAME_CHANGED' is missing @BroadcastBehavior
Dcurrent.txt555 ….Manifest.permission.BLUETOOTH_CONNECT) public static final String ACTION_NAME_CHANGED = "android.…
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DRemoteDevices.java890 intent = new Intent(BluetoothDevice.ACTION_NAME_CHANGED); in devicePropertyChangedCallback()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothDevice.java218 public static final String ACTION_NAME_CHANGED = "android.bluetooth.device.action.NAME_CHANGED"; field in BluetoothDevice