Home
last modified time | relevance | path

Searched refs:InstallSourceInfo (Results 1 – 15 of 15) sorted by relevance

/frameworks/base/core/java/android/content/pm/
DInstallSourceInfo.java28 public final class InstallSourceInfo implements Parcelable { class
39 public InstallSourceInfo(@Nullable String initiatingPackageName, in InstallSourceInfo() method in InstallSourceInfo
62 private InstallSourceInfo(Parcel source) { in InstallSourceInfo() method in InstallSourceInfo
126 public static final Parcelable.Creator<InstallSourceInfo> CREATOR =
127 new Creator<InstallSourceInfo>() {
129 public InstallSourceInfo createFromParcel(Parcel source) {
130 return new InstallSourceInfo(source);
134 public InstallSourceInfo[] newArray(int size) {
135 return new InstallSourceInfo[size];
DInstallSourceInfo.aidl19 parcelable InstallSourceInfo;
DIPackageManager.aidl29 import android.content.pm.InstallSourceInfo;
258 InstallSourceInfo getInstallSourceInfo(in String packageName); in getInstallSourceInfo()
DPackageManager.java7225 public InstallSourceInfo getInstallSourceInfo(@NonNull String packageName) in getInstallSourceInfo()
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
DAccessibilitySecurityPolicyTest.java46 import android.content.pm.InstallSourceInfo;
673 final InstallSourceInfo installSourceInfo = new InstallSourceInfo( in onBoundServicesChanged_bindAllowedSourceA11yToolService_noUIControllerAction()
692 final InstallSourceInfo installSourceInfo = new InstallSourceInfo(null, null, null, null); in onBoundServicesChanged_bindUnknownSourceA11yToolService_activateUIControllerAction()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAccessibilitySecurityPolicy.java29 import android.content.pm.InstallSourceInfo;
699 InstallSourceInfo installSourceInfo = mPackageManager.getInstallSourceInfo( in hasTrustedSystemInstallSource()
/frameworks/base/core/java/android/app/
DApplicationPackageManager.java55 import android.content.pm.InstallSourceInfo;
2276 public InstallSourceInfo getInstallSourceInfo(String packageName) throws NameNotFoundException { in getInstallSourceInfo()
2277 final InstallSourceInfo installSourceInfo; in getInstallSourceInfo()
/frameworks/base/services/core/java/com/android/server/pm/
DPackageInstallerSession.java75 import android.content.pm.InstallSourceInfo;
961 final InstallSourceInfo existingInstallSourceInfo = isUpdate in computeUserActionRequirement()
DPackageManagerService.java190 import android.content.pm.InstallSourceInfo;
6507 final InstallSourceInfo installSourceInfo = getInstallSourceInfo(packageName); in requestChecksumsInternal()
24216 public InstallSourceInfo getInstallSourceInfo(String packageName) {
24293 return new InstallSourceInfo(initiatingPackageName, initiatingPackageSigningInfo,
/frameworks/base/boot/
Dpreloaded-classes1456 android.content.pm.InstallSourceInfo$1
1457 android.content.pm.InstallSourceInfo
Dboot-image-profile.txt4543 …s/Parcel;Landroid/os/Parcel;]Landroid/content/pm/InstallSourceInfo;Landroid/content/pm/InstallSour…
24335 Landroid/content/pm/InstallSourceInfo$1;
24336 Landroid/content/pm/InstallSourceInfo;
/frameworks/base/config/
Dpreloaded-classes1455 android.content.pm.InstallSourceInfo$1
1456 android.content.pm.InstallSourceInfo
Dboot-image-profile.txt4541 …s/Parcel;Landroid/os/Parcel;]Landroid/content/pm/InstallSourceInfo;Landroid/content/pm/InstallSour…
33972 Landroid/content/pm/InstallSourceInfo$1;
33973 Landroid/content/pm/InstallSourceInfo;
/frameworks/base/core/api/
Dcurrent.txt12147 public final class InstallSourceInfo implements android.os.Parcelable {
12154 …ll public static final android.os.Parcelable.Creator<android.content.pm.InstallSourceInfo> CREATOR;
12539 …method @NonNull public android.content.pm.InstallSourceInfo getInstallSourceInfo(@NonNull String) …
/frameworks/base/services/
Dart-profile30200 …er/pm/PackageManagerService;]Landroid/content/pm/InstallSourceInfo;Landroid/content/pm/InstallSour…
31277 …rvice;->getInstallSourceInfo(Ljava/lang/String;)Landroid/content/pm/InstallSourceInfo;+]Lcom/andro…
31586 …er/pm/PackageManagerService;]Landroid/content/pm/InstallSourceInfo;Landroid/content/pm/InstallSour…