Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/test-apps/MultiUserStorageApp/src/com/android/cts/multiuserstorageapp/
DMultiUserStorageTest.java42 private static final String FILE_PREFIX = "MUST_"; field in MultiUserStorageTest
44 private final String FILE_SINGLETON = FILE_PREFIX + "singleton";
45 private final String FILE_OBB_SINGLETON = FILE_PREFIX + "obb_singleton";
46 private final String FILE_OBB_API_SINGLETON = FILE_PREFIX + "obb_api_singleton";
47 private final String FILE_MY_UID = FILE_PREFIX + android.os.Process.myUid();
57 if (file.getName().startsWith(FILE_PREFIX)) { in wipeTestFiles()
/cts/tests/tests/content/src/android/content/pm/cts/
DPackageManagerShellCommandIncrementalTest.java668 static final String FILE_PREFIX = " file="; field in PackageManagerShellCommandIncrementalTest.ReadLogEntry
695 int fileIdx = line.indexOf(FILE_PREFIX, countIdx + COUNT_PREFIX.length()); in parse()
699 int appIdIdx = line.indexOf(APP_ID_PREFIX, fileIdx + FILE_PREFIX.length()); in parse()
711 parseInt(line, fileIdx, FILE_PREFIX.length(), appIdIdx), in parse()