HomeSort by relevance Sort by last modified time
    Searched refs:ACTION_CLEAR (Results 1 - 3 of 3) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
TunerService.java 37 public static final String ACTION_CLEAR = "com.android.systemui.action.CLEAR_TUNER";
82 if (ACTION_CLEAR.equals(intent.getAction())) {
99 context.sendBroadcast(new Intent(TunerService.ACTION_CLEAR));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
RunLintAction.java 146 LintMenuAction clearAction = new LintMenuAction("Clear Lint Warnings", clear, ACTION_CLEAR,
175 private static final int ACTION_CLEAR = 2;
223 if (mAction == ACTION_CLEAR) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
LinearLayoutRule.java 73 private static final String ACTION_CLEAR = "_clear"; //$NON-NLS-1$
201 } else if (id.equals(ACTION_CLEAR)) {
203 } else if (id.equals(ACTION_CLEAR) || id.equals(ACTION_DOMINATE)) {
221 actions.add(RuleAction.createAction(ACTION_CLEAR, "Clear All Weights",
    [all...]

Completed in 609 milliseconds