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

/frameworks/base/test-runner/src/android/test/
H A DRenamingDelegatingContext.java122 * @param fileContext : the context that file and db methods will be delgated to
126 public RenamingDelegatingContext(Context context, Context fileContext, String filePrefix) { argument
128 mFileContext = fileContext;

Completed in 630 milliseconds