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

/frameworks/base/test-runner/src/android/test/
H A DRenamingDelegatingContext.java40 public class RenamingDelegatingContext extends ContextWrapper { class in inherits:ContextWrapper
62 RenamingDelegatingContext mContext = new RenamingDelegatingContext(c, filePrefix);
114 public RenamingDelegatingContext(Context context, String filePrefix) { method in class:RenamingDelegatingContext
126 public RenamingDelegatingContext(Context context, Context fileContext, String filePrefix) { method in class:RenamingDelegatingContext
233 Log.w("RenamingDelegatingContext", "Unable to create cache directory");

Completed in 41 milliseconds