Home
last modified time | relevance | path

Searched refs:newAction (Results 1 – 2 of 2) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DBleClientTestBaseActivity.java212 String newAction = null;
224 newAction = BleClientService.BLE_CLIENT_ACTION_BLE_DISVOCER_SERVICE;
231 newAction = BleClientService.BLE_CLIENT_ACTION_READ_CHARACTERISTIC;
238 newAction = BleClientService.BLE_CLIENT_ACTION_REQUEST_MTU_512;
246 newAction = BleClientService.BLE_CLIENT_ACTION_READ_CHARACTERISTIC_NO_PERMISSION;
253 newAction = BleClientService.BLE_CLIENT_ACTION_WRITE_CHARACTERISTIC;
259 newAction = BleClientService.BLE_CLIENT_ACTION_REQUEST_MTU_23;
267 newAction = BleClientService.BLE_CLIENT_ACTION_WRITE_CHARACTERISTIC_NO_PERMISSION;
274 newAction = BleClientService.BLE_CLIENT_ACTION_RELIABLE_WRITE;
285 newAction = BleClientService.BLE_CLIENT_ACTION_NOTIFY_CHARACTERISTIC;
[all …]
/cts/tests/tests/content/src/android/content/cts/
DIntentTest.java1346 final String newAction = "foo"; in testFillIn_actionSet() local
1348 sourceIntent.setAction(newAction); in testFillIn_actionSet()
1361 final String newAction = "foo"; in testFillIn_actionOverride() local
1363 sourceIntent.setAction(newAction); in testFillIn_actionOverride()
1367 assertEquals(newAction, destIntent.getAction()); in testFillIn_actionOverride()