Home
last modified time | relevance | path

Searched refs:installs (Results 1 – 2 of 2) sorted by relevance

/cts/libs/install/src/com/android/cts/install/lib/
DInstall.java67 private Install(boolean isMultiPackage, Install... installs) { in Install() argument
70 mChildInstalls = installs; in Install()
101 public static Install multi(Install... installs) { in multi() argument
102 for (Install childInstall : installs) { in multi()
105 Install install = new Install(true, installs); in multi()
/cts/hostsidetests/devicepolicy/app/SimpleApp/
DAndroid.bp32 // V4 signature required by Incremental installs