Searched refs:mBrief (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/core/java/com/android/server/pm/ |
D | PackageManagerShellCommand.java | 140 boolean mBrief; field in PackageManagerShellCommand 956 mBrief = false; in parseIntentAndUser() 965 mBrief = true; in parseIntentAndUser() 1025 printResolveInfo(pr, "", ri, mBrief, mComponents); in runResolveActivity() 1052 printResolveInfo(pr, " ", result.get(i), mBrief, mComponents); in runQueryIntentActivities() 1057 printResolveInfo(pr, "", result.get(i), mBrief, mComponents); in runQueryIntentActivities() 1086 printResolveInfo(pr, " ", result.get(i), mBrief, mComponents); in runQueryIntentServices() 1091 printResolveInfo(pr, "", result.get(i), mBrief, mComponents); in runQueryIntentServices() 1120 printResolveInfo(pr, " ", result.get(i), mBrief, mComponents); in runQueryIntentReceivers() 1125 printResolveInfo(pr, "", result.get(i), mBrief, mComponents); in runQueryIntentReceivers()
|