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

/frameworks/support/compat/java/android/support/v4/app/
H A DNotificationCompat.java329 public static final String EXTRA_SHOW_CHRONOMETER = "android.showChronometer"; field in class:NotificationCompat
/frameworks/base/core/java/android/app/
H A DNotification.java974 public static final String EXTRA_SHOW_CHRONOMETER = "android.showChronometer"; field in class:Notification
978 * instead of counting up. Is only relevant if key {@link #EXTRA_SHOW_CHRONOMETER} is present.
3001 mN.extras.putBoolean(EXTRA_SHOW_CHRONOMETER, b);
4199 if (mN.extras.getBoolean(EXTRA_SHOW_CHRONOMETER)) {
4580 publicExtras.putBoolean(EXTRA_SHOW_CHRONOMETER,
4581 savedBundle.getBoolean(EXTRA_SHOW_CHRONOMETER));
5311 return when != 0 && extras.getBoolean(EXTRA_SHOW_CHRONOMETER);

Completed in 40 milliseconds