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.java41 class PackageInstalledNotificationUtils { class
42 private static final String TAG = PackageInstalledNotificationUtils.class.getSimpleName();
66 PackageInstalledNotificationUtils(@NonNull Context context, @NonNull String installerPackage, in PackageInstalledNotificationUtils() method in PackageInstalledNotificationUtils
DPackageInstalledReceiver.java74 new PackageInstalledNotificationUtils(context, installer, in onReceive()