Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/
H A DUninstallFinish.java81 Notification.Builder uninstallFailedNotification = new Notification.Builder(context, in onReceive() local
120 addDeviceManagerButton(context, uninstallFailedNotification); in onReceive()
121 setBigText(uninstallFailedNotification, context.getString( in onReceive()
150 addDeviceManagerButton(context, uninstallFailedNotification); in onReceive()
152 addManageUsersButton(context, uninstallFailedNotification); in onReceive()
160 setBigText(uninstallFailedNotification, in onReceive()
164 setBigText(uninstallFailedNotification, in onReceive()
185 uninstallFailedNotification.setContentTitle( in onReceive()
187 uninstallFailedNotification.setOngoing(false); in onReceive()
188 uninstallFailedNotification.setSmallIcon(R.drawable.ic_error); in onReceive()
[all …]