Searched refs:mValue (Results 1 – 5 of 5) sorted by relevance
52 private String mValue; field in UiElement77 mValue = value; in UiElement()109 return mValue; in getValue()121 return By.res(Pattern.compile(".*" + Pattern.quote(":id/" + mValue))); in getBySelectorForUiElement()123 return By.res(mPackage, mValue); in getBySelectorForUiElement()129 return By.text(Pattern.compile(mValue, Pattern.CASE_INSENSITIVE)); in getBySelectorForUiElement()131 return By.textContains(mValue); in getBySelectorForUiElement()133 return By.desc(Pattern.compile(mValue, Pattern.CASE_INSENSITIVE)); in getBySelectorForUiElement()136 return By.clazz(mPackage, mValue); in getBySelectorForUiElement()138 return By.clazz(mValue); in getBySelectorForUiElement()[all …]
25 private final String mValue; field in TestStatus28 mValue = storedValue; in TestStatus()36 return mValue; in getValue()
435 public final long mValue; field in ReadElf.DynamicEntry439 mValue = value; in DynamicEntry()452 return mValue; in getValue()457 return String.format("%d, %d", this.mTag, this.mValue); in toString()
48 private T mValue; field in TestOption68 mValue = mDefaultValue; in apply()72 mValue = parseValueFromString(arguments.getString(mOptionName)); in apply()118 if ((mValue == null) && mIsRequired) {126 return mValue;
43 private final ResourceValue mValue; field in SingleResourceFile60 mValue = in SingleResourceFile()68 mValue = in SingleResourceFile()111 return mValue; in getValue()