Searched refs:inForeground (Results 1 – 3 of 3) sorted by relevance
29 void setApplicationInForeground(boolean inForeground) { in setApplicationInForeground() argument30 mApplicationInForeground = inForeground; in setApplicationInForeground()
292 public void setApplicationInForeground(boolean inForeground) { in setApplicationInForeground() argument295 if (mNotificationModel.isApplicationInForeground() != inForeground) { in setApplicationInForeground()296 mNotificationModel.setApplicationInForeground(inForeground); in setApplicationInForeground()
281 set(inForeground) {283 if (mNotificationModel!!.isApplicationInForeground != inForeground) {284 mNotificationModel!!.isApplicationInForeground = inForeground