OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STATUS_CREATE_CHANNEL
(Results
1 - 2
of
2
) sorted by null
/development/samples/BluetoothHDP/src/com/example/bluetooth/health/
BluetoothHDPService.java
70
public static final int
STATUS_CREATE_CHANNEL
= 102;
247
sendMessage(
STATUS_CREATE_CHANNEL
, RESULT_OK);
250
sendMessage(
STATUS_CREATE_CHANNEL
, RESULT_FAIL);
254
sendMessage(
STATUS_CREATE_CHANNEL
, RESULT_FAIL);
BluetoothHDPActivity.java
104
case BluetoothHDPService.
STATUS_CREATE_CHANNEL
:
106
String.format(mRes.getString(R.string.
status_create_channel
),
Completed in 47 milliseconds