Home
last modified time | relevance | path

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

/external/autotest/frontend/client/src/autotest/moblab/rpc/
DCloudStorageInfo.java20 private String botoKey; field in CloudStorageInfo
40 return botoKey; in getBotoKey()
55 public void setBotoKey(String botoKey) { in setBotoKey() argument
56 this.botoKey = botoKey.trim(); in setBotoKey()
80 botoKey = null; in reset()
89 botoKey = getStringFieldOrDefault(object, JSON_FIELD_BOTO_KEY_ID, null); in fromJson()
101 if (botoKey != null) { in toJson()
102 object.put(JSON_FIELD_BOTO_KEY_ID, new JSONString(botoKey)); in toJson()