Home
last modified time | relevance | path

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

12

/frameworks/base/core/java/android/content/pm/
DInstallSourceInfo.java28 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];
DInstallSourceInfo.aidl19 parcelable InstallSourceInfo;
DIPackageManager.aidl31 import android.content.pm.InstallSourceInfo;
256 InstallSourceInfo getInstallSourceInfo(in String packageName, int userId); in getInstallSourceInfo()
DPackageManager.java9211 public InstallSourceInfo getInstallSourceInfo(@NonNull String packageName) in getInstallSourceInfo()
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DBackgroundInstallControlServiceTest.java44 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/
DPackageInstalledReceiver.java22 import android.content.pm.InstallSourceInfo;
67 InstallSourceInfo installerInfo = in onReceive()
DUnarchiveActivity.java28 import android.content.pm.InstallSourceInfo;
111 InstallSourceInfo installSource) in getResponsibleInstallerTitle()
DPackageInstallerActivity.java34 import android.content.pm.InstallSourceInfo;
185 final InstallSourceInfo sourceInfo = mPm.getInstallSourceInfo(packageName); in getExistingUpdateOwner()
/frameworks/base/core/java/com/android/internal/app/
DAppLocaleStore.java24 import android.content.pm.InstallSourceInfo;
132 InstallSourceInfo installSourceInfo; in hasInstallerInfo()
/frameworks/base/services/tests/servicestests/src/com/android/server/locales/
DSystemAppUpdateTrackerTest.java40 import android.content.pm.InstallSourceInfo;
88 private static final InstallSourceInfo DEFAULT_INSTALL_SOURCE_INFO = new InstallSourceInfo(
DLocaleManagerServiceTest.java44 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/
DBackgroundInstallControlService.java31 import android.content.pm.InstallSourceInfo;
285 final InstallSourceInfo installInfo = mPackageManager.getInstallSourceInfo(packageName); in handlePackageAdd()
DComputer.java29 import android.content.pm.InstallSourceInfo;
538 InstallSourceInfo getInstallSourceInfo(@NonNull String packageName, @UserIdInt int userId); in getInstallSourceInfo()
DIPackageManagerBase.java38 import android.content.pm.InstallSourceInfo;
463 public final InstallSourceInfo getInstallSourceInfo(@NonNull String packageName, in getInstallSourceInfo()
DLauncherAppsService.java74 import android.content.pm.InstallSourceInfo;
1860 InstallSourceInfo info = mIPM.getInstallSourceInfo(packageName, callingUserId); in getInstallerPackage()
DComputerEngine.java83 import android.content.pm.InstallSourceInfo;
5122 public InstallSourceInfo getInstallSourceInfo(@NonNull String packageName, in getInstallSourceInfo()
5218 return new InstallSourceInfo(initiatingPackageName, initiatingPackageSigningInfo, in getInstallSourceInfo()
DPackageInstallerSession.java97 import android.content.pm.InstallSourceInfo;
1068 final InstallSourceInfo existingInstallSourceInfo = isUpdate in computeUserActionRequirement()
DPackageManagerService.java95 import android.content.pm.InstallSourceInfo;
1382 final InstallSourceInfo installSourceInfo = snapshot.getInstallSourceInfo(packageName, in requestChecksumsInternal()
/frameworks/base/services/core/java/com/android/server/
DBinaryTransparencyService.java40 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/
DApplicationPackageManager.java62 import android.content.pm.InstallSourceInfo;
2602 public InstallSourceInfo getInstallSourceInfo(String packageName) throws NameNotFoundException { in getInstallSourceInfo()
2603 final InstallSourceInfo installSourceInfo; in getInstallSourceInfo()
/frameworks/base/boot/
Dpreloaded-classes1714 android.content.pm.InstallSourceInfo$1
1715 android.content.pm.InstallSourceInfo
Dboot-image-profile.txt1258 …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/
Dpreloaded-classes1718 android.content.pm.InstallSourceInfo$1
1719 android.content.pm.InstallSourceInfo
Dboot-image-profile.txt1258 …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/
Dart-profile2304 …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…

12