Searched refs:PARTS_DIR_NAME (Results 1 – 2 of 2) sorted by relevance
71 static final String PARTS_DIR_NAME = "parts"; field in MmsProvider474 .getDir(PARTS_DIR_NAME, 0).getCanonicalPath(); in insert()499 path = getContext().getDir(PARTS_DIR_NAME, 0).getPath() in insert()566 String path = getContext().getDir(PARTS_DIR_NAME, 0).getPath() in insert()816 String path = getContext().getDir(PARTS_DIR_NAME, 0).getPath() + '/' + in update()921 .startsWith(getContext().getDir(PARTS_DIR_NAME, 0).getCanonicalPath())) { in safeOpenFileHelper()925 + getContext().getDir(PARTS_DIR_NAME, 0).getCanonicalPath()); in safeOpenFileHelper()
1929 newPartsDirPath = mContext.getDir(MmsProvider.PARTS_DIR_NAME, 0).getCanonicalPath(); in upgradeDatabaseToVersion62()1941 File.separator, newPartsDirPath.lastIndexOf(MmsProvider.PARTS_DIR_NAME)); in upgradeDatabaseToVersion62()