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