Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerService.java7436 filter.activity.printComponentShortName(out); in dumpFilter()
7451 activity.printComponentShortName(out); in dumpFilterLabel()
7652 filter.service.printComponentShortName(out); in dumpFilter()
7667 service.printComponentShortName(out); in dumpFilterLabel()
7876 filter.provider.printComponentShortName(out); in dumpFilter()
7891 provider.printComponentShortName(out); in dumpFilterLabel()
12759 pw.print(" "); p.printComponentShortName(pw); pw.println(":"); in dump()
/frameworks/base/core/java/android/content/pm/
DPackageParser.java4541 public void printComponentShortName(PrintWriter pw) { in printComponentShortName() method in PackageParser.Component