Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/util/
DSubprocessEventHelper.java76 private static final String ACTION_IN_PROGRESS_KEY = "action_in_progress"; field in SubprocessEventHelper
163 tags.putOpt(ACTION_IN_PROGRESS_KEY, mFailure.getActionInProgress()); in toString()
264 if (!Strings.isNullOrEmpty(jsonObject.optString(ACTION_IN_PROGRESS_KEY))) { in InvocationFailedEventInfo()
268 jsonObject.optString(ACTION_IN_PROGRESS_KEY)); in InvocationFailedEventInfo()
307 tags.putOpt(ACTION_IN_PROGRESS_KEY, mFailure.getActionInProgress()); in toString()
458 tags.putOpt(ACTION_IN_PROGRESS_KEY, mFailure.getActionInProgress()); in toString()
748 if (!Strings.isNullOrEmpty(jsonObject.optString(ACTION_IN_PROGRESS_KEY))) { in updateFailureFromJsonObject()
750 action = ActionInProgress.valueOf(jsonObject.optString(ACTION_IN_PROGRESS_KEY)); in updateFailureFromJsonObject()