Searched refs:msgInUse (Results 1 – 1 of 1) sorted by relevance
595 String msgInUse = getString(R.string.notification_dynsystem_in_use); in buildNotification() local596 builder.setContentText(msgInUse) in buildNotification()597 .setStyle(new Notification.BigTextStyle().bigText(msgInUse)); in buildNotification()