Searched refs:mBackendType (Results 1 – 1 of 1) sorted by relevance
53 private String mBackendType; field in BenchmarkResult75 mBackendType = backendType; in BenchmarkResult()123 mBackendType = in.readString(); in BenchmarkResult()149 dest.writeString(mBackendType); in writeToParcel()211 ", mBackendType=" + mBackendType + in toString()300 sb.append(mTestInfo).append(',').append(mBackendType); in toCsvLine()