OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mResultString
(Results
1 - 4
of
4
) sorted by null
/packages/apps/ExactCalculator/src/com/android/calculator2/
Evaluator.java
77
*
mResultString
(and often in a different format by the CR representation of the result). When
302
// (if
mResultString
== null or it's obsolete), or an AsyncReevaluator.
311
// We cache the best known decimal result in
mResultString
. Whenever that is
313
// Valid only if
mResultString
is non-null and (for the main expression) !mChangedValue.
315
public String
mResultString
;
321
// the index in
mResultString
holding the msd.
649
mExprInfo.
mResultString
= ERRONEOUS_RESULT;
656
mExprInfo.
mResultString
= result.newResultString;
658
final int dotIndex = mExprInfo.
mResultString
.indexOf('.');
659
String truncatedWholePart = mExprInfo.
mResultString
.substring(0, dotIndex)
[
all
...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
FrameParser.java
43
public String
mResultString
= "N/A";
559
mResultString
= String.format(
593
mResultString
= String.format(
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/
FrameParserTest.java
180
assertEquals("17: Association denied; too many STAs", parser.
mResultString
);
213
assertEquals("0: Success", parser.
mResultString
);
236
assertEquals("N/A", parser.
mResultString
);
270
assertEquals("N/A", parser.
mResultString
);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiNative.java
[
all
...]
Completed in 323 milliseconds