Home
last modified time | relevance | path

Searched defs:createCancelIntent (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/credentials/java/com/android/server/credentials/
H A DCredentialManagerUi.java109 public Intent createCancelIntent(IBinder requestId, String packageName) { in createCancelIntent() method in CredentialManagerUi
/aosp14/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DNotificationController.java282 private PendingIntent createCancelIntent(PrintJobInfo printJob) { in createCancelIntent() method in NotificationController