HomeSort by relevance Sort by last modified time
    Searched refs:getFailureNotification (Results 1 - 7 of 7) sorted by null

  /packages/apps/DocumentsUI/tests/common/com/android/documentsui/services/
TestJob.java 89 Notification getFailureNotification() {
91 return getFailureNotification(
  /packages/apps/DocumentsUI/src/com/android/documentsui/services/
CompressJob.java 83 Notification getFailureNotification() {
84 return getFailureNotification(
DeleteJob.java 87 Notification getFailureNotification() {
88 return getFailureNotification(
MoveJob.java 86 Notification getFailureNotification() {
87 return getFailureNotification(
Job.java 181 abstract Notification getFailureNotification();
276 Notification getFailureNotification(@PluralsRes int titleId, @DrawableRes int icon) {
FileOperationService.java 419 job.id, NOTIFICATION_ID_FAILURE, job.getFailureNotification());
CopyJob.java 190 Notification getFailureNotification() {
191 return getFailureNotification(
    [all...]

Completed in 141 milliseconds