Searched defs:actionText (Results 1 – 2 of 2) sorted by relevance
200 String actionText = getString(R.string.media_projection_dialog_warning, appName); in onCreate() local
202 @Nullable PendingIntent pendingIntent, @Nullable String actionText) { in showNotification()