Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/src/com/android/systemui/car/users/
DCarDisplayTrackerImpl.java22 import static com.android.systemui.car.users.CarSystemUIUserUtil.isCurrentSystemUIDisplay;
249 return mOccupantZone != null && isCurrentSystemUIDisplay(mCarOccupantZoneManager, in shouldExecuteDisplayCallback()
DCarSystemUIUserUtil.java91 public static boolean isCurrentSystemUIDisplay( in isCurrentSystemUIDisplay() method in CarSystemUIUserUtil