Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/tests/
Dinstalld_service_test.cpp174 EXPECT_BINDER_SUCCESS(service->hashSecondaryDexFile( in TEST_F()
194 EXPECT_BINDER_SUCCESS(service->hashSecondaryDexFile( in TEST_F()
209 EXPECT_BINDER_SUCCESS(service->hashSecondaryDexFile( in TEST_F()
224 EXPECT_BINDER_FAIL(service->hashSecondaryDexFile( in TEST_F()
/frameworks/native/cmds/installd/binder/android/os/
DIInstalld.aidl98 byte[] hashSecondaryDexFile(@utf8InCpp String dexPath, @utf8InCpp String pkgName, in hashSecondaryDexFile() method
/frameworks/base/services/core/java/com/android/server/pm/dex/
DDynamicCodeLogger.java141 hash = mInstaller.hashSecondaryDexFile(filePath, packageName, appInfo.uid, in logDynamicCodeLoading()
/frameworks/base/services/core/java/com/android/server/pm/
DInstaller.java553 public byte[] hashSecondaryDexFile(String dexPath, String packageName, int uid, in hashSecondaryDexFile() method in Installer
558 return mInstalld.hashSecondaryDexFile(dexPath, packageName, uid, volumeUuid, flags); in hashSecondaryDexFile()
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/dex/
DDynamicCodeLoggerTests.java293 stubber.when(mInstaller).hashSecondaryDexFile( in whenFileIsHashed()
/frameworks/native/cmds/installd/
DInstalldNativeService.h145 binder::Status hashSecondaryDexFile(const std::string& dexPath,
DInstalldNativeService.cpp2734 binder::Status InstalldNativeService::hashSecondaryDexFile( in hashSecondaryDexFile() function in android::installd::InstalldNativeService
/frameworks/base/services/
Dart-profile10347 PLcom/android/server/pm/Installer;->hashSecondaryDexFile(Ljava/lang/String;Ljava/lang/String;ILjava…