Searched defs:TunerService (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
H A DTunerService.java53 public class TunerService extends SystemUI { class in inherits:SystemUI
81 putComponent(TunerService.class, this);
202 private static TunerService sInstance;
204 public static TunerService get(Context context) {
205 TunerService service = null;
208 service = sysUi.getComponent(TunerService.class);
217 private static TunerService getStaticService(Context context) {
219 sInstance = new TunerService();
238 context.sendBroadcast(new Intent(TunerService.ACTION_CLEAR));
240 TunerService
[all...]

Completed in 63 milliseconds