Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/android/car/occupantconnection/
DICarOccupantConnection.aidl25 interface ICarOccupantConnection { interface
DCarOccupantConnectionManager.java300 private final ICarOccupantConnection mService;
423 mService = ICarOccupantConnection.Stub.asInterface(service); in CarOccupantConnectionManager()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DCarOccupantConnectionManagerUnitTest.java44 import android.car.occupantconnection.ICarOccupantConnection;
74 private ICarOccupantConnection mService;
/packages/services/Car/service/src/com/android/car/occupantconnection/
DCarOccupantConnectionService.java37 import android.car.occupantconnection.ICarOccupantConnection;
71 public class CarOccupantConnectionService extends ICarOccupantConnection.Stub implements