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.java89 Notification getFailureNotification() { in getFailureNotification() method in DeleteJob
DMoveJob.java90 Notification getFailureNotification() { in getFailureNotification() method in MoveJob
DCompressJob.java84 Notification getFailureNotification() { in getFailureNotification() method in CompressJob
DJob.java187 abstract Notification getFailureNotification(); in getFailureNotification() method in Job
284 Notification getFailureNotification(@PluralsRes int titleId, @DrawableRes int icon) { in getFailureNotification() method in Job
DCopyJob.java159 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