Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/src/com/android/documentsui/services/
DDeleteJob.java87 Notification getFailureNotification() { in getFailureNotification() method in DeleteJob
DMoveJob.java86 Notification getFailureNotification() { in getFailureNotification() method in MoveJob
DCompressJob.java83 Notification getFailureNotification() { in getFailureNotification() method in CompressJob
DJob.java181 abstract Notification getFailureNotification(); in getFailureNotification() method in Job
276 Notification getFailureNotification(@PluralsRes int titleId, @DrawableRes int icon) { in getFailureNotification() method in Job
DCopyJob.java190 Notification getFailureNotification() { in getFailureNotification() method in CopyJob
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/services/
DTestJob.java89 Notification getFailureNotification() { in getFailureNotification() method in TestJob