Home
last modified time | relevance | path

Searched refs:remoteIdsigPath (Results 1 – 3 of 3) sorted by relevance

/cts/hostsidetests/incrementalinstall/src/android/incrementalinstall/cts/
DIncrementalFeatureTest.java77 final String remoteIdsigPath = remoteApkPath + IDSIG_SUFFIX; in testFeatureWorkingWithInstallation() local
79 assertTrue(getDevice().pushFile(idsig, remoteIdsigPath)); in testFeatureWorkingWithInstallation()
/cts/hostsidetests/packagemanager/extractnativelibs/src/android/extractnativelibs/cts/
DCtsExtractNativeLibsHostTestBase.java241 final String remoteIdsigPath = remoteApkPath + IDSIG_SUFFIX; in installPackageIncrementalFromFiles() local
243 assertTrue(getDevice().pushFile(v4Signature, remoteIdsigPath)); in installPackageIncrementalFromFiles()
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DBaseDevicePolicyTest.java338 final String remoteIdsigPath = remoteApkPath + signatureSuffix; in installAppIncremental() local
340 assertTrue(getDevice().pushFile(idsig, remoteIdsigPath)); in installAppIncremental()