Searched refs:ACTION_CLEAR (Results 1 – 1 of 1) sorted by relevance
35 public static final String ACTION_CLEAR = "com.android.systemui.action.CLEAR_TUNER"; field in TunerService80 if (ACTION_CLEAR.equals(intent.getAction())) { in onReceive()97 context.sendBroadcast(new Intent(TunerService.ACTION_CLEAR)); in showResetRequest()