Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/dex/
DDexManager.java222 if (searchResult.mOutcome != DEX_SEARCH_NOT_FOUND) { in notifyDexLoadInternal()
228 boolean primaryOrSplit = searchResult.mOutcome == DEX_SEARCH_FOUND_PRIMARY || in notifyDexLoadInternal()
229 searchResult.mOutcome == DEX_SEARCH_FOUND_SPLIT; in notifyDexLoadInternal()
772 private final int mOutcome; field in DexManager.DexSearchResult
776 this.mOutcome = outcome; in DexSearchResult()
781 return mOwningPackageName + "-" + mOutcome; in toString()