Home
last modified time | relevance | path

Searched refs:RENAME_FILE_PARAMS_SEPARATOR (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/scopedstorage/ScopedStorageTestHelper/src/android/scopedstorage/cts/
DScopedStorageTestHelper.java39 import static android.scopedstorage.cts.lib.TestUtils.RENAME_FILE_PARAMS_SEPARATOR;
300 .split(RENAME_FILE_PARAMS_SEPARATOR); in renameFile()
/cts/hostsidetests/scopedstorage/libs/ScopedStorageTestLib/src/android/scopedstorage/cts/lib/
DTestUtils.java130 public static final String RENAME_FILE_PARAMS_SEPARATOR = ";"; field in TestUtils
333 src.getAbsolutePath(), RENAME_FILE_PARAMS_SEPARATOR, dst.getAbsolutePath()); in renameFileAs()