Searched defs:EXTRA_PROGRESS (Results 1 - 2 of 2) sorted by last modified time

/frameworks/support/compat/java/android/support/v4/app/
H A DNotificationCompat.java294 public static final String EXTRA_PROGRESS = "android.progress"; field in class:NotificationCompat
/frameworks/base/core/java/android/app/
H A DNotification.java949 public static final String EXTRA_PROGRESS = "android.progress"; field in class:Notification
3139 mN.extras.putInt(EXTRA_PROGRESS, progress);
4027 final int progress = ex.getInt(EXTRA_PROGRESS, 0);

Completed in 49 milliseconds