OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STATUS_DESTROY_CHANNEL
(Results
1 - 2
of
2
) sorted by null
/development/samples/BluetoothHDP/src/com/example/bluetooth/health/
BluetoothHDPService.java
72
public static final int
STATUS_DESTROY_CHANNEL
= 103;
257
sendMessage(
STATUS_DESTROY_CHANNEL
, RESULT_OK);
259
sendMessage(
STATUS_DESTROY_CHANNEL
, RESULT_FAIL);
BluetoothHDPActivity.java
112
case BluetoothHDPService.
STATUS_DESTROY_CHANNEL
:
114
String.format(mRes.getString(R.string.
status_destroy_channel
),
Completed in 43 milliseconds