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.java72 final String remoteIdsigPath = remoteApkPath + IDSIG_SUFFIX; in testFeatureWorkingWithInstallation() local
74 assertTrue(getDevice().pushFile(idsig, remoteIdsigPath)); in testFeatureWorkingWithInstallation()
/cts/hostsidetests/packagemanager/extractnativelibs/src/android/extractnativelibs/cts/
DCtsExtractNativeLibsHostTestBase.java236 final String remoteIdsigPath = remoteApkPath + IDSIG_SUFFIX; in installPackageIncrementalFromFiles() local
238 assertTrue(getDevice().pushFile(v4Signature, remoteIdsigPath)); in installPackageIncrementalFromFiles()
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DBaseDevicePolicyTest.java343 final String remoteIdsigPath = remoteApkPath + signatureSuffix; in installAppIncremental() local
345 assertTrue(getDevice().pushFile(idsig, remoteIdsigPath)); in installAppIncremental()