Searched defs:openFileOutput (Results 1 – 2 of 2) sorted by relevance
118 public FileOutputStream openFileOutput(String path, int mode) throws FileNotFoundException { in openFileOutput() method in ShadowContext
124 public FileOutputStream openFileOutput(String s, int i) throws FileNotFoundException { in openFileOutput() method in MockContext.MockContext2