Searched refs:PARTS_DIR_NAME (Results 1 – 2 of 2) sorted by relevance
72 static final String PARTS_DIR_NAME = "parts"; field in MmsProvider475 .getDir(PARTS_DIR_NAME, 0).getCanonicalPath(); in insert()500 path = getContext().getDir(PARTS_DIR_NAME, 0).getPath() in insert()571 String path = getContext().getDir(PARTS_DIR_NAME, 0).getPath() in insert()821 String path = getContext().getDir(PARTS_DIR_NAME, 0).getPath() + '/' + in update()929 .startsWith(getContext().getDir(PARTS_DIR_NAME, 0).getCanonicalPath())) { in safeOpenFileHelper()933 + getContext().getDir(PARTS_DIR_NAME, 0).getCanonicalPath()); in safeOpenFileHelper()
1913 newPartsDirPath = mContext.getDir(MmsProvider.PARTS_DIR_NAME, 0).getCanonicalPath(); in upgradeDatabaseToVersion62()1925 File.separator, newPartsDirPath.lastIndexOf(MmsProvider.PARTS_DIR_NAME)); in upgradeDatabaseToVersion62()