Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DCarModeTracker.java62 public boolean hasSetAutomotiveProjection() { in hasSetAutomotiveProjection() method in CarModeTracker.CarModeApp
101 Comparator.comparing(CarModeApp::hasSetAutomotiveProjection)
158 .filter(CarModeApp::hasSetAutomotiveProjection) in handleSetAutomotiveProjection()
184 .filter(CarModeApp::hasSetAutomotiveProjection) in handleReleaseAutomotiveProjection()
194 mCarModeApps.removeIf(CarModeApp::hasSetAutomotiveProjection); in handleReleaseAutomotiveProjection()
271 pw.print(app.hasSetAutomotiveProjection() ? "PROJECTION SET" : app.getPriority()); in dump()