Lines Matching full:fileprefix
55 Class<T> contentProvider, Context c, String filePrefix)
57 return providerWithRenamedContext(contentProvider, c, filePrefix, false);
61 Class<T> contentProvider, Context c, String filePrefix,
66 RenamingDelegatingContext mContext = new RenamingDelegatingContext(c, filePrefix);
75 * Makes accessible all files and databases whose names match the filePrefix that was passed to
115 * @param filePrefix : a prefix with which database and file names will be
118 public RenamingDelegatingContext(Context context, String filePrefix) {
121 mFilePrefix = filePrefix;
127 * @param filePrefix : a prefix with which database and file names will be
130 public RenamingDelegatingContext(Context context, Context fileContext, String filePrefix) {
133 mFilePrefix = filePrefix;