Searched refs:searchResult (Results 1 – 1 of 1) sorted by relevance
184 DexSearchResult searchResult = getDexPackage(loadingAppInfo, dexPath, loaderUserId); in notifyDexLoadInternal() local188 + " loads from " + searchResult + " : " + loaderUserId + " : " + dexPath); in notifyDexLoadInternal()191 if (searchResult.mOutcome != DEX_SEARCH_NOT_FOUND) { in notifyDexLoadInternal()196 searchResult.mOwningPackageName); in notifyDexLoadInternal()197 boolean primaryOrSplit = searchResult.mOutcome == DEX_SEARCH_FOUND_PRIMARY || in notifyDexLoadInternal()198 searchResult.mOutcome == DEX_SEARCH_FOUND_SPLIT; in notifyDexLoadInternal()210 searchResult.mOwningPackageName, loadingAppInfo.packageName); in notifyDexLoadInternal()220 if (mPackageDexUsage.record(searchResult.mOwningPackageName, in notifyDexLoadInternal()554 DexSearchResult searchResult = getDexPackage(info, dexPath, userId); in registerDexModule() local556 if (searchResult.mOutcome == DEX_SEARCH_NOT_FOUND) { in registerDexModule()[all …]