Home
last modified time | relevance | path

Searched refs:METHOD_SET_OWNER_STATUS (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
DBluetoothMapContract.java122 public static final String METHOD_SET_OWNER_STATUS = "SetOwnerStatus"; field in BluetoothMapContract
DBluetoothMapIMProvider.java636 } else if (method.equals(BluetoothMapContract.METHOD_SET_OWNER_STATUS)) { in call()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapObexServer.java890 mProviderClient.call(BluetoothMapContract.METHOD_SET_OWNER_STATUS, null, in setOwnerStatus()