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

/frameworks/base/test-runner/src/android/test/
H A DRenamingDelegatingContext.java203 public FileOutputStream openFileOutput(String name, int mode) method in class:RenamingDelegatingContext
206 return mFileContext.openFileOutput(renamedFileName(name), mode);
/frameworks/base/core/java/android/content/
H A DContextWrapper.java206 public FileOutputStream openFileOutput(String name, int mode) method in class:ContextWrapper
208 return mBase.openFileOutput(name, mode);
H A DContext.java171 * File creation mode: for use with {@link #openFileOutput}, if the file
174 * @see #openFileOutput
851 * @see #openFileOutput
877 public abstract FileOutputStream openFileOutput(String name, @FileMode int mode) method in class:Context
891 * @see #openFileOutput
899 * {@link #openFileOutput} is stored.
909 * @see #openFileOutput
949 * created with {@link #openFileOutput} are stored.
958 * @see #openFileOutput
979 * @see #openFileOutput
[all...]
/frameworks/base/test-mock/src/android/test/mock/
H A DMockContext.java179 public FileOutputStream openFileOutput(String name, int mode) throws FileNotFoundException { method in class:MockContext
/frameworks/base/core/java/android/app/
H A DContextImpl.java564 public FileOutputStream openFileOutput(String name, int mode) throws FileNotFoundException { method in class:ContextImpl
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeContext.java1600 public FileOutputStream openFileOutput(String arg0, int arg1) throws FileNotFoundException { method in class:BridgeContext

Completed in 185 milliseconds