Home
last modified time | relevance | path

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

/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
DMmsProvider.java68 static final String PARTS_DIR_NAME = "parts"; field in MmsProvider
456 String path = getContext().getDir(PARTS_DIR_NAME, 0).getPath() in insert()
522 String path = getContext().getDir(PARTS_DIR_NAME, 0).getPath() in insert()
769 String path = getContext().getDir(PARTS_DIR_NAME, 0).getPath() + '/' + in update()
863 .startsWith(getContext().getDir(PARTS_DIR_NAME, 0).getCanonicalPath())) { in openFile()
867 + getContext().getDir(PARTS_DIR_NAME, 0).getCanonicalPath()); in openFile()
DMmsSmsDatabaseHelper.java1701 newPartsDirPath = mContext.getDir(MmsProvider.PARTS_DIR_NAME, 0).getCanonicalPath(); in upgradeDatabaseToVersion62()
1713 File.separator, newPartsDirPath.lastIndexOf(MmsProvider.PARTS_DIR_NAME)); in upgradeDatabaseToVersion62()