Loading services/tests/wmtests/src/com/android/server/wm/TaskSnapshotPersisterTestBase.java +1 −1 Original line number Diff line number Diff line Loading @@ -153,7 +153,7 @@ class TaskSnapshotPersisterTestBase extends WindowTestsBase { path = FILES_DIR.getPath() + "/snapshots/"; } for (int i = 0; i < fileNames.length; i++) { files[i] = new File(path + fileNames[i]); files[i] = new File(path, fileNames[i]); } return files; } Loading Loading
services/tests/wmtests/src/com/android/server/wm/TaskSnapshotPersisterTestBase.java +1 −1 Original line number Diff line number Diff line Loading @@ -153,7 +153,7 @@ class TaskSnapshotPersisterTestBase extends WindowTestsBase { path = FILES_DIR.getPath() + "/snapshots/"; } for (int i = 0; i < fileNames.length; i++) { files[i] = new File(path + fileNames[i]); files[i] = new File(path, fileNames[i]); } return files; } Loading