Home
last modified time | relevance | path

Searched refs:proceedIntent (Results 1 – 1 of 1) sorted by relevance

/packages/services/BuiltInPrintService/src/com/android/bips/
DP2pPermissionManager.java226 Intent proceedIntent = new Intent(mContext, AddPrintersActivity.class); in showNotification() local
227 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()