HomeSort by relevance Sort by last modified time
    Searched refs:ACTION_CONNECT_WITHOUT_SECURE (Results 1 - 4 of 4) sorted by null

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BleInsecureEncryptedClientTestActivity.java 29 mIntent.setAction(BleEncryptedClientService.ACTION_CONNECT_WITHOUT_SECURE);
BleInsecureEncryptedServerTestActivity.java 47 mIntent.setAction(BleEncryptedServerService.ACTION_CONNECT_WITHOUT_SECURE);
BleEncryptedClientService.java 52 public static final String ACTION_CONNECT_WITHOUT_SECURE =
53 "com.android.cts.verifier.bluetooth.encripted.action.ACTION_CONNECT_WITHOUT_SECURE";
187 case ACTION_CONNECT_WITHOUT_SECURE:
BleEncryptedServerService.java 54 public static final String ACTION_CONNECT_WITHOUT_SECURE =
55 "com.android.cts.verifier.bluetooth.encripted.action.ACTION_CONNECT_WITHOUT_SECURE";
159 case ACTION_CONNECT_WITHOUT_SECURE:

Completed in 505 milliseconds