Searched refs:mClientCallbacks (Results 1 – 1 of 1) sorted by relevance
246 private final RemoteCallbackList<ICarOccupantZoneCallback> mClientCallbacks = field in CarOccupantZoneService762 mClientCallbacks.register(callback); in registerCallback()767 mClientCallbacks.unregister(callback); in unregisterCallback()1581 int n = mClientCallbacks.beginBroadcast(); in syncStateAndSendConfigChangeEvent()1583 ICarOccupantZoneCallback callback = mClientCallbacks.getBroadcastItem(i); in syncStateAndSendConfigChangeEvent()1593 mClientCallbacks.finishBroadcast(); in syncStateAndSendConfigChangeEvent()