Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DSystemStateInterfaceTest.java54 mSystemStateInterface.setCarServiceHelper(mTestHelperGood); in testSleepWhenHelperSucceeds()
60 mSystemStateInterface.setCarServiceHelper(mTestHelperFails); in testSleepWhenHelperFails()
66 mSystemStateInterface.setCarServiceHelper(null); in testSleepWithNullHelper()
107 mSystemStateInterface.setCarServiceHelper(serviceHelper); in sleepWithDelayedHelper()
/packages/services/Car/service/src/com/android/car/systeminterface/
DSystemStateInterface.java71 default void setCarServiceHelper(ICarServiceHelper helper) { in setCarServiceHelper() method
173 public void setCarServiceHelper(ICarServiceHelper helper) { in setCarServiceHelper() method in SystemStateInterface.DefaultImpl
DSystemInterface.java66 public void setCarServiceHelper(ICarServiceHelper helper) { in setCarServiceHelper() method in SystemInterface
67 mSystemStateInterface.setCarServiceHelper(helper); in setCarServiceHelper()
/packages/services/Car/car-lib/src/android/car/
DICar.aidl30 oneway void setCarServiceHelper(in IBinder helper) = 0;
/packages/services/Car/car-test-lib/src/android/car/testapi/
DFakeCar.java134 public void setCarServiceHelper(IBinder helper) throws RemoteException { in setCarServiceHelper() method in FakeCar.FakeCarService
/packages/services/Car/tests/carservice_unit_test/src/android/car/
DCarTest.java71 public void setCarServiceHelper(android.os.IBinder helper) {
/packages/services/Car/service/src/com/android/car/
DICarImpl.java261 public void setCarServiceHelper(IBinder helper) { in setCarServiceHelper() method in ICarImpl
265 mSystemInterface.setCarServiceHelper(mICarServiceHelper); in setCarServiceHelper()