OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BLE_BLUETOOTH_MISMATCH_INSECURE
(Results
1 - 8
of
8
) sorted by null
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BleCocServerTestBaseActivity.java
88
filter.addAction(BleCocServerService.
BLE_BLUETOOTH_MISMATCH_INSECURE
);
199
case BleCocServerService.
BLE_BLUETOOTH_MISMATCH_INSECURE
:
BleCocClientTestBaseActivity.java
95
filter.addAction(BleCocClientService.
BLE_BLUETOOTH_MISMATCH_INSECURE
);
241
case BleCocClientService.
BLE_BLUETOOTH_MISMATCH_INSECURE
:
BleServerTestBaseActivity.java
122
filter.addAction(BleServerService.
BLE_BLUETOOTH_MISMATCH_INSECURE
);
262
case BleServerService.
BLE_BLUETOOTH_MISMATCH_INSECURE
:
BleClientTestBaseActivity.java
129
filter.addAction(BleClientService.
BLE_BLUETOOTH_MISMATCH_INSECURE
);
368
case BleClientService.
BLE_BLUETOOTH_MISMATCH_INSECURE
:
BleCocClientService.java
83
public static final String
BLE_BLUETOOTH_MISMATCH_INSECURE
=
84
"com.android.cts.verifier.bluetooth.
BLE_BLUETOOTH_MISMATCH_INSECURE
";
304
Intent intent = new Intent(
BLE_BLUETOOTH_MISMATCH_INSECURE
);
BleCocServerService.java
72
public static final String
BLE_BLUETOOTH_MISMATCH_INSECURE
=
73
"com.android.cts.verifier.bluetooth.
BLE_BLUETOOTH_MISMATCH_INSECURE
";
BleClientService.java
87
public static final String
BLE_BLUETOOTH_MISMATCH_INSECURE
=
88
"com.android.cts.verifier.bluetooth.
BLE_BLUETOOTH_MISMATCH_INSECURE
";
647
Intent intent = new Intent(
BLE_BLUETOOTH_MISMATCH_INSECURE
);
[
all
...]
BleServerService.java
64
public static final String
BLE_BLUETOOTH_MISMATCH_INSECURE
=
65
"com.android.cts.verifier.bluetooth.
BLE_BLUETOOTH_MISMATCH_INSECURE
";
284
Intent intent = new Intent(
BLE_BLUETOOTH_MISMATCH_INSECURE
);
[
all
...]
Completed in 92 milliseconds