Home
last modified time | relevance | path

Searched refs:isSecondaryDexFile (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/app/
DDexLoadReporter.java131 if (!isSecondaryDexFile(dexPath, dataDirs)) { in registerSecondaryDexForProfiling()
173 private boolean isSecondaryDexFile(String dexPath, String[] dataDirs) { in isSecondaryDexFile() method in DexLoadReporter