Searched refs:requestNotificationShadeTopUi (Results 1 – 3 of 3) sorted by relevance
333 void requestNotificationShadeTopUi(boolean requestTopUi, String componentTag); in requestNotificationShadeTopUi() method
1820 mSysuiProxy.requestNotificationShadeTopUi(false, TAG);1830 mSysuiProxy.requestNotificationShadeTopUi(true, TAG);
296 public void requestNotificationShadeTopUi(boolean requestTopUi, String componentTag) { in BubblesManager()