/cts/hostsidetests/systemui/src/android/host/systemui/ |
D | BaseTileServiceTest.java | 74 execute(SHOW_DIALOG); in showDialog() 78 execute(ADD_TILE + mComponent); in addTile() 82 execute(REM_TILE + mComponent); in remTile() 86 execute(CLICK_TILE + mComponent); in clickTile() 90 execute(OPEN_NOTIFICATIONS); in openNotifications() 94 execute(OPEN_SETTINGS); in openSettings() 98 execute(COLLAPSE); in collapse() 101 private void execute(String cmd) throws Exception { in execute() method in BaseTileServiceTest
|
/cts/tests/tests/hardware/src/android/hardware/cts/helpers/sensoroperations/ |
D | SensorOperationTest.java | 54 op.execute(mTestNode); in testFakeSensorOperation() 61 op.execute(mTestNode); in testFakeSensorOperation() 80 op.execute(mTestNode); 104 op.execute(mTestNode); 144 op.execute(mTestNode); 184 op.execute(mTestNode); 215 op.execute(mTestNode); 240 public void execute(ISensorTestNode parent) { 241 super.execute(parent); 267 op.execute(mTestNode); [all …]
|
D | DelaySensorOperation.java | 51 public void execute(ISensorTestNode parent) throws InterruptedException { in execute() method in DelaySensorOperation 53 mOperation.execute(asTestNode(parent)); in execute()
|
D | TestSensorOperation.java | 77 void execute(TestSensorManager sensorManager, TestSensorEventListener listener) in execute() method 125 public void execute(ISensorTestNode parent) throws InterruptedException { in execute() method in TestSensorOperation 133 mExecutor.execute(mSensorManager, listener); in execute() 142 mExecutor.execute(mSensorManager, listener); in execute() 237 public void execute(TestSensorManager sensorManager, TestSensorEventListener listener) in createOperation() 265 public void execute(TestSensorManager sensorManager, TestSensorEventListener listener) in createOperation() 353 public void execute(TestSensorManager sensorManager, TestSensorEventListener listener) in createOperation() 400 public void execute(TestSensorManager sensorManager, TestSensorEventListener listener) in createFlushOperation()
|
D | WakeLockOperation.java | 63 public void execute(ISensorTestNode parent) throws InterruptedException { in execute() method in WakeLockOperation 68 mOperation.execute(asTestNode(parent)); in execute()
|
D | SequentialSensorOperation.java | 51 public void execute(ISensorTestNode parent) throws InterruptedException { in execute() method in SequentialSensorOperation 56 operation.execute(currentNode); in execute()
|
D | RepeatingSensorOperation.java | 52 public void execute(ISensorTestNode parent) throws InterruptedException { in execute() method in RepeatingSensorOperation 57 operation.execute(new TestNode(currentNode, i)); in execute()
|
D | AlarmOperation.java | 79 public void execute(ISensorTestNode parent) throws InterruptedException { in execute() method in AlarmOperation 99 mOperation.execute(asTestNode(parent)); in execute()
|
D | SensorOperation.java | 65 public abstract void execute(ISensorTestNode parent) throws InterruptedException; in execute() method in SensorOperation
|
/cts/libs/vogar-expect/src/vogar/commands/ |
D | Rm.java | 27 new Command("rm", "-f", file.getPath()).execute(); in file() 31 new Command("rm", "-rf", directory.getPath()).execute(); in directoryTree()
|
D | Command.java | 146 public List<String> execute() { in execute() method in Command 167 return execute(); in executeWithTimeout() 285 public List<String> execute() { in execute() method in Command.Builder 286 return build().execute(); in execute()
|
D | Mkdir.java | 27 new Command("mkdir", "-p", directory.getPath()).execute(); in mkdirs()
|
/cts/tests/tests/database/src/android/database/sqlite/cts/ |
D | DatabaseStatementTest.java | 84 statement.execute(); in testExecuteStatement() 136 statement.execute(); in testStatementLongBinding() 158 statement.execute(); in testStatementStringBinding() 181 statement.execute(); in testStatementClearBindings() 228 statement.execute(); in testStatementMultipleBindings() 262 mStatement.execute(); in run() 305 statement.execute(); in testStatementConstraint() 313 statement.execute(); in testStatementConstraint()
|
D | SQLiteProgramTest.java | 132 statement.execute(); in testBindNull() 163 statement.execute(); in testBindBlob()
|
/cts/tests/tests/voiceinteraction/service/src/android/voiceinteraction/service/ |
D | MainInteractionSession.java | 115 newTask().execute( in onRequestConfirmation() 120 newTask().execute( in onRequestConfirmation() 135 newTask().execute( in onRequestCompleteVoice() 140 newTask().execute( in onRequestCompleteVoice() 155 newTask().execute( in onRequestAbortVoice() 160 newTask().execute(asyncTaskArg.setTestType(Utils.TestCaseType.ABORT_REQUEST_TEST)); in onRequestAbortVoice() 183 newTask().execute( in onRequestCommand() 189 newTask().execute(asyncTaskArg.setTestType(Utils.TestCaseType.COMMANDREQUEST_TEST)); in onRequestCommand() 221 newTask().execute( in onRequestPickOption() 226 newTask().execute(asyncTaskArg.setTestType(Utils.TestCaseType.PICKOPTION_REQUEST_TEST)); in onRequestPickOption()
|
/cts/tests/tests/database/src/android/database/cts/ |
D | DatabaseUtils_InsertHelperTest.java | 106 mInsertHelper.execute(); in testInsert() 122 long id = mInsertHelper.execute(); in testInsert() 143 assertEquals(-1, mInsertHelper.execute()); in testInsert() 218 long id = mInsertHelper.execute(); in testReplace() 239 mInsertHelper.execute(); in testReplace() 252 assertEquals(-1, mInsertHelper.execute()); in testReplace()
|
/cts/tests/tests/hardware/src/android/hardware/cts/ |
D | SensorIntegrationTests.java | 101 operation.execute(getCurrentTestNode()); in testSensorsWithSeveralClients() 159 operation.execute(getCurrentTestNode()); in testSensorsMovingRates() 250 operation.execute(getCurrentTestNode()); in verifySensorStoppingInteraction() 254 testee.execute(getCurrentTestNode()); in verifySensorStoppingInteraction()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/ |
D | MagneticFieldMeasurementTestActivity.java | 90 verifyNorm.execute(getCurrentTestNode()); in testNorm() 130 verifyStdDev.execute(getCurrentTestNode()); in testStandardDeviation() 157 verifier.execute(); in testCalibratedAndUncalibrated()
|
D | GyroscopeMeasurementTestActivity.java | 131 verifier.execute(); in testCalibratedAndUncalibrated() 170 sensorOperation.execute(getCurrentTestNode()); in verifyMeasurements()
|
/cts/tests/tests/os/src/android/os/cts/ |
D | AsyncTaskTest.java | 94 mMyAsyncTask.execute(PARAM); in doTestAsyncTask() 163 mAsyncTask.execute(); in testCancellationWithException() 200 public void execute(@NonNull Runnable command) { in testException() 220 assertEquals(mMyAsyncTask, mMyAsyncTask.execute(PARAM)); in startAsyncTask()
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | ScriptGroupTest.java | 68 group.execute(); in testScriptGroupSingleKernel() 142 group.execute(); in testScriptGroupFieldConnection() 257 group.execute(); in testScriptGroupTorture() 304 group.execute(); in testScriptGroupSharedGlobal() 351 ((Allocation)group.execute(input)[0]).copyTo(a); in testBuilder2PointWiseKernelToKernelDependency() 406 ((Allocation)group.execute(input)[0]).copyTo(a); in testBuilder2GatherScatterAcrossKernelsViaGlobals() 464 ((Allocation)group.execute(input, input1)[0]).copyTo(a); in testBuilder2KernelOutputToGlobal() 535 ((Allocation)group.execute(input)[0]).copyTo(a); in testBuilder2InvokeToKernelDependency()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/jobscheduler/ |
D | ChargingConstraintTestActivity.java | 103 new TestDevicePluggedInConstraint().execute(); in startTestImpl() 117 new TestDevicePluggedInConstraint().execute(); 121 new TestDeviceUnpluggedConstraint().execute();
|
/cts/tools/tradefed-host/src/com/android/cts/tradefed/device/ |
D | DeviceInfoCollector.java | 141 if (!execute(command)) { in pullExtendedDeviceInfoResults() 146 private static boolean execute(String command) { in execute() method in DeviceInfoCollector
|
/cts/tests/tests/networksecurityconfig/src/android/security/net/config/cts/ |
D | TestUtils.java | 130 HttpResponse response = httpClient.execute(new HttpGet(url.toString())); in assertHttpClientSucceeds() 141 HttpResponse response = httpClient.execute(new HttpGet(url.toString())); in assertHttpClientFails()
|
/cts/tests/tests/alarmclock/service/src/android/alarmclock/service/ |
D | MainInteractionSession.java | 128 newTask().execute(asyncTaskArg); in onRequestCompleteVoice() 136 newTask().execute(asyncTaskArg); in onRequestAbortVoice()
|