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