Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DBleSecureEncryptedServerTestActivity.java29 mIntent.setAction(BleEncryptedServerService.ACTION_CONNECT_WITH_SECURE); in onCreate()
DBleSecureEncryptedClientTestActivity.java30 mIntent.setAction(BleEncryptedClientService.ACTION_CONNECT_WITH_SECURE); in onCreate()
DBleEncryptedServerService.java52 public static final String ACTION_CONNECT_WITH_SECURE = field in BleEncryptedServerService
156 case ACTION_CONNECT_WITH_SECURE: in onStartCommand()
DBleEncryptedClientService.java50 public static final String ACTION_CONNECT_WITH_SECURE = field in BleEncryptedClientService
184 case ACTION_CONNECT_WITH_SECURE: in onStartCommand()