Home
last modified time | relevance | path

Searched refs:phase (Results 1 – 23 of 23) sorted by relevance

/cts/hostsidetests/install/src/android/cts/install/host/
DUpgradeTest.java118 private void runPhase(String phase) throws DeviceNotAvailableException { in runPhase() argument
119 runPhase(phase, false /* staged */); in runPhase()
122 private void runStagedPhase(String phase) throws DeviceNotAvailableException { in runStagedPhase() argument
123 runPhase(phase, true /* staged */); in runStagedPhase()
132 private void runPhase(String phase, boolean staged) throws DeviceNotAvailableException { in runPhase() argument
135 String.format(phase + PHASE_FORMAT_SUFFIX, mInstallType, staged, mEnableRollback))) in runPhase()
DSamegradeTest.java136 private void runPhase(String phase) throws DeviceNotAvailableException { in runPhase() argument
137 runPhase(phase, false /* staged */); in runPhase()
140 private void runStagedPhase(String phase) throws DeviceNotAvailableException { in runStagedPhase() argument
141 runPhase(phase, true /* staged */); in runStagedPhase()
150 private void runPhase(String phase, boolean staged) throws DeviceNotAvailableException { in runPhase() argument
153 String.format(phase + PHASE_FORMAT_SUFFIX, mInstallType, staged, mEnableRollback))) in runPhase()
DDowngradeTest.java166 private void runPhase(String phase) throws DeviceNotAvailableException { in runPhase() argument
167 runPhase(phase, false /* staged */); in runPhase()
170 private void runStagedPhase(String phase) throws DeviceNotAvailableException { in runStagedPhase() argument
171 runPhase(phase, true /* staged */); in runStagedPhase()
180 private void runPhase(String phase, boolean staged) throws DeviceNotAvailableException { in runPhase() argument
183 String.format(phase + PHASE_FORMAT_SUFFIX, mInstallType, staged, mEnableRollback))) in runPhase()
DInstallTest.java145 private void runPhase(String phase) throws DeviceNotAvailableException { in runPhase() argument
148 String.format(phase + PHASE_FORMAT_SUFFIX, mInstallType, mStaged, mEnableRollback))) in runPhase()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Fragments/
DPhaseStartFragment.java42 public static PhaseStartFragment newInstance(TestActivity.CTSTest phase) { in newInstance() argument
45 arguments.putSerializable(ARG_PHASE, phase); in newInstance()
63 …getActivity().setTitle(getResources().getStringArray(R.array.phase)[TestActivity.CTSTest.ACCURACY.… in onCreateView()
67 …getActivity().setTitle(getResources().getStringArray(R.array.phase)[TestActivity.CTSTest.ROBUSTNES… in onCreateView()
71 …getActivity().setTitle(getResources().getStringArray(R.array.phase)[TestActivity.CTSTest.COMPLEX_M… in onCreateView()
DRobustnessFragment.java95 …getActivity().setTitle(getResources().getStringArray(R.array.phase)[TestActivity.CTSTest.ROBUSTNES… in onCreateView()
189 … .setTitle(getResources().getStringArray(R.array.phase)[TestActivity.CTSTest.ROBUSTNESS.ordinal()]) in showInitialDialog()
DComplexMovementFragment.java93 …getActivity().setTitle(getResources().getStringArray(R.array.phase)[TestActivity.CTSTest.COMPLEX_M… in onCreateView()
179 ….setTitle(getResources().getStringArray(R.array.phase)[TestActivity.CTSTest.COMPLEX_MOVEMENT.ordin… in showInitialDialog()
DBaseUiFragment.java93 .setTitle(getResources().getStringArray(R.array.phase)[phaseIndex]) in setupButtons()
DAccuracyFragment.java105 …getActivity().setTitle(getResources().getStringArray(R.array.phase)[TestActivity.CTSTest.ACCURACY.… in onCreateView()
/cts/apps/CtsVerifier/jni/audio_loopback/analyzer/
DRoundedManchesterEncoder.h40 float phase = (rampIndex + 1) * M_PI / rampSize; in RoundedManchesterEncoder() local
41 float sample = -cosf(phase); in RoundedManchesterEncoder()
52 float phase = (rampIndex + 1) * M_PI / rampSize; in RoundedManchesterEncoder() local
53 float sample = cosf(phase); in RoundedManchesterEncoder()
DGlitchAnalyzer.h139 double phase = M_PI_2 - atan2(sinMean, cosMean); variable
140 *phasePtr = phase;
/cts/hostsidetests/scopedstorage/host/src/android/scopedstorage/cts/host/
DScopedStorageInstantAppHostTest.java37 protected void runDeviceTest(String phase) throws Exception { in runDeviceTest() argument
39 "android.scopedstorage.cts.ScopedStorageTest", phase)).isTrue(); in runDeviceTest()
DPublicVolumeHostTest.java51 void runDeviceTest(String phase) throws Exception { in runDeviceTest() argument
53 "android.scopedstorage.cts.PublicVolumeTest", phase)).isTrue(); in runDeviceTest()
DScopedStorageHostTest.java44 void runDeviceTest(String phase) throws Exception { in runDeviceTest() argument
46 "android.scopedstorage.cts.ScopedStorageTest", phase)).isTrue(); in runDeviceTest()
54 void runDeviceTestWithDisabledIsolatedStorage(String phase) throws Exception { in runDeviceTestWithDisabledIsolatedStorage() argument
58 .setTestMethodName(phase) in runDeviceTestWithDisabledIsolatedStorage()
DPublicVolumeCoreHostTest.java53 void runDeviceTest(String phase) throws Exception { in runDeviceTest() argument
55 "android.scopedstorage.cts.PublicVolumeTest", phase)); in runDeviceTest()
DPublicVolumeLegacyHostTest.java54 void runDeviceTest(String phase) throws Exception { in runDeviceTest() argument
56 "android.scopedstorage.cts.legacy.PublicVolumeLegacyTest", phase)).isTrue(); in runDeviceTest()
DScopedStorageCoreHostTest.java42 void runDeviceTest(String phase) throws Exception { in runDeviceTest() argument
44 "android.scopedstorage.cts.ScopedStorageTest", phase)); in runDeviceTest()
DLegacyStorageHostTest.java46 void runDeviceTest(String phase) throws Exception { in runDeviceTest() argument
48 "android.scopedstorage.cts.legacy.LegacyStorageTest", phase)).isTrue(); in runDeviceTest()
/cts/hostsidetests/os/src/android/os/cts/
DEnvironmentHostTests.java42 private void runDeviceTest(String phase) throws Exception { in runDeviceTest() argument
44 "android.cts.environment.EnvironmentTest", phase)); in runDeviceTest()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Activities/
DTestActivity.java389 public void switchToTestFragment(CTSTest phase) { in switchToTestFragment() argument
393 switch (phase) { in switchToTestFragment()
417 public void switchToStartFragment(CTSTest phase) { in switchToStartFragment() argument
424 mCurrentTest = phase; in switchToStartFragment()
426 Fragment fragment = PhaseStartFragment.newInstance(phase); in switchToStartFragment()
/cts/hostsidetests/stagedinstall/src/com/android/tests/stagedinstall/host/
DApexShimValidationTest.java95 private void runPhase(String phase) throws Exception { in runPhase() argument
98 phase)).isTrue(); in runPhase()
DStagedInstallTest.java79 private void runPhase(String phase) throws Exception { in runPhase() argument
82 phase)).isTrue(); in runPhase()
/cts/apps/CtsVerifier/libs/
Dopencv3-android.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/opencv/ org/ ...