Home | History | Annotate | Download | only in app

Lines Matching refs:svc

135             final IStatusBarService svc = getService();
136 if (svc != null) {
137 svc.disable(what, mToken, mContext.getPackageName());
152 final IStatusBarService svc = getService();
153 if (svc != null) {
154 svc.disable2(what, mToken, mContext.getPackageName());
166 final IStatusBarService svc = getService();
167 if (svc != null) {
168 svc.expandNotificationsPanel();
180 final IStatusBarService svc = getService();
181 if (svc != null) {
182 svc.collapsePanels();
201 final IStatusBarService svc = getService();
202 if (svc != null) {
203 svc.expandSettingsPanel(subPanel);
212 final IStatusBarService svc = getService();
213 if (svc != null) {
214 svc.setIcon(slot, mContext.getPackageName(), iconId, iconLevel,
224 final IStatusBarService svc = getService();
225 if (svc != null) {
226 svc.removeIcon(slot);
235 final IStatusBarService svc = getService();
236 if (svc != null) {
237 svc.setIconVisibility(slot, visible);