Home
last modified time | relevance | path

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

/packages/apps/PackageInstaller/src/com/android/packageinstaller/
DUninstallerActivity.java287 NotificationChannel uninstallingChannel = new NotificationChannel(UNINSTALLING_CHANNEL, in startUninstallProgress() local
290 notificationManager.createNotificationChannel(uninstallingChannel); in startUninstallProgress()