Searched refs:getModel (Results 1 – 11 of 11) sorted by relevance
183 assertNotNull(result.getModel()); in testBeginEndSection()184 ThreadModel thread = findThread(result.getModel(), result.getTid()); in testBeginEndSection()197 assertNotNull(result.getModel()); in testAsyncBeginEndSection()198 ProcessModel process = findProcess(result.getModel(), result.getPid()); in testAsyncBeginEndSection()213 assertNotNull(result.getModel()); in testCounter()214 ProcessModel process = findProcess(result.getModel(), result.getPid()); in testCounter()248 ThreadModel thread = findThread(result.getModel(), result.getPid()); in testTracingContent()257 ProcessModel processModel = findProcess(result.getModel(), result.getPid()); in testTracingContent()
32 public Model getModel() { return mModel; } in getModel() method in TraceResult
68 assertNotNull(mCarInfoManager.getModel()); in testGetModel()
96 assertEquals("Android CTS test companion device", accessory.getModel()); in onAttached()
666 assertEquals(Build.MODEL, keyDetailsList.getModel()); in checkAttestationDeviceProperties()672 assertNull(keyDetailsList.getModel()); in checkAttestationDeviceProperties()678 assertNull(nonKeyDetailsList.getModel()); in checkAttestationDeviceProperties()
761 .filter(cs -> cs.getModel() == ColorSpace.Model.RGB) in testIdempotentTransferFunctions()774 if (cs.getModel() == ColorSpace.Model.RGB) { in testMatch()
205 assertEquals(ColorSpace.Model.XYZ, c.getModel()); in testModel()
2196 if (cs.getModel() != ColorSpace.Model.RGB) {
92 if (cs.getModel() != ColorSpace.Model.RGB) { in getRgbColorSpaces()
598 public String getModel() { in getModel() method in AuthorizationList
385 assertThat(teeAttestation.getModel()).isEqualTo(Build.MODEL); in validateDeviceIdAttestationData()