Searched refs:inForeground (Results 1 – 2 of 2) sorted by relevance
29 void setApplicationInForeground(boolean inForeground) { in setApplicationInForeground() argument30 mApplicationInForeground = inForeground; in setApplicationInForeground()
136 public void setApplicationInForeground(boolean inForeground) { in setApplicationInForeground() argument139 if (mNotificationModel.isApplicationInForeground() != inForeground) { in setApplicationInForeground()140 mNotificationModel.setApplicationInForeground(inForeground); in setApplicationInForeground()