Searched refs:mOptions (Results 1 – 5 of 5) sorted by relevance
190 protected TestDeviceOptions mOptions = new TestDeviceOptions(); field in NativeDevice315 mOptions = options; in setOptions()326 mOptions.setMaxLogcatDataSize(size); in setTmpLogcatSize()1689 return mOptions.getUseFastbootErase(); in getUseFastbootErase()1697 mOptions.setUseFastbootErase(useFastbootErase); in setUseFastbootErase()1706 if (mOptions.getUseFastbootErase()) { in fastbootWipePartition()2062 String logcatOptions = mOptions.getLogcatOptions(); in createLogcatReceiver()2064 return new LogcatReceiver(this, mOptions.getMaxLogcatDataSize(), mLogStartDelay); in createLogcatReceiver()2068 mOptions.getMaxLogcatDataSize(), mLogStartDelay); in createLogcatReceiver()2342 int slotTime = mOptions.getWifiRetryWaitTime(); in connectToWifiNetwork()[all …]
602 if (mOptions.isDisableKeyguard()) { in prePostBootSetup()1216 return new WifiHelper(this, mOptions.getWifiUtilAPKPath());1228 return new WifiHelper(this, mOptions.getWifiUtilAPKPath(), doSetup);
69 private List<TestOption> mOptions = new ArrayList<TestOption>(); field in TestMapping.TestInfo80 mOptions.add(option); in addOption()84 return mOptions; in getOptions()
154 private Collection<String> mOptions = new LinkedList<>(); field in MonkeyBase573 cmdList.addAll(mOptions); in buildMonkeyCommand()
1523 mOptions = new TestDeviceOptions() { in testDoReboot_skipped()