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

/frameworks/base/test-runner/src/android/test/
H A DRenamingDelegatingContext.java51 Class<T> contentProvider, Context c, String filePrefix)
53 return providerWithRenamedContext(contentProvider, c, filePrefix, false);
57 Class<T> contentProvider, Context c, String filePrefix,
62 RenamingDelegatingContext mContext = new RenamingDelegatingContext(c, filePrefix);
71 * Makes accessible all files and databases whose names match the filePrefix that was passed to
111 * @param filePrefix : a prefix with which database and file names will be
114 public RenamingDelegatingContext(Context context, String filePrefix) { argument
117 mFilePrefix = filePrefix;
123 * @param filePrefix : a prefix with which database and file names will be
126 public RenamingDelegatingContext(Context context, Context fileContext, String filePrefix) { argument
50 providerWithRenamedContext( Class<T> contentProvider, Context c, String filePrefix) argument
56 providerWithRenamedContext( Class<T> contentProvider, Context c, String filePrefix, boolean allowAccessToExistingFilesAndDbs) argument
[all...]

Completed in 43 milliseconds