Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/pm/dex/
H A DDexManager.java122 private static int DEX_SEARCH_NOT_FOUND = 0; // dex file not found field in DexManager
237 if (searchResult.mOutcome != DEX_SEARCH_NOT_FOUND) { in notifyDexLoadInternal()
678 if (outcome != DEX_SEARCH_NOT_FOUND) { in getDexPackage()
689 if (outcome != DEX_SEARCH_NOT_FOUND) { in getDexPackage()
733 return new DexSearchResult(null, DEX_SEARCH_NOT_FOUND); in getDexPackage()
939 return DEX_SEARCH_NOT_FOUND; in searchDex()
954 return DEX_SEARCH_NOT_FOUND; in searchDex()