HomeSort by relevance Sort by last modified time
    Searched refs:hashSecondaryDexFile (Results 1 - 8 of 8) sorted by null

  /frameworks/base/services/tests/servicestests/src/com/android/server/pm/dex/
DexLoggerTests.java 96 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/
installd_service_test.cpp 165 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/
DexLogger.java 79 hash = mInstaller.hashSecondaryDexFile(dexPath, appInfo.packageName,
  /frameworks/native/cmds/installd/binder/android/os/
IInstalld.aidl 96 byte[] hashSecondaryDexFile(@utf8InCpp String dexPath, @utf8InCpp String pkgName,
  /frameworks/base/services/core/java/com/android/server/pm/
Installer.java 523 public byte[] hashSecondaryDexFile(String dexPath, String packageName, int uid,
527 return mInstalld.hashSecondaryDexFile(dexPath, packageName, uid, volumeUuid, flags);
  /frameworks/native/cmds/installd/
InstalldNativeService.h 132 binder::Status hashSecondaryDexFile(const std::string& dexPath,
InstalldNativeService.cpp     [all...]
  /frameworks/base/config/
boot-image-profile.txt     [all...]

Completed in 151 milliseconds