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.java95 Notification getFailureNotification() { in getFailureNotification() method in DeleteJob
DMoveJob.java96 Notification getFailureNotification() { in getFailureNotification() method in MoveJob
DCompressJob.java89 Notification getFailureNotification() { in getFailureNotification() method in CompressJob
DJob.java189 abstract Notification getFailureNotification(); in getFailureNotification() method in Job
303 Notification getFailureNotification(@PluralsRes int titleId, @DrawableRes int icon) { in getFailureNotification() method in Job
DCopyJob.java173 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