Searched refs:isApplicationInForeground (Results 1 – 8 of 8) sorted by relevance
100 if (!mNotificationModel.isApplicationInForeground) { in setStopwatch()145 if (!mNotificationModel.isApplicationInForeground) { in addLap()215 if (stopwatch.isReset || mNotificationModel.isApplicationInForeground) { in updateNotification()
269 var isApplicationInForeground: Boolean variable in com.android.deskclock.data.DataModel275 return mNotificationModel!!.isApplicationInForeground282 if (mNotificationModel!!.isApplicationInForeground != inForeground) {283 mNotificationModel!!.isApplicationInForeground = inForeground
29 var isApplicationInForeground = false variable in com.android.deskclock.data.NotificationModel
687 if (mNotificationModel.isApplicationInForeground) { in updateNotification()723 if (mNotificationModel.isApplicationInForeground) { in updateMissedNotification()
109 if (mNotificationModel.isApplicationInForeground) { in updateSilentState()
112 if (DataModel.dataModel.isApplicationInForeground) { in updateDropShadow()120 if (DataModel.dataModel.isApplicationInForeground) { in updateDropShadow()
287 DataModel.dataModel.isApplicationInForeground = true in onStart()325 DataModel.dataModel.isApplicationInForeground = false in onStop()596 if (DataModel.dataModel.isApplicationInForeground) { in selectedTabChanged()
423 val appInForeground = DataModel.dataModel.isApplicationInForeground in <lambda>()563 if (DataModel.dataModel.isApplicationInForeground) { in <lambda>()568 if (DataModel.dataModel.isApplicationInForeground) { in <lambda>()