Searched refs:mBrief (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/core/java/com/android/server/pm/ |
D | DumpState.java | 63 private boolean mBrief; field in DumpState 136 return mBrief; in isBrief() 140 mBrief = brief; in setBrief()
|
D | PackageManagerShellCommand.java | 198 boolean mBrief; field in PackageManagerShellCommand 1353 mBrief = false; in parseIntentAndUser() 1362 mBrief = true; in parseIntentAndUser() 1422 printResolveInfo(pr, "", ri, mBrief, mComponents); in runResolveActivity() 1449 printResolveInfo(pr, " ", result.get(i), mBrief, mComponents); in runQueryIntentActivities() 1454 printResolveInfo(pr, "", result.get(i), mBrief, mComponents); in runQueryIntentActivities() 1483 printResolveInfo(pr, " ", result.get(i), mBrief, mComponents); in runQueryIntentServices() 1488 printResolveInfo(pr, "", result.get(i), mBrief, mComponents); in runQueryIntentServices() 1517 printResolveInfo(pr, " ", result.get(i), mBrief, mComponents); in runQueryIntentReceivers() 1522 printResolveInfo(pr, "", result.get(i), mBrief, mComponents); in runQueryIntentReceivers()
|