Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DCarModeTracker.java183 Optional<String> projectingPackage = mCarModeApps.stream() in handleReleaseAutomotiveProjection() local
187 if (!projectingPackage.isPresent()) { in handleReleaseAutomotiveProjection()
191 Log.i(this, "handleReleaseAutomotiveProjection: %s", projectingPackage.get()); in handleReleaseAutomotiveProjection()
193 + projectingPackage.get()); in handleReleaseAutomotiveProjection()