Searched refs:clusterDisplayId (Results 1 – 4 of 4) sorted by relevance
/packages/apps/Car/Cluster/DirectRenderingCluster/src/android/car/cluster/ |
D | ClusterDisplayProvider.java | 72 int clusterDisplayId = getClusterDisplayId(); in checkClusterDisplayChanged() local 73 if (clusterDisplayId == mClusterDisplayId) { in checkClusterDisplayChanged() 80 mClusterDisplayId = clusterDisplayId; in checkClusterDisplayChanged() 81 if (clusterDisplayId != Display.INVALID_DISPLAY) { in checkClusterDisplayChanged() 82 Log.i(TAG, "Found cluster displayId=" + clusterDisplayId); in checkClusterDisplayChanged() 83 mListener.onDisplayAdded(clusterDisplayId); in checkClusterDisplayChanged()
|
/packages/services/Car/service/src/com/android/car/cluster/ |
D | ClusterHomeService.java | 146 int clusterDisplayId = mOccupantZoneService.getDisplayIdForDriver( in initClusterDisplay() local 148 Slogf.d(TAG, "initClusterDisplay: displayId=%d", clusterDisplayId); in initClusterDisplay() 149 if (clusterDisplayId == Display.INVALID_DISPLAY) { in initClusterDisplay() 152 if (clusterDisplayId == mClusterDisplayId) { in initClusterDisplay() 155 mClusterDisplayId = clusterDisplayId; in initClusterDisplay() 157 if (clusterDisplayId == Display.INVALID_DISPLAY) { in initClusterDisplay() 164 Display clusterDisplay = displayManager.getDisplay(clusterDisplayId); in initClusterDisplay() 169 Slogf.d(TAG, "Found cluster displayId=%d, bounds=%s", clusterDisplayId, mBounds); in initClusterDisplay() 173 .setLaunchDisplayId(clusterDisplayId); in initClusterDisplay() 175 mLastIntent, activityOptions, clusterDisplayId, mLastIntentUserId); in initClusterDisplay()
|
/packages/apps/Car/Cluster/ClusterOsDouble/src/com/android/car/cluster/osdouble/ |
D | ClusterOsDoubleApplication.java | 73 int clusterDisplayId = findClusterDisplayId(); 74 if (clusterDisplayId == displayId) { 100 int clusterDisplayId = findClusterDisplayId(); in start() local 101 if (clusterDisplayId != Display.INVALID_DISPLAY) { in start() 102 onDisplayReadyForCluster(clusterDisplayId); in start()
|
/packages/services/Car/tests/BugReportApp/src/com/android/car/bugreport/ |
D | ScreenshotUtils.java | 139 OptionalInt clusterDisplayId = getClusterDisplayId(context, carOccupantZoneManager); in getDisplayIds() local 140 if (clusterDisplayId.isPresent()) { in getDisplayIds() 141 displayIds.add(clusterDisplayId.getAsInt()); in getDisplayIds() 162 int clusterDisplayId = carOccupantZoneManager.getDisplayIdForDriver( in getClusterDisplayId() local 164 return OptionalInt.of(clusterDisplayId); in getClusterDisplayId()
|