Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DCompilerStats.java82 String storagePath = getStoredPathFromCodePath(codePath); in getCompileTime()
93 String storagePath = getStoredPathFromCodePath(codePath); in setCompileTime()
103 private static String getStoredPathFromCodePath(String codePath) { in getStoredPathFromCodePath() method in CompilerStats.PackageStats