Home
last modified time | relevance | path

Searched refs:isApplicationInForeground (Results 1 – 8 of 8) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/data/
DStopwatchModel.java110 if (!mNotificationModel.isApplicationInForeground()) { in setStopwatch()
156 if (!mNotificationModel.isApplicationInForeground()) { in addLap()
227 if (stopwatch.isReset() || mNotificationModel.isApplicationInForeground()) { in updateNotification()
DDataModel.java293 if (mNotificationModel.isApplicationInForeground() != inForeground) { in setApplicationInForeground()
307 public boolean isApplicationInForeground() { in isApplicationInForeground() method in DataModel
309 return mNotificationModel.isApplicationInForeground(); in isApplicationInForeground()
DNotificationModel.java36 boolean isApplicationInForeground() { in isApplicationInForeground() method in NotificationModel
DTimerModel.java729 if (mNotificationModel.isApplicationInForeground()) { in updateNotification()
765 if (mNotificationModel.isApplicationInForeground()) { in updateMissedNotification()
DSilentSettingsModel.java121 if (mNotificationModel.isApplicationInForeground()) { in updateSilentState()
/packages/apps/DeskClock/src/com/android/deskclock/
DDropShadowController.java121 if (DataModel.getDataModel().isApplicationInForeground()) { in updateDropShadow()
132 if (DataModel.getDataModel().isApplicationInForeground()) { in updateDropShadow()
DDeskClock.java656 if (DataModel.getDataModel().isApplicationInForeground()) { in selectedTabChanged()
/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
DStopwatchFragment.java442 final boolean appInForeground = DataModel.getDataModel().isApplicationInForeground(); in adjustWakeLock()
588 if (DataModel.getDataModel().isApplicationInForeground()) {
593 if (DataModel.getDataModel().isApplicationInForeground()) {