Home
last modified time | relevance | path

Searched refs:getTestInformation (Results 1 – 22 of 22) sorted by relevance

/cts/hostsidetests/install/src/android/cts/install/host/
DDeviceParameterized.java60 public TestInformation getTestInformation() { in getTestInformation() method in DeviceParameterized
118 public TestInformation getTestInformation() { in getTestInformation() method in DeviceParameterized.DeviceParameterizedRunner
/cts/hostsidetests/compilation/src/android/compilation/cts/
DPreRebootDexoptTest.java40 mUtils = new Utils(getTestInformation()); in setUp()
DCompilationTest.java70 mUtils = new Utils(getTestInformation()); in setUp()
DAdbRootDependentCompilationTest.java88 mUtils = new Utils(getTestInformation()); in setUp()
/cts/hostsidetests/utils/src/android/cts/host/utils/
DDisableDeviceConfigSyncRule.java38 return mTestInformationReceiver.getTestInformation().getDevice(); in getDevice()
DDeviceJUnit4Parameterized.java111 public TestInformation getTestInformation() { in getTestInformation() method in DeviceJUnit4Parameterized
DDeviceJUnit4ClassRunnerWithParameters.java91 public TestInformation getTestInformation() { in getTestInformation() method in DeviceJUnit4ClassRunnerWithParameters
/cts/hostsidetests/car_builtin/src/android/car/cts/builtin/
DCarBuiltinApiHostCtsBase.java59 hasFeature = mReceiver.getTestInformation().getDevice() in apply()
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DBootCountTrackerRule.java78 return mTestInformationReceiver.getTestInformation().getDevice();
DNormalizeScreenStateRule.java62 return mTestInformationReceiver.getTestInformation().getDevice(); in getDevice()
/cts/hostsidetests/media/bitstreams/src/android/media/cts/bitstreams/
DMediaBitstreamsTest.java253 public TestInformation getTestInformation() { in getTestInformation() method in MediaBitstreamsTest
471 getTestInformation(), in testGetBitstreamsFormats()
516 getTestInformation(), in testBitstreamsConformance()
567 getTestInformation(), in testBitstreamsConformance()
/cts/hostsidetests/stagedinstall/src/com/android/tests/stagedinstall/host/
DApexShimValidationTest.java109 mDeapexerZip = getTestInformation().getDependencyFile(DEAPEXER_ZIP_FILE_NAME, false); in setUp()
110 mAllApexesZip = getTestInformation().getDependencyFile(STAGED_INSTALL_TEST_FILE_NAME, in setUp()
/cts/hostsidetests/harmfulappwarning/src/android/harmfulappwarning/cts/
DHarmfulAppWarningTest.java90 mTestRunningUserId = getRunTestsAsUser(getTestInformation()); in setUp()
/cts/hostsidetests/backup/src/android/cts/backup/
DBaseBackupHostSideTest.java195 hasFeature = mReceiver.getTestInformation().getDevice() in apply()
/cts/hostsidetests/webkit/src/com/android/cts/webkit/
DWebViewHostSideMultipleProfileTest.java107 File file = getTestInformation().getDependencyFile(DEVICE_TEST_APK, true); in installTestApkForUser()
/cts/hostsidetests/car/util/src/android/car/cts/
DCarHostJUnit4TestCase.java120 getTestInformation().properties().get(RUN_TESTS_AS_USER_KEY)); in saveUserState()
652 hasFeature = mReceiver.getTestInformation().getDevice() in apply()
/cts/libs/install/src/android/cts/install/lib/host/
DInstallUtilsHost.java246 mTestInfo = mTest.getTestInformation(); in getTestInfo()
/cts/hostsidetests/credentials/src/android/cts/credentials/backuprestore/
DCredentialManagerRestoreSettingsHostSideTest.java253 mReceiver.getTestInformation().getDevice().hasFeature(mFeature); in apply()
/cts/hostsidetests/packagemanager/extractnativelibs/src/android/extractnativelibs/cts/
DCtsExtractNativeLibsHostTestBase.java156 installer.setUp(getTestInformation()); in installPackageLegacy()
/cts/hostsidetests/classpath/src/android/classpath/cts/
DClasspathDeviceInfo.java99 TestInformation testInfo = getTestInformation(); in testCollectClasspathDeviceInfo()
/cts/hostsidetests/media/src/android/media/router/cts/
DMediaRouter2HostSideTest.java385 installTestApp(getTestInformation(), MEDIA_ROUTER_PROVIDER_WITH_PACKAGE_MANAGER_SPAM_APK); in packageManagerSpammingProviderService_doesNotAutoBindAfterCrashing()
/cts/hostsidetests/library/src/android/appmanifest/cts/
DUsesNativeLibraryTestCase.java135 try (ZipFile packageZip = new ZipFile(getTestInformation().getDependencyFile( in setUp()