Home
last modified time | relevance | path

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

/test/vti/dashboard/src/main/java/com/android/vts/entity/
DDeviceInfoEntity.java298 String deviceId = this.branch + this.product + this.buildFlavor + this.buildId; in hashCode() local
299 return deviceId.hashCode(); in hashCode()