Searched refs:mOutcome (Results 1 – 1 of 1) sorted by relevance
219 if (searchResult.mOutcome != DEX_SEARCH_NOT_FOUND) { in notifyDexLoadInternal()225 boolean primaryOrSplit = searchResult.mOutcome == DEX_SEARCH_FOUND_PRIMARY || in notifyDexLoadInternal()226 searchResult.mOutcome == DEX_SEARCH_FOUND_SPLIT; in notifyDexLoadInternal()585 if (searchResult.mOutcome == DEX_SEARCH_NOT_FOUND) { in registerDexModule()591 if (searchResult.mOutcome == DEX_SEARCH_FOUND_PRIMARY || in registerDexModule()592 searchResult.mOutcome == DEX_SEARCH_FOUND_SPLIT) { in registerDexModule()868 private int mOutcome; field in DexManager.DexSearchResult872 this.mOutcome = outcome; in DexSearchResult()877 return mOwningPackageName + "-" + mOutcome; in toString()