Searched refs:hashSecondaryDexFile (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/dex/ |
D | DexLoggerTests.java | 96 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/ |
D | installd_service_test.cpp | 165 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/ |
D | DexLogger.java | 79 hash = mInstaller.hashSecondaryDexFile(dexPath, appInfo.packageName, in onReconcileSecondaryDexFile()
|
/frameworks/native/cmds/installd/binder/android/os/ |
D | IInstalld.aidl | 96 byte[] hashSecondaryDexFile(@utf8InCpp String dexPath, @utf8InCpp String pkgName, in hashSecondaryDexFile() method
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | Installer.java | 523 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/ |
D | InstalldNativeService.h | 132 binder::Status hashSecondaryDexFile(const std::string& dexPath,
|
D | InstalldNativeService.cpp | 2565 binder::Status InstalldNativeService::hashSecondaryDexFile( in hashSecondaryDexFile() function in android::installd::InstalldNativeService
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 4254 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…
|