OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SHOULD_REQUIRE
(Results
1 - 2
of
2
) sorted by null
/packages/apps/ExactCalculator/src/com/android/calculator2/
CalculatorResult.java
122
@IntDef({
SHOULD_REQUIRE
, SHOULD_EVALUATE, SHOULD_NOT_EVALUATE})
124
public static final int
SHOULD_REQUIRE
= 2;
127
@EvaluationRequest private int mEvaluationRequest =
SHOULD_REQUIRE
;
355
if (mEvaluationRequest ==
SHOULD_REQUIRE
) {
366
* @param should one of
SHOULD_REQUIRE
, SHOULD_EVALUATE, SHOULD_NOT_EVALUATE
[
all
...]
Calculator.java
351
mResultText.setShouldEvaluateResult(CalculatorResult.
SHOULD_REQUIRE
, this);
[
all
...]
Completed in 50 milliseconds