OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BLE_COC_CONNECTED
(Results
1 - 4
of
4
) sorted by null
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BleCocServerTestBaseActivity.java
81
filter.addAction(BleCocServerService.
BLE_COC_CONNECTED
);
165
case BleCocServerService.
BLE_COC_CONNECTED
:
BleCocClientTestBaseActivity.java
85
filter.addAction(BleCocClientService.
BLE_COC_CONNECTED
);
186
case BleCocClientService.
BLE_COC_CONNECTED
:
BleCocClientService.java
68
public static final String
BLE_COC_CONNECTED
=
69
"com.android.cts.verifier.bluetooth.
BLE_COC_CONNECTED
";
612
Intent intent = new Intent(
BLE_COC_CONNECTED
);
BleCocServerService.java
93
public static final String
BLE_COC_CONNECTED
=
94
"com.android.cts.verifier.bluetooth.
BLE_COC_CONNECTED
";
564
intent = new Intent(
BLE_COC_CONNECTED
);
Completed in 3553 milliseconds