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.java10853 filter.activity.printComponentShortName(out);
10868 activity.printComponentShortName(out);
11051 filter.service.printComponentShortName(out);
11066 service.printComponentShortName(out);
11271 filter.provider.printComponentShortName(out);
11286 provider.printComponentShortName(out);
18632 pw.print(" "); p.printComponentShortName(pw); pw.println(":");
/frameworks/base/core/java/android/content/pm/
DPackageParser.java5273 public void printComponentShortName(PrintWriter pw) { in printComponentShortName() method in PackageParser.Component