Searched refs:hasSetAutomotiveProjection (Results 1 – 1 of 1) sorted by relevance
62 public boolean hasSetAutomotiveProjection() { in hasSetAutomotiveProjection() method in CarModeTracker.CarModeApp101 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()