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.java49 import static android.scopedstorage.cts.lib.TestUtils.RENAME_FILE_PARAMS_SEPARATOR;
527 .split(RENAME_FILE_PARAMS_SEPARATOR); in renameFile()
/cts/hostsidetests/scopedstorage/libs/ScopedStorageTestLib/src/android/scopedstorage/cts/lib/
DTestUtils.java163 public static final String RENAME_FILE_PARAMS_SEPARATOR = ";"; field in TestUtils
480 src.getAbsolutePath(), RENAME_FILE_PARAMS_SEPARATOR, dst.getAbsolutePath()); in renameFileAs()