Home
last modified time | relevance | path

Searched defs:step (Results 1 – 25 of 28) sorted by relevance

12

/cts/tests/tests/media/bettertogether/src/android/media/bettertogether/cts/
DRemoteService.java79 public abstract void onRun(int testId, int step, @Nullable Bundle args) throws Exception; in onRun()
108 public boolean run(int testId, int step, Bundle args) throws RemoteException { in run()
173 public void run(int step) throws RemoteException { in run()
184 public void run(int step, @Nullable Bundle args) throws RemoteException { in run()
DMediaBrowserServiceTestService.java96 public void onRun(int testId, int step, @Nullable Bundle args) throws Exception { in onRun()
DMediaSessionTestService.java113 public void onRun(int testId, int step, @Nullable Bundle args) throws Exception { in onRun()
/cts/tests/app/app/src/android/app/stubs/
DSearchManagerStubActivity.java75 public boolean doStep(int step) throws FailException { in testOnCancelListener()
106 public boolean doStep(int step) throws FailException { in testOnDismissListener()
135 public boolean doStep(int step) throws FailException { in testStopSearch()
226 protected abstract boolean doStep(int step) throws FailException; in doStep()
/cts/tests/tests/media/bettertogether/aidl/android/media/bettertogether/cts/
DIRemoteService.aidl22 boolean run(int testId, int step, in Bundle args); in run()
/cts/hostsidetests/sustainedperf/shadertoy_android/src/
DGLtestLib.java32 public static native void step(); in step() method in GLtestLib
/cts/common/device-side/interactive/src/main/java/com/android/interactive/
DRequireBooleanStepResult.java42 Class<? extends Step<Boolean>> step(); in step() method
DAutomator.java233 public boolean canAutomate(Step step) { in canAutomate()
244 public <E> E automate(Step<E> step) throws Exception { in automate()
DStep.java111 Step<E> step; in execute() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/tunnelmode/
DVolumeLevelChangesActivity.java107 private void process(int step) { in process()
160 private int getNextStep(int step) { in getNextStep()
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
DShaderTests.java212 int step = TEST_WIDTH / 10; in testAnisotropicFilteredBitmapShader() local
/cts/tests/tests/opengl/src/android/opengl/cts/
DGL2JniLibOne.java25 public static native void step(); in step() method in GL2JniLibOne
/cts/tests/input/src/android/input/cts/
DMotionEventIsResampledTest.kt82 val step = 5 in testIsResampled() constant
/cts/apps/CameraITS/utils/
Dsensor_fusion_utils_tests.py31 def _generate_pwl_waveform(self, pts, step, amplitude): argument
/cts/tests/autofillservice/src/android/autofillservice/cts/activities/
DMultipleStepsSignInActivity.java118 View step = mSteps.get(i); in showStep() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DMotionIndicatorView.java339 RangeCoveredRegister(int low, int high, int step) { in RangeCoveredRegister()
347 RangeCoveredRegister(int step) { in RangeCoveredRegister()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/security/
DKeyChainTest.java134 Step step = mSteps.get(mCurrentStep); in onClick() local
201 final Step step = mSteps.get(mCurrentStep); in updateUi() local
/cts/hostsidetests/car/src/android/car/cts/powerpolicy/
DPowerPolicyTestHelper.java44 public PowerPolicyTestHelper(String testcase, String step, in PowerPolicyTestHelper()
/cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/
DDisplayModifier.java474 public boolean step() { in step() method in DisplayModifier.Accessor
/cts/apps/CtsVerifier/src/com/android/cts/verifier/widget/
DWidgetCtsProvider.java183 int step = 1; in getInstruction() local
/cts/tests/tests/graphics/src/android/graphics/cts/
DSweepGradientTest.java101 final double step = twoPi / NUM_STEPS; in verifyColors() local
/cts/hostsidetests/packagemanager/stats/src/com/android/cts/packagemanager/stats/host/
DPackageInstallationSessionReportedStatsTests.java125 int step = report.getInstallSteps(i); in checkDurationResult() local
/cts/tests/tests/view/src/android/view/cts/input/
DInputDeviceSensorManagerTest.java233 final int step = SAMPLE_STEP; in bumpSensorsData() local
/cts/tests/tests/media/decoder/src/android/media/decoder/cts/
DImageReaderDecoderTest.java596 final int step = 8; // the width of the layers in validateSwirl() local
/cts/tests/camera/src/android/hardware/camera2/cts/
DStillCaptureTest.java1503 Rational step = mStaticInfo.getAeCompensationStepChecked(); in aeCompensationTestByCamera() local

12