Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/hal/
DClusterHalService.java122 private volatile boolean mIsHeartbeatSupported; field in ClusterHalService
186 mIsHeartbeatSupported = supportedProperties.indexOf(CLUSTER_HEARTBEAT) >= 0; in takeProperties()
189 mIsCoreSupported, mIsNavigationStateSupported, mIsHeartbeatSupported); in takeProperties()
211 return mIsHeartbeatSupported; in isHeartbeatSupported()
387 writer.println("mIsHeartbeatSupported: " + mIsHeartbeatSupported); in dump()