Home
last modified time | relevance | path

Searched refs:mSourcePackage (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/core/java/android/content/pm/
H A DLabeledIntent.java29 private String mSourcePackage; field in LabeledIntent
46 mSourcePackage = sourcePackage; in LabeledIntent()
64 mSourcePackage = sourcePackage; in LabeledIntent()
79 mSourcePackage = sourcePackage; in LabeledIntent()
95 mSourcePackage = sourcePackage; in LabeledIntent()
105 return mSourcePackage; in getSourcePackage()
138 if (mLabelRes != 0 && mSourcePackage != null) { in loadLabel()
153 if (mIcon != 0 && mSourcePackage != null) { in loadIcon()
154 Drawable icon = pm.getDrawable(mSourcePackage, mIcon, null); in loadIcon()
164 dest.writeString(mSourcePackage); in writeToParcel()
[all …]
/aosp12/frameworks/base/services/core/java/com/android/server/signedconfig/
H A DGlobalSettingsConfigApplicator.java70 private final String mSourcePackage; field in GlobalSettingsConfigApplicator
76 mSourcePackage = sourcePackage; in GlobalSettingsConfigApplicator()
110 Slog.e(TAG, "Signature check on global settings in package " + mSourcePackage in applyConfig()
119 Slog.e(TAG, "Failed to parse global settings from package " + mSourcePackage, e); in applyConfig()
125 Slog.i(TAG, "Global settings from package " + mSourcePackage in applyConfig()
131 Slog.i(TAG, "Got new global settings from package " + mSourcePackage + ": version " in applyConfig()
/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DVoicemailContentProvider.java290 private final String mSourcePackage; field in VoicemailContentProvider.UriData
297 mSourcePackage = sourcePackage; in UriData()
317 return mSourcePackage != null; in hasSourcePackage()
322 return mSourcePackage; in getSourcePackage()
/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java790 private final String mSourcePackage; field in ActivityManagerService.PackageAssociationInfo
796 mSourcePackage = sourcePackage; in PackageAssociationInfo()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt15043 Landroid/content/pm/LabeledIntent;->mSourcePackage:Ljava/lang/String;