Searched refs:requestNotificationShadeTopUi (Results 1 – 3 of 3) sorted by relevance
366 void requestNotificationShadeTopUi(boolean requestTopUi, String componentTag); in requestNotificationShadeTopUi() method
2082 mSysuiProxy.requestNotificationShadeTopUi(false, TAG);2092 mSysuiProxy.requestNotificationShadeTopUi(true, TAG);
343 public void requestNotificationShadeTopUi(boolean requestTopUi, String componentTag) { in BubblesManager()