Searched refs:searchResult (Results 1 – 1 of 1) sorted by relevance
212 DexSearchResult searchResult = getDexPackage(loadingAppInfo, dexPath, loaderUserId); in notifyDexLoadInternal() local216 + " loads from " + searchResult + " : " + loaderUserId + " : " + dexPath); in notifyDexLoadInternal()219 if (searchResult.mOutcome != DEX_SEARCH_NOT_FOUND) { in notifyDexLoadInternal()224 searchResult.mOwningPackageName); in notifyDexLoadInternal()225 boolean primaryOrSplit = searchResult.mOutcome == DEX_SEARCH_FOUND_PRIMARY || in notifyDexLoadInternal()226 searchResult.mOutcome == DEX_SEARCH_FOUND_SPLIT; in notifyDexLoadInternal()238 searchResult.mOwningPackageName, loadingAppInfo.packageName); in notifyDexLoadInternal()248 if (mPackageDexUsage.record(searchResult.mOwningPackageName, in notifyDexLoadInternal()583 DexSearchResult searchResult = getDexPackage(info, dexPath, userId); in registerDexModule() local585 if (searchResult.mOutcome == DEX_SEARCH_NOT_FOUND) { in registerDexModule()[all …]