Searched refs:mOutcome (Results 1 – 1 of 1) sorted by relevance
237 if (searchResult.mOutcome != DEX_SEARCH_NOT_FOUND) { in notifyDexLoadInternal()243 boolean primaryOrSplit = searchResult.mOutcome == DEX_SEARCH_FOUND_PRIMARY || in notifyDexLoadInternal()244 searchResult.mOutcome == DEX_SEARCH_FOUND_SPLIT; in notifyDexLoadInternal()963 private int mOutcome; field in DexManager.DexSearchResult967 this.mOutcome = outcome; in DexSearchResult()972 return mOwningPackageName + "-" + mOutcome; in toString()