Home
last modified time | relevance | path

Searched refs:PackageInstalledNotificationUtils (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/
DPackageInstalledNotificationUtils.java40 class PackageInstalledNotificationUtils { class
41 private static final String TAG = PackageInstalledNotificationUtils.class.getSimpleName();
65 PackageInstalledNotificationUtils(@NonNull Context context, @NonNull String installerPackage, in PackageInstalledNotificationUtils() method in PackageInstalledNotificationUtils
DPackageInstalledReceiver.java69 new PackageInstalledNotificationUtils(context, installer, in onReceive()