Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/
DNotificationViewController.java30 private boolean mIsInForeground; field in NotificationViewController
88 mIsInForeground = isInForeground; in setIsInForeground()
90 if (!mIsInForeground) { in setIsInForeground()
141 if (mIsInForeground) { in handleMessage()