HomeSort by relevance Sort by last modified time
    Searched refs:STATIC_LIB_CONSUMER1_PKG (Results 1 - 2 of 2) sorted by null

  /cts/hostsidetests/os/src/android/os/cts/
StaticSharedLibsHostTests.java 78 private static final String STATIC_LIB_CONSUMER1_PKG = "android.os.lib.consumer1";
158 getDevice().uninstallPackage(STATIC_LIB_CONSUMER1_PKG);
169 runDeviceTests(STATIC_LIB_CONSUMER1_PKG,
173 getDevice().uninstallPackage(STATIC_LIB_CONSUMER1_PKG);
180 getDevice().uninstallPackage(STATIC_LIB_CONSUMER1_PKG);
191 runDeviceTests(STATIC_LIB_CONSUMER1_PKG,
197 runDeviceTests(STATIC_LIB_CONSUMER1_PKG,
203 runDeviceTests(STATIC_LIB_CONSUMER1_PKG,
207 getDevice().uninstallPackage(STATIC_LIB_CONSUMER1_PKG);
256 getDevice().uninstallPackage(STATIC_LIB_CONSUMER1_PKG);
    [all...]
  /cts/hostsidetests/os/test-apps/StaticSharedLibConsumerApp1/src/android/os/lib/consumer1/
UseSharedLibraryTest.java 51 private static final String STATIC_LIB_CONSUMER1_PKG = "android.os.lib.consumer1";
138 assertEquals(STATIC_LIB_CONSUMER1_PKG, dependentPackage.getPackageName());

Completed in 104 milliseconds