Home
last modified time | relevance | path

Searched refs:ACTION_CONNECT_WITHOUT_SECURE (Results 1 – 4 of 4) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DBleInsecureEncryptedClientTestActivity.java29 mIntent.setAction(BleEncryptedClientService.ACTION_CONNECT_WITHOUT_SECURE); in onCreate()
DBleInsecureEncryptedServerTestActivity.java47 mIntent.setAction(BleEncryptedServerService.ACTION_CONNECT_WITHOUT_SECURE); in onCreate()
DBleEncryptedServerService.java54 public static final String ACTION_CONNECT_WITHOUT_SECURE = field in BleEncryptedServerService
159 case ACTION_CONNECT_WITHOUT_SECURE: in onStartCommand()
DBleEncryptedClientService.java52 public static final String ACTION_CONNECT_WITHOUT_SECURE = field in BleEncryptedClientService
187 case ACTION_CONNECT_WITHOUT_SECURE: in onStartCommand()