Searched refs:fileContext (Results 1 - 1 of 1) sorted by last modified time

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

Completed in 54 milliseconds