Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DPhotoStore.java56 private final File mStorePath; field in PhotoStore
70 mStorePath = new File(rootDirectory, DIRECTORY); in PhotoStore()
72 if (!mStorePath.exists()) { in PhotoStore()
73 if (!mStorePath.mkdirs()) { in PhotoStore()
75 + mStorePath.getPath()); in PhotoStore()
88 File[] files = mStorePath.listFiles(); in clear()
119 File[] files = mStorePath.listFiles(); in initialize()
198 file = File.createTempFile("img", null, mStorePath); in insert()
249 return new File(mStorePath, String.valueOf(id)); in getFileForPhotoFileId()