Home
last modified time | relevance | path

Searched refs:EXTRA_PROGRESS_INDETERMINATE (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/app/
DNotification.java768 public static final String EXTRA_PROGRESS_INDETERMINATE = "android.progressIndeterminate"; field in Notification
3216 extras.putBoolean(EXTRA_PROGRESS_INDETERMINATE, mProgressIndeterminate); in populateExtras()
3446 mProgressIndeterminate = extras.getBoolean(EXTRA_PROGRESS_INDETERMINATE); in restoreFromNotification()
/frameworks/support/v4/java/android/support/v4/app/
DNotificationCompat.java275 public static final String EXTRA_PROGRESS_INDETERMINATE = "android.progressIndeterminate"; field in NotificationCompat
/frameworks/base/api/
Dsystem-current.txt4681 …field public static final java.lang.String EXTRA_PROGRESS_INDETERMINATE = "android.progressIndeter…
Dcurrent.txt4591 …field public static final java.lang.String EXTRA_PROGRESS_INDETERMINATE = "android.progressIndeter…