Searched refs:userDir (Results 1 – 3 of 3) sorted by relevance
84 File userDir = Environment.getUserSystemDirectory(userId); in PersistentDataStore() local85 if (!userDir.exists()) { in PersistentDataStore()86 if (!userDir.mkdirs()) { in PersistentDataStore()87 throw new IllegalStateException("User dir cannot be created: " + userDir); in PersistentDataStore()90 … mAtomicFile = new AtomicFile(new File(userDir, "tv-input-manager-state.xml"), "tv-input-state"); in PersistentDataStore()
815 File userDir = getUserSystemDirectory(userId); in createFileForUser() local816 File userFile = new File(userDir, REGISTERED_SERVICES_DIR + "/" + mInterfaceName + ".xml"); in createFileForUser()
6544 File userDir = Environment.getUserSystemDirectory(userId);6545 if (!userDir.exists()) {6546 if (!userDir.mkdirs()) {6548 "User dir cannot be created: " + userDir);