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

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

Completed in 774 milliseconds