Searched refs:mOutcome (Results 1 – 1 of 1) sorted by relevance
222 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.DexSearchResult776 this.mOutcome = outcome; in DexSearchResult()781 return mOwningPackageName + "-" + mOutcome; in toString()