Home
last modified time | relevance | path

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

/packages/services/BuiltInPrintService/src/com/android/bips/
DP2pPermissionManager.java204 PendingIntent proceedPendingIntent = PendingIntent.getActivity(mContext, 0, in showNotification() local
208 mContext.getString(R.string.fix), proceedPendingIntent).build(); in showNotification()
224 .setContentIntent(proceedPendingIntent) in showNotification()