Searched refs:uninstallFailedNotification (Results 1 – 1 of 1) sorted by relevance
81 Notification.Builder uninstallFailedNotification = new Notification.Builder(context, in onReceive() local120 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 …]