Home
last modified time | relevance | path

Searched defs:IClusterStateListenerImpl (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/services/Car/car-lib/src/android/car/cluster/
H A DClusterHomeManager.java238 private static class IClusterStateListenerImpl extends IClusterStateListener.Stub { class in ClusterHomeManager
241 private IClusterStateListenerImpl(ClusterHomeManager manager) { in IClusterStateListenerImpl() method in ClusterHomeManager.IClusterStateListenerImpl
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/cluster/
H A DClusterHomeServiceUnitTest.java99 private class IClusterStateListenerImpl extends IClusterStateListener.Stub { class in ClusterHomeServiceUnitTest