Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/systeminterface/
DSystemStateInterface.java84 private ICarServiceHelper mICarServiceHelper; // mHelperLatch becomes 0 when this is set field in SystemStateInterface.DefaultImpl
122 int retVal = mICarServiceHelper.forceSuspend(SUSPEND_TRY_TIMEOUT_MS); in enterDeepSleep()
140 if (mICarServiceHelper != null) { in canInvokeHelper()
149 if (mICarServiceHelper != null) { in canInvokeHelper()
174 mICarServiceHelper = helper; in setCarServiceHelper()
/packages/services/Car/service/src/com/android/car/
DICarImpl.java126 private ICarServiceHelper mICarServiceHelper; field in ICarImpl
264 mICarServiceHelper = ICarServiceHelper.Stub.asInterface(helper); in setCarServiceHelper()
265 mSystemInterface.setCarServiceHelper(mICarServiceHelper); in setCarServiceHelper()