Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/view/
DSurfaceControlRegistryTests.java92 SurfaceControl sc1 = buildTestSurface(); in testCreateReleaseMultipleSurfaceControls() local
100 sc1.release(); in testCreateReleaseMultipleSurfaceControls()
112 SurfaceControl sc1 = new SurfaceControl(sc0, "test"); in testInvalidSurfaceControlNotAddedToRegistry() local
115 sc1.release(); in testInvalidSurfaceControlNotAddedToRegistry()
126 SurfaceControl sc1 = buildTestSurface(); in testThresholds() local
131 reporter.assertLastReportedSetEquals(sc1, sc2, sc3, sc4); in testThresholds()
137 reporter.assertLastReportedSetEquals(sc1, sc2, sc3, sc4); in testThresholds()
140 sc1.release(); in testThresholds()
/frameworks/base/packages/services/Proxy/src/com/android/proxyhandler/
DSocketConnect.java43 SocketConnect sc1 = new SocketConnect(first, second); in connect() local
46 sc1.join(); in connect()
/frameworks/base/tests/ChoreographerTests/src/main/java/android/view/choreographertests/
DAttachedChoreographerTest.java154 SurfaceControl sc1 = new SurfaceControl(sc, "AttachedChoreographerTests"); in testCreateChoreographer()
156 Choreographer choreographer1 = sc1.getChoreographer(); in testCreateChoreographer()
157 assertTrue(sc1.hasChoreographer()); in testCreateChoreographer()
158 assertTrue(sc1.isValid()); in testCreateChoreographer()
159 assertEquals(choreographer1, sc1.getChoreographer()); in testCreateChoreographer()
160 assertEquals(choreographer1, sc1.getChoreographer(Looper.myLooper())); in testCreateChoreographer()
161 assertEquals(choreographer1, sc1.getChoreographer(Looper.getMainLooper())); in testCreateChoreographer()
162 assertThrows(IllegalStateException.class, () -> sc1.getChoreographer(testLooper)); in testCreateChoreographer()
187 sc1.release(); in testCreateChoreographer()
/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/
DDividerPresenter.java1044 @Nullable SurfaceControl sc1, @Nullable SurfaceControl sc2) {
1045 if (sc1 == sc2) {
1049 if (sc1 == null || sc2 == null) {
1052 return sc1.isSameSurface(sc2);
/frameworks/base/packages/SettingsLib/tests/integ/src/com/android/settingslib/wifi/
DWifiTrackerTest.java392 ScoredNetwork sc1 = in sendUpdatedScores() local
409 scoreCache.updateScores(Arrays.asList(sc1, sc2)); in sendUpdatedScores()