Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/dex/
DDexManager.java108 private static int DEX_SEARCH_NOT_FOUND = 0; // dex file not found field in DexManager
191 if (searchResult.mOutcome != DEX_SEARCH_NOT_FOUND) { in notifyDexLoadInternal()
556 if (searchResult.mOutcome == DEX_SEARCH_NOT_FOUND) { in registerDexModule()
616 return new DexSearchResult("framework", DEX_SEARCH_NOT_FOUND); in getDexPackage()
624 if (outcome != DEX_SEARCH_NOT_FOUND) { in getDexPackage()
635 if (outcome != DEX_SEARCH_NOT_FOUND) { in getDexPackage()
657 return new DexSearchResult(null, DEX_SEARCH_NOT_FOUND); in getDexPackage()
815 return DEX_SEARCH_NOT_FOUND; in searchDex()
830 return DEX_SEARCH_NOT_FOUND; in searchDex()