Searched refs:msgCompleted (Results 1 – 1 of 1) sorted by relevance
468 String msgCompleted = getString(R.string.notification_install_completed); in buildNotification() local469 builder.setContentText(msgCompleted) in buildNotification()470 .setStyle(new Notification.BigTextStyle().bigText(msgCompleted)); in buildNotification()