Home
last modified time | relevance | path

Searched refs:mApplicationInForeground (Results 1 – 1 of 1) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/data/
DNotificationModel.java24 private boolean mApplicationInForeground; field in NotificationModel
30 mApplicationInForeground = inForeground; in setApplicationInForeground()
37 return mApplicationInForeground; in isApplicationInForeground()