Searched refs:FILE_SINGLETON (Results 1 – 1 of 1) sorted by relevance
44 private final String FILE_SINGLETON = FILE_PREFIX + "singleton"; field in MultiUserStorageTest71 writeInt(buildApiPath(FILE_SINGLETON), uid); in testWriteIsolatedStorage()80 writeInt(new File(path, FILE_SINGLETON), uid); in testWriteIsolatedStorage()90 readInt(buildApiPath(FILE_SINGLETON))); in testReadIsolatedStorage()92 readInt(buildEnvPath(FILE_SINGLETON))); in testReadIsolatedStorage()94 readInt(buildRawPath(FILE_SINGLETON))); in testReadIsolatedStorage()105 readInt(new File(path, FILE_SINGLETON))); in testReadIsolatedStorage()158 final File otherPath = new File(basePath,i + "/" + FILE_SINGLETON); in testMediaProviderUserIsolation()