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

/frameworks/support/compat/java/android/support/v4/app/
H A DNotificationCompat.java316 public static final String EXTRA_PROGRESS_MAX = "android.progressMax"; field in class:NotificationCompat
/frameworks/base/core/java/android/app/
H A DNotification.java961 public static final String EXTRA_PROGRESS_MAX = "android.progressMax"; field in class:Notification
2558 || !extras.containsKey(EXTRA_PROGRESS_MAX)) {
2562 if (extras.getInt(EXTRA_PROGRESS_MAX) == 0) {
2565 return extras.getInt(EXTRA_PROGRESS) == extras.getInt(EXTRA_PROGRESS_MAX);
3187 mN.extras.putInt(EXTRA_PROGRESS_MAX, max);
4084 final int max = ex.getInt(EXTRA_PROGRESS_MAX, 0);
6573 final int max = mBuilder.mN.extras.getInt(EXTRA_PROGRESS_MAX, 0);

Completed in 250 milliseconds