Searched refs:isApplicationInForeground (Results 1 – 14 of 14) sorted by relevance
100 if (!mNotificationModel.isApplicationInForeground) { in setStopwatch()145 if (!mNotificationModel.isApplicationInForeground) { in addLap()215 if (stopwatch.isReset || mNotificationModel.isApplicationInForeground) { in updateNotification()
113 if (!mNotificationModel.isApplicationInForeground()) { in setStopwatch()159 if (!mNotificationModel.isApplicationInForeground()) { in addLap()230 if (stopwatch.isReset() || mNotificationModel.isApplicationInForeground()) { in updateNotification()
270 var isApplicationInForeground: Boolean variable in com.android.deskclock.data.DataModel276 return mNotificationModel!!.isApplicationInForeground283 if (mNotificationModel!!.isApplicationInForeground != inForeground) {284 mNotificationModel!!.isApplicationInForeground = inForeground
295 if (mNotificationModel.isApplicationInForeground() != inForeground) { in setApplicationInForeground()309 public boolean isApplicationInForeground() { in isApplicationInForeground() method in DataModel311 return mNotificationModel.isApplicationInForeground(); in isApplicationInForeground()
29 var isApplicationInForeground = false variable
36 boolean isApplicationInForeground() { in isApplicationInForeground() method in NotificationModel
687 if (mNotificationModel.isApplicationInForeground) { in updateNotification()723 if (mNotificationModel.isApplicationInForeground) { in updateMissedNotification()
730 if (mNotificationModel.isApplicationInForeground()) { in updateNotification()765 if (mNotificationModel.isApplicationInForeground()) { in updateMissedNotification()
108 if (mNotificationModel.isApplicationInForeground) { in updateSilentState()
121 if (mNotificationModel.isApplicationInForeground()) { in updateSilentState()
121 if (DataModel.getDataModel().isApplicationInForeground()) { in updateDropShadow()132 if (DataModel.getDataModel().isApplicationInForeground()) { in updateDropShadow()
656 if (DataModel.getDataModel().isApplicationInForeground()) { in selectedTabChanged()
424 val appInForeground = DataModel.dataModel.isApplicationInForeground in <lambda>()564 if (DataModel.dataModel.isApplicationInForeground) { in <lambda>()569 if (DataModel.dataModel.isApplicationInForeground) { in <lambda>()
442 final boolean appInForeground = DataModel.getDataModel().isApplicationInForeground(); in adjustWakeLock()588 if (DataModel.getDataModel().isApplicationInForeground()) {593 if (DataModel.getDataModel().isApplicationInForeground()) {