/frameworks/base/proto/src/ |
D | system_messages.proto | 35 // Package: com.android.systemui 39 // Package: com.android.systemui 43 // Package: com.android.systemui 47 // Package: com.android.systemui 51 // Package: com.android.systemui 55 // Package: com.android.systemui 59 // Package: com.android.systemui 63 // Package: android 67 // Package: android 71 // Package: android [all …]
|
/frameworks/base/services/core/java/com/android/server/ |
D | EventLogTags.logtags | 123 2820 backup_data_changed (Package|3) 125 2822 backup_transport_failure (Package|3) 126 2823 backup_agent_failure (Package|3),(Message|3) 127 2824 backup_package (Package|3),(Size|1|2) 132 2829 backup_quota_exceeded (Package|3) 135 2832 restore_agent_failure (Package|3),(Message|3) 136 2833 restore_package (Package|3),(Size|1|2) 139 2840 full_backup_package (Package|3) 140 2841 full_backup_agent_failure (Package|3),(Message|3) 142 2843 full_backup_success (Package|3) [all …]
|
/frameworks/base/services/tests/servicestests/src/com/android/server/om/ |
D | OverlayManagerServiceImplTestsBase.java | 195 final FakeDeviceState.Package replacedPackage = mState.select(pkg.packageName, userId); in upgradeAndAssert() 222 final FakeDeviceState.Package replacedPackage = mState.select(pkg.packageName, userId); in downgradeAndAssert() 243 final FakeDeviceState.Package pkg = mState.select(packageName, userId); in uninstallAndAssert() 253 private ArrayMap<String, Package> mPackages = new ArrayMap<>(); 256 final Package pkg = pkgBuilder.build(); in add() 257 final Package previousPkg = select(pkg.packageName, userId); in add() 271 final Package pkg = mPackages.get(packageName); in uninstall() 277 Package select(String packageName, int userId) { in select() 278 final Package pkg = mPackages.get(packageName); in select() 282 private Package selectFromPath(String path) { in selectFromPath() [all …]
|
/frameworks/base/core/java/com/android/internal/policy/ |
D | AttributeCache.java | 50 private final LruCache<String, Package> mPackages = new LruCache<>(CACHE_SIZE); 57 public final static class Package { class in AttributeCache 61 public Package(Context c) { in Package() method in AttributeCache.Package 126 final Package pkg = mPackages.remove(packageName); in removePackage() 161 Package pkg = mPackages.get(packageName); in get() 183 pkg = new Package(context); in get()
|
/frameworks/base/core/tests/coretests/src/com/android/internal/content/res/ |
D | OverlayConfigIterationRule.java | 176 final TriConsumer<PackageProvider.Package, Boolean, File> f = in apply() 177 (TriConsumer<PackageProvider.Package, Boolean, File>) args[0]; in apply() 180 final PackageProvider.Package a = in apply() 181 Mockito.mock(PackageProvider.Package.class); in apply()
|
/frameworks/base/services/ |
D | art-profile-boot | 62 Lcom/android/server/pm/AppsFilter;->addPackage(Landroid/content/pm/PackageParser$Package;Ljava/util… 63 …Filter;->canQuery(Landroid/content/pm/PackageParser$Package;Landroid/content/pm/PackageParser$Pack… 64 Lcom/android/server/pm/SELinuxMMAC;->getSeInfo(Landroid/content/pm/PackageParser$Package;ZI)Ljava/l… 65 Lcom/android/server/pm/Policy;->getMatchedSeInfo(Landroid/content/pm/PackageParser$Package;)Ljava/l… 71 …rmission/PermissionManagerService;->addAllPermissions(Landroid/content/pm/PackageParser$Package;Z)V 74 …id/content/pm/PackageParser$Permission;Landroid/content/pm/PackageParser$Package;Ljava/util/Collec… 75 …itPackageSettings(Landroid/content/pm/PackageParser$Package;Landroid/content/pm/PackageParser$Pack… 78 …ckageManagerService;->isPackageRenamed(Landroid/content/pm/PackageParser$Package;Ljava/lang/String… 85 …ce;->applyPolicy(Landroid/content/pm/PackageParser$Package;IILandroid/content/pm/PackageParser$Pac… 86 …omponentResolver;->addActivitiesLocked(Landroid/content/pm/PackageParser$Package;Ljava/util/List;Z… [all …]
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | AppStartInfoTracker.java | 925 case (int) AppsStartInfoProto.Package.PACKAGE_NAME: in loadPackagesFromProto() 926 pkgName = proto.readString(AppsStartInfoProto.Package.PACKAGE_NAME); in loadPackagesFromProto() 928 case (int) AppsStartInfoProto.Package.USERS: in loadPackagesFromProto() 931 int uid = container.readFromProto(proto, AppsStartInfoProto.Package.USERS); in loadPackagesFromProto() 959 proto.write(AppsStartInfoProto.Package.PACKAGE_NAME, packageName); in persistProcessStartInfo() 964 .writeToProto(proto, AppsStartInfoProto.Package.USERS); in persistProcessStartInfo() 1319 proto.write(AppsStartInfoProto.Package.User.UID, mUid); in writeToProto() 1323 .writeToProto(proto, AppsStartInfoProto.Package.User.APP_START_INFO); in writeToProto() 1325 proto.write(AppsStartInfoProto.Package.User.MONITORING_ENABLED, mMonitoringModeEnabled); in writeToProto() 1336 case (int) AppsStartInfoProto.Package.User.UID: in readFromProto() [all …]
|
D | AppExitInfoTracker.java | 734 case (int) AppsExitInfoProto.Package.PACKAGE_NAME: in loadPackagesFromProto() 735 pkgName = proto.readString(AppsExitInfoProto.Package.PACKAGE_NAME); in loadPackagesFromProto() 737 case (int) AppsExitInfoProto.Package.USERS: in loadPackagesFromProto() 740 int uid = container.readFromProto(proto, AppsExitInfoProto.Package.USERS); in loadPackagesFromProto() 765 proto.write(AppsExitInfoProto.Package.PACKAGE_NAME, packageName); in persistProcessExitInfo() 768 records.valueAt(j).writeToProto(proto, AppsExitInfoProto.Package.USERS); in persistProcessExitInfo() 1517 proto.write(AppsExitInfoProto.Package.User.UID, mUid); in writeToProto() 1519 mInfos.valueAt(i).writeToProto(proto, AppsExitInfoProto.Package.User.APP_EXIT_INFO); in writeToProto() 1523 proto, AppsExitInfoProto.Package.User.APP_RECOVERABLE_CRASH); in writeToProto() 1535 case (int) AppsExitInfoProto.Package.User.UID: { in readFromProto() [all …]
|
D | EventLogTags.logtags | 17 30008 am_anr (User|1|5),(pid|1|5),(Package Name|3),(Flags|1|5),(reason|3) 51 30036 am_provider_lost_process (User|1|5),(Package Name|3),(UID|1|5),(Name|3) 64 30045 am_pre_boot (User|1|5),(Package|3)
|
/frameworks/base/tools/aapt/ |
D | ResourceTable.h | 102 class Package; variable 231 static inline uint32_t getResId(const sp<Package>& p, 267 status_t flattenLibraryTable(const sp<AaptFile>& dest, const Vector<sp<Package> >& libs); 533 class Package : public RefBase { 535 Package(const String16& name, size_t packageId); 536 virtual ~Package() { } in ~Package() 593 sp<Package> getPackage(const String16& package); 628 DefaultKeyedVector<String16, sp<Package> > mPackages; 629 Vector<sp<Package> > mOrderedPackages;
|
D | ResourceTable.cpp | 1787 sp<Package> package = new Package(mAssetsPackage, packageId); in ResourceTable() 1915 sp<Package> p = mPackages.valueFor(package); in startBag() 2008 sp<Package> p = mPackages.valueFor(package); in hasBagOrEntry() 2034 sp<Package> p = mPackages.valueFor(package); in hasBagOrEntry() 2073 sp<Package> p = mPackages.valueFor(package); in appendComment() 2096 sp<Package> p = mPackages.valueFor(package); in appendTypeComment() 2194 inline uint32_t ResourceTable::getResId(const sp<Package>& p, in getResId() 2228 sp<Package> p = mPackages.valueFor(package); in getResId() 2375 sp<Package> p = mPackages.valueFor(package); in getCustomResource() 2585 sp<Package> p = mOrderedPackages.itemAt(pi); in assignResourceIds() [all …]
|
/frameworks/proto_logging/stats/atoms/wearservices/ |
D | wearservices_atoms.proto | 53 // Package name of the application that created the notification event. 129 // Package name of the application that created the notification event. 159 // Package name of the application that created the notification event. 186 // Package name of the application that created the notification event. 201 // Package name of the application that created the notification event. 219 // Package name of the application that created the notification event. 241 // Package uid for the provider component for complication.
|
/frameworks/base/services/core/java/com/android/server/hdmi/ |
D | README.md | 1 # Package com.android.server.hdmi
|
/frameworks/av/media/utils/include/mediautils/ |
D | ServiceUtilities.h | 139 struct Package { struct 143 using Packages = std::vector<Package>; argument
|
/frameworks/proto_logging/stats/atoms/wear/media/ |
D | wear_media_extension_atoms.proto | 62 // Package name of the app that the user used to perform the action (eg: UMO 66 // Package name of the app that owns the media session. (This app is on the 84 // Package name of the app that owns the media session. (This app is on the 118 // Package name of the app that owns the media session. (If is_remote_session
|
/frameworks/base/core/java/com/android/internal/pm/parsing/pkg/ |
D | AndroidPackageInternal.java | 35 OverlayConfig.PackageProvider.Package {
|
/frameworks/base/libs/WindowManager/Shell/tests/flicker/ |
D | README.md | 1 # WM Shell Flicker Test Package
|
/frameworks/base/core/java/android/content/pm/ |
D | PackageParser.java | 324 final Package owner; 336 ParsePackageItemArgs(Package _owner, String[] _outError, in ParsePackageItemArgs() 359 public ParseComponentArgs(Package _owner, String[] _outError, in ParseComponentArgs() 679 public static PackageInfo generatePackageInfo(PackageParser.Package p, in generatePackageInfo() 688 public static PackageInfo generatePackageInfo(PackageParser.Package p, in generatePackageInfo() 705 PackageParser.Package pkg, ApexInfo apexInfo, int flags) { in generatePackageInfo() 710 private static PackageInfo generatePackageInfo(PackageParser.Package p, ApexInfo apexInfo, in generatePackageInfo() 1098 public Package parsePackage(File packageFile, int flags, boolean useCaches) in parsePackage() 1111 public Package parsePackage(File packageFile, int flags) throws PackageParserException { in parsePackage() 1125 private Package parseClusterPackage(File packageDir, int flags) throws PackageParserException { in parseClusterPackage() [all …]
|
/frameworks/base/apct-tests/perftests/packagemanager/src/android/os/ |
D | PackageParsingPerfTest.kt | 185 ParallelParser<PackageParser.Package>(cacher) { in <lambda>() 277 class PackageCacher1(cacheDir: File) : PackageCacher<PackageParser.Package>(cacheDir) { in <lambda>() 278 override fun fromParcel(parcel: Parcel) = PackageParser.Package(parcel) in <lambda>()
|
/frameworks/proto_logging/stats/atoms/art/ |
D | background_extension_dexopt_atoms.proto | 131 // Package counts are not available. 138 // Package counts may or may not be available, depending on whether the 142 // Package counts may or may not be available, depending on whether the 147 // Package counts may or may not be available, depending on whether the 154 // Package counts are not available.
|
/frameworks/base/proto/src/metrics_constants/ |
D | metrics_constants.proto | 2311 // Package: Calling app on open, called app on close 2318 // Package: Calling app on open, called app on close 2504 // Package: Package of app where print job is from 2519 // Package: Package of print service. 2524 // Package: Package of print service tied to printer 2528 // Package: Package of print service tied to printer 2538 // Package: Package of print service tied to printer 2553 // Package: Package of print service 2574 // PACKAGE: Package name of package which installed DPC. 4081 // Package: Package of app that is autofilled [all …]
|
/frameworks/base/libs/hwui/ |
D | JankTracker.h | 38 Package, enumerator
|
/frameworks/base/libs/WindowManager/Shell/tests/ |
D | README.md | 14 …[WM Shell Flicker Test Package](http://cs/android/framework/base/libs/WindowManager/Shell/tests/fl…
|
/frameworks/proto_logging/stats/atoms/appsearch/ |
D | appsearch_extension_atoms.proto | 62 // Package UID of the application. 155 // Package UID of the application. 202 // Package UID of the application. 238 // Package name of the application.
|
/frameworks/base/core/proto/android/providers/settings/ |
D | common.proto | 29 // Package name of the setting
|