Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/car-lib/src/android/car/cluster/
H A DClusterHomeManager.java136 private final IClusterStateListenerImpl mClusterStateListenerBinderCallback;
148 mClusterStateListenerBinderCallback = new IClusterStateListenerImpl(this); in ClusterHomeManager()
238 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
139 mClusterStateListener = new IClusterStateListenerImpl(); in registerClusterHomeCallbacks()