Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/data/
DStopwatchModel.kt100 if (!mNotificationModel.isApplicationInForeground) { in setStopwatch()
145 if (!mNotificationModel.isApplicationInForeground) { in addLap()
215 if (stopwatch.isReset || mNotificationModel.isApplicationInForeground) { in updateNotification()
DStopwatchModel.java113 if (!mNotificationModel.isApplicationInForeground()) { in setStopwatch()
159 if (!mNotificationModel.isApplicationInForeground()) { in addLap()
230 if (stopwatch.isReset() || mNotificationModel.isApplicationInForeground()) { in updateNotification()
DDataModel.kt270 var isApplicationInForeground: Boolean variable in com.android.deskclock.data.DataModel
276 return mNotificationModel!!.isApplicationInForeground
283 if (mNotificationModel!!.isApplicationInForeground != inForeground) {
284 mNotificationModel!!.isApplicationInForeground = inForeground
DDataModel.java295 if (mNotificationModel.isApplicationInForeground() != inForeground) { in setApplicationInForeground()
309 public boolean isApplicationInForeground() { in isApplicationInForeground() method in DataModel
311 return mNotificationModel.isApplicationInForeground(); in isApplicationInForeground()
DNotificationModel.kt29 var isApplicationInForeground = false variable
DNotificationModel.java36 boolean isApplicationInForeground() { in isApplicationInForeground() method in NotificationModel
DTimerModel.kt687 if (mNotificationModel.isApplicationInForeground) { in updateNotification()
723 if (mNotificationModel.isApplicationInForeground) { in updateMissedNotification()
DTimerModel.java730 if (mNotificationModel.isApplicationInForeground()) { in updateNotification()
765 if (mNotificationModel.isApplicationInForeground()) { in updateMissedNotification()
DSilentSettingsModel.kt108 if (mNotificationModel.isApplicationInForeground) { in updateSilentState()
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.kt424 val appInForeground = DataModel.dataModel.isApplicationInForeground in <lambda>()
564 if (DataModel.dataModel.isApplicationInForeground) { in <lambda>()
569 if (DataModel.dataModel.isApplicationInForeground) { in <lambda>()
DStopwatchFragment.java442 final boolean appInForeground = DataModel.getDataModel().isApplicationInForeground(); in adjustWakeLock()
588 if (DataModel.getDataModel().isApplicationInForeground()) {
593 if (DataModel.getDataModel().isApplicationInForeground()) {