Home
last modified time | relevance | path

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

/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/
DUninstallFinish.java82 Notification.Builder uninstallFailedNotification = new Notification.Builder(context, in onReceive() local
122 addDeviceManagerButton(context, uninstallFailedNotification); in onReceive()
123 setBigText(uninstallFailedNotification, context.getString( in onReceive()
129 setBigText(uninstallFailedNotification, String.format(context.getString( in onReceive()
157 addDeviceManagerButton(context, uninstallFailedNotification); in onReceive()
159 addManageUsersButton(context, uninstallFailedNotification); in onReceive()
167 setBigText(uninstallFailedNotification, in onReceive()
171 setBigText(uninstallFailedNotification, in onReceive()
175 setBigText(uninstallFailedNotification, context.getString( in onReceive()
192 uninstallFailedNotification.setContentTitle( in onReceive()
[all …]