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.kt100 if (!mNotificationModel.isApplicationInForeground) { in setStopwatch()
145 if (!mNotificationModel.isApplicationInForeground) { in addLap()
215 if (stopwatch.isReset || mNotificationModel.isApplicationInForeground) { in updateNotification()
DDataModel.kt269 var isApplicationInForeground: Boolean variable in com.android.deskclock.data.DataModel
275 return mNotificationModel!!.isApplicationInForeground
282 if (mNotificationModel!!.isApplicationInForeground != inForeground) {
283 mNotificationModel!!.isApplicationInForeground = inForeground
DNotificationModel.kt29 var isApplicationInForeground = false variable in com.android.deskclock.data.NotificationModel
DTimerModel.kt687 if (mNotificationModel.isApplicationInForeground) { in updateNotification()
723 if (mNotificationModel.isApplicationInForeground) { in updateMissedNotification()
DSilentSettingsModel.kt109 if (mNotificationModel.isApplicationInForeground) { in updateSilentState()
/packages/apps/DeskClock/src/com/android/deskclock/
DDropShadowController.kt112 if (DataModel.dataModel.isApplicationInForeground) { in updateDropShadow()
120 if (DataModel.dataModel.isApplicationInForeground) { in updateDropShadow()
DDeskClock.kt287 DataModel.dataModel.isApplicationInForeground = true in onStart()
325 DataModel.dataModel.isApplicationInForeground = false in onStop()
596 if (DataModel.dataModel.isApplicationInForeground) { in selectedTabChanged()
/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
DStopwatchFragment.kt423 val appInForeground = DataModel.dataModel.isApplicationInForeground in <lambda>()
563 if (DataModel.dataModel.isApplicationInForeground) { in <lambda>()
568 if (DataModel.dataModel.isApplicationInForeground) { in <lambda>()