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

/frameworks/base/core/java/android/app/
H A DNotification.java878 public static final String EXTRA_SHOW_CHRONOMETER = "android.showChronometer"; field in class:Notification
882 * instead of counting up. Is only relevant if key {@link #EXTRA_SHOW_CHRONOMETER} is present.
2451 mN.extras.putBoolean(EXTRA_SHOW_CHRONOMETER, b);
3402 if (mN.extras.getBoolean(EXTRA_SHOW_CHRONOMETER)) {
3690 publicExtras.putBoolean(EXTRA_SHOW_CHRONOMETER,
3691 savedBundle.getBoolean(EXTRA_SHOW_CHRONOMETER));
4149 return when != 0 && extras.getBoolean(EXTRA_SHOW_CHRONOMETER);
/frameworks/support/compat/java/android/support/v4/app/
H A DNotificationCompat.java306 public static final String EXTRA_SHOW_CHRONOMETER = "android.showChronometer"; field in class:NotificationCompat

Completed in 158 milliseconds