Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/
DCarNotificationCenterActivity.java83 mNotificationViewController.setIsInForeground(true); in onStart()
89 mNotificationViewController.setIsInForeground(false); in onStop()
DNotificationViewController.java87 public void setIsInForeground(boolean isInForeground) { in setIsInForeground() method in NotificationViewController