Searched refs:mResult (Results 1 – 6 of 6) sorted by relevance
53 private Result mResult; field in Result.Status63 if (mResult == null) { in createResult()64 mResult = new Result(this); in createResult()67 return mResult; in createResult()
39 private final Result mResult; field in StaticRenderSession44 mResult = result; in StaticRenderSession()51 return mResult; in getResult()
225 private int mResult; field in DeviceCommandDialog.Gatherer237 mResult = RESULT_UNKNOWN; in Gatherer()251 mResult = RESULT_FAILURE; in run()256 mResult = RESULT_CANCELLED; in run()258 mResult = RESULT_SUCCESS; in run()262 mResult = RESULT_FAILURE; in run()265 mResult = RESULT_FAILURE; in run()268 mResult = RESULT_FAILURE; in run()271 mResult = RESULT_FAILURE; in run()278 updateForResult(mResult); in run()
214 private final boolean[] mResult; field in DeviceBridge.BooleanResultReader217 mResult = result; in BooleanResultReader()227 mResult[0] = true; in processNewLines()
444 private UserCredentials mResult = null; field in ProgressTaskDialog.GetUserCredentialsTask462 mResult = new UserCredentials( in run()471 return mResult; in getUserCredentials()
272 private final boolean[] mResult; field in DeviceBridge.BooleanResultReader275 mResult = result; in BooleanResultReader()285 mResult[0] = true; in processNewLines()