Searched defs:DEX_SEARCH_FOUND_SPLIT (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/dex/
H A DDexManager.java101 private static int DEX_SEARCH_FOUND_SPLIT = 2; // dex file is a split apk field in class:DexManager
212 searchResult.mOutcome == DEX_SEARCH_FOUND_SPLIT;
557 searchResult.mOutcome == DEX_SEARCH_FOUND_SPLIT) {
865 return DEX_SEARCH_FOUND_SPLIT;

Completed in 33 milliseconds