Home
last modified time | relevance | path

Searched refs:mFailureMessage (Results 1 – 2 of 2) sorted by relevance

/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
DSettingsPreparer.java60 protected String mFailureMessage = null; field in SettingsPreparer
117 if (mFailureMessage == null) { in run()
118 mFailureMessage = String.format( in run()
122 throw new TargetSetupError(mFailureMessage, device.getDeviceDescriptor()); in run()
DLocationCheck.java61 mFailureMessage = "Location services must be enabled via GPS or Network in order to " + in run()