Searched refs:requestNotificationShadeTopUi (Results 1 – 3 of 3) sorted by relevance
282 void requestNotificationShadeTopUi(boolean requestTopUi, String componentTag); in requestNotificationShadeTopUi() method
1104 mSysuiProxy.requestNotificationShadeTopUi(false, TAG);1193 mSysuiProxy.requestNotificationShadeTopUi(true, TAG);
310 public void requestNotificationShadeTopUi(boolean requestTopUi, String componentTag) { in BubblesManager()