Home
last modified time | relevance | path

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

/packages/services/Car/car_product/car_ui_portrait/rro/CarUIPortraitCommon/src/com/android/car/caruiportrait/common/service/
DCarUiPortraitService.java176 notifyClients(MSG_SYSUI_STARTED, 0); in handleMessage()
242 notifyClients(MSG_IMMERSIVE_MODE_REQUESTED, boolToInt(isImmersive), bundle); in onCreate()
248 notifyClients(MSG_IMMERSIVE_MODE_CHANGE, boolToInt(isImmersiveState)); in onCreate()
256 notifyClients(MSG_SUW_IN_PROGRESS, boolToInt(isSuwInProgress)); in onCreate()
260 notifyClients(MSG_COLLAPSE_APPLICATION, 1); in onCreate()
281 private void notifyClients(int key, int value) { in notifyClients() method in CarUiPortraitService
293 private void notifyClients(int key, int value, Bundle bundle) { in notifyClients() method in CarUiPortraitService