Home
last modified time | relevance | path

Searched refs:hashSecondaryDexFile (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/dex/
DDexLoggerTests.java96 doReturn(CONTENT_HASH_BYTES).when(mInstaller).hashSecondaryDexFile( in testSingleAppWithFileHash()
108 doReturn(new byte[] { }).when(mInstaller).hashSecondaryDexFile( in testSingleAppNoFileHash()
119 doThrow(new InstallerException("Testing failure")).when(mInstaller).hashSecondaryDexFile( in testSingleAppHashFails()
129 doReturn(CONTENT_HASH_BYTES).when(mInstaller).hashSecondaryDexFile( in testOtherApps()
/frameworks/native/cmds/installd/tests/
Dinstalld_service_test.cpp165 EXPECT_TRUE(service->hashSecondaryDexFile( in TEST_F()
185 EXPECT_TRUE(service->hashSecondaryDexFile( in TEST_F()
200 EXPECT_TRUE(service->hashSecondaryDexFile( in TEST_F()
215 EXPECT_FALSE(service->hashSecondaryDexFile( in TEST_F()
/frameworks/base/services/core/java/com/android/server/pm/dex/
DDexLogger.java79 hash = mInstaller.hashSecondaryDexFile(dexPath, appInfo.packageName, in onReconcileSecondaryDexFile()
/frameworks/native/cmds/installd/binder/android/os/
DIInstalld.aidl96 byte[] hashSecondaryDexFile(@utf8InCpp String dexPath, @utf8InCpp String pkgName, in hashSecondaryDexFile() method
/frameworks/base/services/core/java/com/android/server/pm/
DInstaller.java523 public byte[] hashSecondaryDexFile(String dexPath, String packageName, int uid, in hashSecondaryDexFile() method in Installer
527 return mInstalld.hashSecondaryDexFile(dexPath, packageName, uid, volumeUuid, flags); in hashSecondaryDexFile()
/frameworks/native/cmds/installd/
DInstalldNativeService.h132 binder::Status hashSecondaryDexFile(const std::string& dexPath,
DInstalldNativeService.cpp2565 binder::Status InstalldNativeService::hashSecondaryDexFile( in hashSecondaryDexFile() function in android::installd::InstalldNativeService
/frameworks/base/config/
Dboot-image-profile.txt4254 HPLandroid/os/IInstalld$Stub$Proxy;->hashSecondaryDexFile(Ljava/lang/String;Ljava/lang/String;ILjav…
27650 HSPLandroid/os/IInstalld;->hashSecondaryDexFile(Ljava/lang/String;Ljava/lang/String;ILjava/lang/Str…