Searched refs:mBrief (Results 1 – 2 of 2) sorted by relevance
/aosp14/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | DumpState.java | 63 private boolean mBrief; field in DumpState 136 return mBrief; in isBrief() 140 mBrief = brief; in setBrief()
|
H A D | PackageManagerShellCommand.java | 194 boolean mBrief; field in PackageManagerShellCommand 1325 mBrief = false; in parseIntentAndUser() 1334 mBrief = true; in parseIntentAndUser() 1394 printResolveInfo(pr, "", ri, mBrief, mComponents); in runResolveActivity() 1421 printResolveInfo(pr, " ", result.get(i), mBrief, mComponents); in runQueryIntentActivities() 1426 printResolveInfo(pr, "", result.get(i), mBrief, mComponents); in runQueryIntentActivities() 1455 printResolveInfo(pr, " ", result.get(i), mBrief, mComponents); in runQueryIntentServices() 1460 printResolveInfo(pr, "", result.get(i), mBrief, mComponents); in runQueryIntentServices() 1489 printResolveInfo(pr, " ", result.get(i), mBrief, mComponents); in runQueryIntentReceivers() 1494 printResolveInfo(pr, "", result.get(i), mBrief, mComponents); in runQueryIntentReceivers()
|