Searched refs:createCancelIntent (Results 1 – 3 of 3) sorted by relevance
108 public Intent createCancelIntent(IBinder requestId, String packageName) { in createCancelIntent() method in CredentialManagerUi
184 mContext.startActivityAsUser(mCredentialManagerUi.createCancelIntent( in maybeCancelUi()
170 mContext.getString(R.string.cancel), createCancelIntent(printJob)).build(); in createCancelAction()282 private PendingIntent createCancelIntent(PrintJobInfo printJob) { in createCancelIntent() method in NotificationController