HomeSort by relevance Sort by last modified time
    Searched defs:mResultString (Results 1 - 2 of 2) sorted by null

  /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(
  /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...]

Completed in 413 milliseconds