Searched refs:proceedIntent (Results 1 – 1 of 1) sorted by relevance
226 Intent proceedIntent = new Intent(mContext, AddPrintersActivity.class); in showNotification() local227 proceedIntent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_CLEAR_TASK); in showNotification()228 proceedIntent.putExtra(AddPrintersFragment.EXTRA_FIX_P2P_PERMISSION, true); in showNotification()230 proceedIntent, PendingIntent.FLAG_UPDATE_CURRENT | PendingIntent.FLAG_IMMUTABLE); in showNotification()