Searched refs:DEX_SEARCH_NOT_FOUND (Results 1 – 1 of 1) sorted by relevance
122 private static int DEX_SEARCH_NOT_FOUND = 0; // dex file not found field in DexManager237 if (searchResult.mOutcome != DEX_SEARCH_NOT_FOUND) { in notifyDexLoadInternal()678 if (outcome != DEX_SEARCH_NOT_FOUND) { in getDexPackage()689 if (outcome != DEX_SEARCH_NOT_FOUND) { in getDexPackage()733 return new DexSearchResult(null, DEX_SEARCH_NOT_FOUND); in getDexPackage()939 return DEX_SEARCH_NOT_FOUND; in searchDex()954 return DEX_SEARCH_NOT_FOUND; in searchDex()