Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/framework/api/
Dlint-baseline.txt18 BroadcastBehavior: android.bluetooth.BluetoothDevice#ACTION_ALIAS_CHANGED:
19 Field 'ACTION_ALIAS_CHANGED' is missing @BroadcastBehavior
Dmodule-lib-lint-baseline.txt20 BroadcastBehavior: android.bluetooth.BluetoothDevice#ACTION_ALIAS_CHANGED:
21 Field 'ACTION_ALIAS_CHANGED' is missing @BroadcastBehavior
Dsystem-lint-baseline.txt20 BroadcastBehavior: android.bluetooth.BluetoothDevice#ACTION_ALIAS_CHANGED:
21 Field 'ACTION_ALIAS_CHANGED' is missing @BroadcastBehavior
Dcurrent.txt551 …Manifest.permission.BLUETOOTH_CONNECT) public static final String ACTION_ALIAS_CHANGED = "android.…
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DRemoteDevices.java516 Intent intent = new Intent(BluetoothDevice.ACTION_ALIAS_CHANGED); in setAlias()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothDevice.java230 public static final String ACTION_ALIAS_CHANGED = field in BluetoothDevice