/frameworks/base/core/java/android/content/pm/ |
D | InstallSourceInfo.java | 28 public final class InstallSourceInfo implements Parcelable { class 43 public InstallSourceInfo(@Nullable String initiatingPackageName, in InstallSourceInfo() method in InstallSourceInfo 52 public InstallSourceInfo(@Nullable String initiatingPackageName, in InstallSourceInfo() method in InstallSourceInfo 80 private InstallSourceInfo(Parcel source) { in InstallSourceInfo() method in InstallSourceInfo 168 public static final Parcelable.Creator<InstallSourceInfo> CREATOR = 169 new Creator<InstallSourceInfo>() { 171 public InstallSourceInfo createFromParcel(Parcel source) { 172 return new InstallSourceInfo(source); 176 public InstallSourceInfo[] newArray(int size) { 177 return new InstallSourceInfo[size];
|
D | InstallSourceInfo.aidl | 19 parcelable InstallSourceInfo;
|
D | IPackageManager.aidl | 31 import android.content.pm.InstallSourceInfo; 256 InstallSourceInfo getInstallSourceInfo(in String packageName, int userId); in getInstallSourceInfo()
|
D | PackageManager.java | 9211 public InstallSourceInfo getInstallSourceInfo(@NonNull String packageName) in getInstallSourceInfo()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
D | BackgroundInstallControlServiceTest.java | 44 import android.content.pm.InstallSourceInfo; 561 InstallSourceInfo installSourceInfo = in testHandleUsageEvent_packageAddedNoUsageEvent() 562 new InstallSourceInfo( in testHandleUsageEvent_packageAddedNoUsageEvent() 599 InstallSourceInfo installSourceInfo = in testHandleUsageEvent_packageAddedInsideTimeFrame() 600 new InstallSourceInfo( in testHandleUsageEvent_packageAddedInsideTimeFrame() 645 InstallSourceInfo installSourceInfo = in testHandleUsageEvent_fallsBackToAppInfoTimeWhenHistoricalSessionsNotFound() 646 new InstallSourceInfo( in testHandleUsageEvent_fallsBackToAppInfoTimeWhenHistoricalSessionsNotFound() 696 InstallSourceInfo installSourceInfo = in testHandleUsageEvent_usesHistoricalSessionCreateTimeWhenHistoricalSessionsFound() 697 new InstallSourceInfo( in testHandleUsageEvent_usesHistoricalSessionCreateTimeWhenHistoricalSessionsFound() 761 InstallSourceInfo installSourceInfo = in testHandleUsageEvent_packageAddedOutsideTimeFrame1() [all …]
|
/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/ |
D | PackageInstalledReceiver.java | 22 import android.content.pm.InstallSourceInfo; 67 InstallSourceInfo installerInfo = in onReceive()
|
D | UnarchiveActivity.java | 28 import android.content.pm.InstallSourceInfo; 111 InstallSourceInfo installSource) in getResponsibleInstallerTitle()
|
D | PackageInstallerActivity.java | 34 import android.content.pm.InstallSourceInfo; 185 final InstallSourceInfo sourceInfo = mPm.getInstallSourceInfo(packageName); in getExistingUpdateOwner()
|
/frameworks/base/core/java/com/android/internal/app/ |
D | AppLocaleStore.java | 24 import android.content.pm.InstallSourceInfo; 132 InstallSourceInfo installSourceInfo; in hasInstallerInfo()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/locales/ |
D | SystemAppUpdateTrackerTest.java | 40 import android.content.pm.InstallSourceInfo; 88 private static final InstallSourceInfo DEFAULT_INSTALL_SOURCE_INFO = new InstallSourceInfo(
|
D | LocaleManagerServiceTest.java | 44 import android.content.pm.InstallSourceInfo; 77 private static final InstallSourceInfo DEFAULT_INSTALL_SOURCE_INFO = new InstallSourceInfo(
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | BackgroundInstallControlService.java | 31 import android.content.pm.InstallSourceInfo; 285 final InstallSourceInfo installInfo = mPackageManager.getInstallSourceInfo(packageName); in handlePackageAdd()
|
D | Computer.java | 29 import android.content.pm.InstallSourceInfo; 538 InstallSourceInfo getInstallSourceInfo(@NonNull String packageName, @UserIdInt int userId); in getInstallSourceInfo()
|
D | IPackageManagerBase.java | 38 import android.content.pm.InstallSourceInfo; 463 public final InstallSourceInfo getInstallSourceInfo(@NonNull String packageName, in getInstallSourceInfo()
|
D | LauncherAppsService.java | 74 import android.content.pm.InstallSourceInfo; 1860 InstallSourceInfo info = mIPM.getInstallSourceInfo(packageName, callingUserId); in getInstallerPackage()
|
D | ComputerEngine.java | 83 import android.content.pm.InstallSourceInfo; 5122 public InstallSourceInfo getInstallSourceInfo(@NonNull String packageName, in getInstallSourceInfo() 5218 return new InstallSourceInfo(initiatingPackageName, initiatingPackageSigningInfo, in getInstallSourceInfo()
|
D | PackageInstallerSession.java | 97 import android.content.pm.InstallSourceInfo; 1068 final InstallSourceInfo existingInstallSourceInfo = isUpdate in computeUserActionRequirement()
|
D | PackageManagerService.java | 95 import android.content.pm.InstallSourceInfo; 1382 final InstallSourceInfo installSourceInfo = snapshot.getInstallSourceInfo(packageName, in requestChecksumsInternal()
|
/frameworks/base/services/core/java/com/android/server/ |
D | BinaryTransparencyService.java | 40 import android.content.pm.InstallSourceInfo; 244 InstallSourceInfo installSourceInfo = getInstallSourceInfo( in collectAppInfo() 633 InstallSourceInfo installSourceInfo = getInstallSourceInfo( in onShellCommand() 1637 private InstallSourceInfo getInstallSourceInfo(String packageName) { in getInstallSourceInfo()
|
/frameworks/base/core/java/android/app/ |
D | ApplicationPackageManager.java | 62 import android.content.pm.InstallSourceInfo; 2602 public InstallSourceInfo getInstallSourceInfo(String packageName) throws NameNotFoundException { in getInstallSourceInfo() 2603 final InstallSourceInfo installSourceInfo; in getInstallSourceInfo()
|
/frameworks/base/boot/ |
D | preloaded-classes | 1714 android.content.pm.InstallSourceInfo$1 1715 android.content.pm.InstallSourceInfo
|
D | boot-image-profile.txt | 1258 …tionPackageManager;->getInstallSourceInfo(Ljava/lang/String;)Landroid/content/pm/InstallSourceInfo; 4466 HSPLandroid/content/pm/InstallSourceInfo;->getInitiatingPackageName()Ljava/lang/String; 4467 HSPLandroid/content/pm/InstallSourceInfo;->getInstallingPackageName()Ljava/lang/String; 24093 Landroid/content/pm/InstallSourceInfo$1; 24094 Landroid/content/pm/InstallSourceInfo;
|
/frameworks/base/config/ |
D | preloaded-classes | 1718 android.content.pm.InstallSourceInfo$1 1719 android.content.pm.InstallSourceInfo
|
D | boot-image-profile.txt | 1258 …tionPackageManager;->getInstallSourceInfo(Ljava/lang/String;)Landroid/content/pm/InstallSourceInfo; 4469 HSPLandroid/content/pm/InstallSourceInfo;->getInitiatingPackageName()Ljava/lang/String; 4470 HSPLandroid/content/pm/InstallSourceInfo;->getInstallingPackageName()Ljava/lang/String; 34227 Landroid/content/pm/InstallSourceInfo$1; 34228 Landroid/content/pm/InstallSourceInfo;
|
/frameworks/base/services/ |
D | art-profile | 2304 …gine;->getInstallSourceInfo(Ljava/lang/String;I)Landroid/content/pm/InstallSourceInfo;+]Lcom/andro… 2400 …Base;->getInstallSourceInfo(Ljava/lang/String;I)Landroid/content/pm/InstallSourceInfo;+]Lcom/andro…
|