Searched refs:hash0 (Results 1 – 1 of 1) sorted by relevance
82 int hash0 = SurfaceControlRegistry.getProcessInstance().hashCode(); in testCreateReleaseSurfaceControl() local84 assertNotEquals(hash0, SurfaceControlRegistry.getProcessInstance().hashCode()); in testCreateReleaseSurfaceControl()86 assertEquals(hash0, SurfaceControlRegistry.getProcessInstance().hashCode()); in testCreateReleaseSurfaceControl()91 int hash0 = SurfaceControlRegistry.getProcessInstance().hashCode(); in testCreateReleaseMultipleSurfaceControls() local94 assertNotEquals(hash0, hash1); in testCreateReleaseMultipleSurfaceControls()97 assertNotEquals(hash0, hash1_2); in testCreateReleaseMultipleSurfaceControls()102 assertNotEquals(hash0, hash2); in testCreateReleaseMultipleSurfaceControls()104 assertEquals(hash0, SurfaceControlRegistry.getProcessInstance().hashCode()); in testCreateReleaseMultipleSurfaceControls()109 int hash0 = SurfaceControlRegistry.getProcessInstance().hashCode(); in testInvalidSurfaceControlNotAddedToRegistry() local113 assertEquals(hash0, SurfaceControlRegistry.getProcessInstance().hashCode()); in testInvalidSurfaceControlNotAddedToRegistry()[all …]