Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerShellCommand.java854 boolean showSourceDir = false; in runListInstrumentation()
862 showSourceDir = true; in runListInstrumentation()
895 if (showSourceDir) { in runListInstrumentation()
935 private int runListPackages(boolean showSourceDir) throws RemoteException { in runListPackages() argument
936 return runListPackages(showSourceDir, false); in runListPackages()
943 private int runListPackages(boolean showSourceDir, boolean showSdks) throws RemoteException { in runListPackages() argument
971 showSourceDir = true; in runListPackages()
1093 if (showSourceDir) { in runListPackages()