Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DLoadedApk.java514 String instrumentedAppDir = activityThread.mInstrumentedAppDir; in makePaths() local
519 || appDir.equals(instrumentedAppDir)) { in makePaths()
522 if (!instrumentationAppDir.equals(instrumentedAppDir)) { in makePaths()
523 outZipPaths.add(instrumentedAppDir); in makePaths()
532 if (!instrumentationAppDir.equals(instrumentedAppDir)) { in makePaths()
546 if (!instrumentedAppDir.equals(instrumentationAppDir)) { in makePaths()