Searched refs:mOutcome (Results 1 – 1 of 1) sorted by relevance
229 if (searchResult.mOutcome != DEX_SEARCH_NOT_FOUND) { in notifyDexLoadInternal()235 boolean primaryOrSplit = searchResult.mOutcome == DEX_SEARCH_FOUND_PRIMARY || in notifyDexLoadInternal()236 searchResult.mOutcome == DEX_SEARCH_FOUND_SPLIT; in notifyDexLoadInternal()752 if (searchResult.mOutcome == DEX_SEARCH_NOT_FOUND) { in registerDexModule()758 if (searchResult.mOutcome == DEX_SEARCH_FOUND_PRIMARY || in registerDexModule()759 searchResult.mOutcome == DEX_SEARCH_FOUND_SPLIT) { in registerDexModule()1140 private int mOutcome; field in DexManager.DexSearchResult1144 this.mOutcome = outcome; in DexSearchResult()1149 return mOwningPackageName + "-" + mOutcome; in toString()