Home
last modified time | relevance | path

Searched defs:getFailureNotification (Results 1 – 6 of 6) sorted by relevance

/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/services/
H A DDeleteJob.java90 Notification getFailureNotification() { in getFailureNotification() method in DeleteJob
H A DMoveJob.java91 Notification getFailureNotification() { in getFailureNotification() method in MoveJob
H A DCompressJob.java84 Notification getFailureNotification() { in getFailureNotification() method in CompressJob
H A DJob.java189 abstract Notification getFailureNotification(); in getFailureNotification() method in Job
301 Notification getFailureNotification(@PluralsRes int titleId, @DrawableRes int icon) { in getFailureNotification() method in Job
H A DCopyJob.java169 Notification getFailureNotification() { in getFailureNotification() method in CopyJob
/aosp12/packages/apps/DocumentsUI/tests/common/com/android/documentsui/services/
H A DTestJob.java89 Notification getFailureNotification() { in getFailureNotification() method in TestJob