Searched defs:isApplicationInForeground (Results 1 - 2 of 2) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/data/
H A DNotificationModel.java36 boolean isApplicationInForeground() { method in class:NotificationModel
H A DDataModel.java293 if (mNotificationModel.isApplicationInForeground() != inForeground) {
307 public boolean isApplicationInForeground() { method in class:DataModel
309 return mNotificationModel.isApplicationInForeground();

Completed in 83 milliseconds