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.java71 static final String PARTS_DIR_NAME = "parts"; field in MmsProvider
474 .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()
DMmsSmsDatabaseHelper.java1929 newPartsDirPath = mContext.getDir(MmsProvider.PARTS_DIR_NAME, 0).getCanonicalPath(); in upgradeDatabaseToVersion62()
1941 File.separator, newPartsDirPath.lastIndexOf(MmsProvider.PARTS_DIR_NAME)); in upgradeDatabaseToVersion62()