Searched refs:mOutcome (Results 1 – 1 of 1) sorted by relevance
191 if (searchResult.mOutcome != DEX_SEARCH_NOT_FOUND) { in notifyDexLoadInternal()197 boolean primaryOrSplit = searchResult.mOutcome == DEX_SEARCH_FOUND_PRIMARY || in notifyDexLoadInternal()198 searchResult.mOutcome == DEX_SEARCH_FOUND_SPLIT; in notifyDexLoadInternal()556 if (searchResult.mOutcome == DEX_SEARCH_NOT_FOUND) { in registerDexModule()562 if (searchResult.mOutcome == DEX_SEARCH_FOUND_PRIMARY || in registerDexModule()563 searchResult.mOutcome == DEX_SEARCH_FOUND_SPLIT) { in registerDexModule()839 private int mOutcome; field in DexManager.DexSearchResult843 this.mOutcome = outcome; in DexSearchResult()848 return mOwningPackageName + "-" + mOutcome; in toString()