Home
last modified time | relevance | path

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

/aosp12/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
H A DMmsProvider.java72 static final String PARTS_DIR_NAME = "parts"; field in MmsProvider
475 .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()
H A DMmsSmsDatabaseHelper.java1913 newPartsDirPath = mContext.getDir(MmsProvider.PARTS_DIR_NAME, 0).getCanonicalPath(); in upgradeDatabaseToVersion62()
1925 File.separator, newPartsDirPath.lastIndexOf(MmsProvider.PARTS_DIR_NAME)); in upgradeDatabaseToVersion62()