Home
last modified time | relevance | path

Searched refs:METHOD_SET_BLUETOOTH_STATE (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
DBluetoothMapContract.java143 public static final String METHOD_SET_BLUETOOTH_STATE = "SetBtState"; field in BluetoothMapContract
DBluetoothMapIMProvider.java645 } else if (method.equals(BluetoothMapContract.METHOD_SET_BLUETOOTH_STATE)) { in call()