Searched refs:DEX_SEARCH_NOT_FOUND (Results 1 – 1 of 1) sorted by relevance
126 private static int DEX_SEARCH_NOT_FOUND = 0; // dex file not found field in DexManager229 if (searchResult.mOutcome != DEX_SEARCH_NOT_FOUND) { in notifyDexLoadInternal()752 if (searchResult.mOutcome == DEX_SEARCH_NOT_FOUND) { in registerDexModule()818 if (outcome != DEX_SEARCH_NOT_FOUND) { in getDexPackage()829 if (outcome != DEX_SEARCH_NOT_FOUND) { in getDexPackage()873 return new DexSearchResult(null, DEX_SEARCH_NOT_FOUND); in getDexPackage()1116 return DEX_SEARCH_NOT_FOUND; in searchDex()1131 return DEX_SEARCH_NOT_FOUND; in searchDex()