Home
last modified time | relevance | path

Searched refs:APK_NAME (Results 1 – 4 of 4) sorted by relevance

/cts/hostsidetests/abioverride/src/android/abioverride/cts/
DAbiOverrideTest.java51 private static final String APK_NAME="CtsAbiOverrideTestApp.apk"; field in AbiOverrideTest
76 File app = buildHelper.getTestFile(APK_NAME); in setUp()
/cts/hostsidetests/usb/src/com/android/cts/usb/
DTestUsbTest.java45 private static final String APK_NAME="CtsUsbSerialTestApp.apk"; field in TestUsbTest
66 File app = buildHelper.getTestFile(APK_NAME); in setUp()
/cts/hostsidetests/os/src/android/os/cts/
DProcfsHostTests.java34 private static final String APK_NAME = "CtsHostProcfsTestApp.apk"; field in ProcfsHostTests
155 File app = buildHelper.getTestFile(APK_NAME); in startTestApp()
/cts/hostsidetests/theme/src/android/theme/cts/
DThemeHostTest.java57 private static final String APK_NAME = "CtsThemeDeviceApp"; field in ThemeHostTest
124 final File testApk = buildHelper.getTestFile(String.format("%s.apk", APK_NAME)); in setUp()