Searched refs:APP_PACKAGE_NAME (Results 1 – 4 of 4) sorted by relevance
/cts/hostsidetests/theme/src/android/theme/cts/ |
D | ThemeHostTest.java | 53 private static final String APP_PACKAGE_NAME = "android.theme.app"; field in ThemeHostTest 62 "am instrument -w --no-window-animation %s/%s", APP_PACKAGE_NAME, TEST_CLASS); 65 private static final String STOP_CMD = String.format("am force-stop %s", APP_PACKAGE_NAME); 104 mDevice.uninstallPackage(APP_PACKAGE_NAME); in setUp() 159 mDevice.uninstallPackage(APP_PACKAGE_NAME); in tearDown()
|
/cts/tools/tradefed-host/src/com/android/cts/tradefed/device/ |
D | DeviceInfoCollector.java | 44 public static final String APP_PACKAGE_NAME = "android.tests.devicesetup"; field in DeviceInfoCollector 59 IDS.add(AbiUtils.createId(abi, APP_PACKAGE_NAME)); in AbiUtils.createId() argument 74 runInstrumentation(device, abi, testApkDir, listener, APK_NAME, APP_PACKAGE_NAME, in collectDeviceInfo()
|
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/ |
D | CtsTestLogReporter.java | 165 if (appPackageName.equals(DeviceInfoCollector.APP_PACKAGE_NAME)) { in logCompleteRun()
|
/cts/tools/dex-tools/dex/ |
D | classes.out.dex | 130619 private static java.lang.String APP_PACKAGE_NAME
|