Searched defs:mRawMode (Results 1 - 2 of 2) sorted by last modified time

/frameworks/base/cmds/am/src/com/android/commands/am/
H A DAm.java1597 private boolean mRawMode = false; field in class:Am.InstrumentationWatcher
1605 mRawMode = rawMode;
1613 if (!mRawMode && results != null) {
1637 if (!mRawMode && results != null) {
/frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/
H A DUiAutomatorTestRunner.java178 private final boolean mRawMode = true; field in class:UiAutomatorTestRunner.FakeInstrumentationWatcher
190 if (!mRawMode && results != null) {
213 if (!mRawMode && results != null) {

Completed in 49 milliseconds