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

/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
H A DTunerService.java55 public static final String ACTION_CLEAR = "com.android.systemui.action.CLEAR_TUNER"; field in class:TunerService
238 context.sendBroadcast(new Intent(TunerService.ACTION_CLEAR));
295 if (ACTION_CLEAR.equals(intent.getAction())) {

Completed in 66 milliseconds