OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ACTION_CLEAR
(Results
1 - 3
of
3
) sorted by null
/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
) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
TunerService.java
55
public static final String
ACTION_CLEAR
= "com.android.systemui.action.CLEAR_TUNER";
238
context.sendBroadcast(new Intent(TunerService.
ACTION_CLEAR
));
295
if (
ACTION_CLEAR
.equals(intent.getAction())) {
/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 1934 milliseconds