Loading services/tests/servicestests/src/com/android/server/wm/TaskSnapshotCacheTest.java +2 −2 Original line number Diff line number Diff line Loading @@ -20,6 +20,7 @@ import static android.view.WindowManager.LayoutParams.FIRST_APPLICATION_WINDOW; import static junit.framework.Assert.assertNotNull; import static junit.framework.Assert.assertNull; import android.platform.test.annotations.Presubmit; import android.support.test.filters.SmallTest; import android.support.test.runner.AndroidJUnit4; Loading @@ -33,8 +34,7 @@ import org.junit.runner.RunWith; * runtest frameworks-services -c com.android.server.wm.TaskSnapshotCacheTest */ @SmallTest // TODO(b/35196891): Add back to presubmit once the bug is fixed. //@Presubmit @Presubmit @RunWith(AndroidJUnit4.class) public class TaskSnapshotCacheTest extends TaskSnapshotPersisterTestBase { Loading services/tests/servicestests/src/com/android/server/wm/TaskSnapshotPersisterTestBase.java +5 −1 Original line number Diff line number Diff line Loading @@ -68,7 +68,11 @@ class TaskSnapshotPersisterTestBase extends WindowTestsBase { } private void cleanDirectory() { for (File file : new File(sFilesDir, "snapshots").listFiles()) { final File[] files = new File(sFilesDir, "snapshots").listFiles(); if (files == null) { return; } for (File file : files) { if (!file.isDirectory()) { file.delete(); } Loading Loading
services/tests/servicestests/src/com/android/server/wm/TaskSnapshotCacheTest.java +2 −2 Original line number Diff line number Diff line Loading @@ -20,6 +20,7 @@ import static android.view.WindowManager.LayoutParams.FIRST_APPLICATION_WINDOW; import static junit.framework.Assert.assertNotNull; import static junit.framework.Assert.assertNull; import android.platform.test.annotations.Presubmit; import android.support.test.filters.SmallTest; import android.support.test.runner.AndroidJUnit4; Loading @@ -33,8 +34,7 @@ import org.junit.runner.RunWith; * runtest frameworks-services -c com.android.server.wm.TaskSnapshotCacheTest */ @SmallTest // TODO(b/35196891): Add back to presubmit once the bug is fixed. //@Presubmit @Presubmit @RunWith(AndroidJUnit4.class) public class TaskSnapshotCacheTest extends TaskSnapshotPersisterTestBase { Loading
services/tests/servicestests/src/com/android/server/wm/TaskSnapshotPersisterTestBase.java +5 −1 Original line number Diff line number Diff line Loading @@ -68,7 +68,11 @@ class TaskSnapshotPersisterTestBase extends WindowTestsBase { } private void cleanDirectory() { for (File file : new File(sFilesDir, "snapshots").listFiles()) { final File[] files = new File(sFilesDir, "snapshots").listFiles(); if (files == null) { return; } for (File file : files) { if (!file.isDirectory()) { file.delete(); } Loading