Searched refs:requestNotificationShadeTopUi (Results 1 – 3 of 3) sorted by relevance
294 void requestNotificationShadeTopUi(boolean requestTopUi, String componentTag); in requestNotificationShadeTopUi() method
1461 mSysuiProxy.requestNotificationShadeTopUi(false, TAG);1471 mSysuiProxy.requestNotificationShadeTopUi(true, TAG);
290 public void requestNotificationShadeTopUi(boolean requestTopUi, String componentTag) { in BubblesManager()