Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/util/
DGCSBucketUtil.java267 public CommandResult makeBucket(String projectId) throws IOException { in makeBucket() argument
269 CLog.d("Making bucket %s for project %s", mBucketName, projectId); in makeBucket()
275 if (projectId != null) { in makeBucket()
277 command.add(projectId); in makeBucket()