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.java12931 filter.activity.printComponentShortName(out);
12946 activity.printComponentShortName(out);
13148 filter.service.printComponentShortName(out);
13168 service.printComponentShortName(out);
13392 filter.provider.printComponentShortName(out);
13407 provider.printComponentShortName(out);
21729 pw.print(" "); p.printComponentShortName(pw); pw.println(":");
/frameworks/base/core/java/android/content/pm/
DPackageParser.java7216 public void printComponentShortName(PrintWriter pw) { in printComponentShortName() method in PackageParser.Component