Home
last modified time | relevance | path

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

/packages/services/Car/libs/car-test-lib/src/android/car/testapi/
DFakeCar.java23 import android.car.cluster.IInstrumentClusterManagerService;
137 @Mock IInstrumentClusterManagerService.Stub mClusterService;
/packages/services/Car/car-lib/src/android/car/cluster/
DIInstrumentClusterManagerService.aidl28 interface IInstrumentClusterManagerService { interface
/packages/services/Car/service/src/com/android/car/cluster/
DInstrumentClusterService.java29 import android.car.cluster.IInstrumentClusterManagerService;
386 public IInstrumentClusterManagerService.Stub getManagerService() { in getManagerService()
418 private static class ClusterManagerService extends IInstrumentClusterManagerService.Stub {