Searched defs:filePrefix (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/test-runner/src/android/test/
H A DRenamingDelegatingContext.java55 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) { argument
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) { argument
54 providerWithRenamedContext( Class<T> contentProvider, Context c, String filePrefix) argument
60 providerWithRenamedContext( Class<T> contentProvider, Context c, String filePrefix, boolean allowAccessToExistingFilesAndDbs) argument
[all...]

Completed in 1312 milliseconds