Searched refs:ACTION_NAME_CHANGED (Results 1 – 6 of 6) sorted by relevance
26 BroadcastBehavior: android.bluetooth.BluetoothDevice#ACTION_NAME_CHANGED:27 Field 'ACTION_NAME_CHANGED' is missing @BroadcastBehavior
36 BroadcastBehavior: android.bluetooth.BluetoothDevice#ACTION_NAME_CHANGED:37 Field 'ACTION_NAME_CHANGED' is missing @BroadcastBehavior
555 ….Manifest.permission.BLUETOOTH_CONNECT) public static final String ACTION_NAME_CHANGED = "android.…
890 intent = new Intent(BluetoothDevice.ACTION_NAME_CHANGED); in devicePropertyChangedCallback()
218 public static final String ACTION_NAME_CHANGED = "android.bluetooth.device.action.NAME_CHANGED"; field in BluetoothDevice