Home
last modified time | relevance | path

Searched defs:installTestApp (Results 1 – 4 of 4) sorted by relevance

/cts/common/device-side/bedstead/harrier/src/main/java/com/android/bedstead/harrier/annotations/meta/
DEnsureHasUser.java28 boolean installTestApp() default true; in installTestApp() method
DEnsureHasProfile.java35 boolean installTestApp() default true; in installTestApp() method
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/statsd/
DDeviceAtomTestCase.java191 protected void installTestApp() throws Exception { in installTestApp() method in DeviceAtomTestCase
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/lib/
DDeviceUtils.java138 public static void installTestApp(ITestDevice device, String apkName, String pkgName, in installTestApp() method in DeviceUtils