Home
last modified time | relevance | path

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

/cts/hostsidetests/compilation/src/android/compilation/cts/
DAdbRootDependentCompilationTest.java233 mUtils.pushFromResource("/package-dex-usage.pb", PACKAGE_DEX_USAGE_PATH); in testSecondaryDexUseLoading()
322 mUtils.pushFromResource(profileResourceName, targetPath); in writeSystemManagedProfile()
DUtils.java148 public void pushFromResource(String resource, String remotePath) throws Exception { in pushFromResource() method in Utils