Searched defs:EXTRA_PROGRESS (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/compat/java/android/support/v4/app/
H A DNotificationCompat.java310 public static final String EXTRA_PROGRESS = "android.progress"; field in class:NotificationCompat
/frameworks/base/core/java/android/app/
H A DNotification.java955 public static final String EXTRA_PROGRESS = "android.progress"; field in class:Notification
2557 if (!extras.containsKey(EXTRA_PROGRESS)
2565 return extras.getInt(EXTRA_PROGRESS) == extras.getInt(EXTRA_PROGRESS_MAX);
3186 mN.extras.putInt(EXTRA_PROGRESS, progress);
4085 final int progress = ex.getInt(EXTRA_PROGRESS, 0);

Completed in 120 milliseconds