Searched refs:openFileInput (Results 1 – 2 of 2) sorted by relevance
166 fileInputStream = context.openFileInput("__test__"); in openFileInput_shouldReturnAFileInputStream()181 fileInputStream = context.openFileInput("data" + File.separator + "test"); in openFileInput_shouldNotAcceptPathsWithSeparatorCharacters()
113 public FileInputStream openFileInput(String path) throws FileNotFoundException { in openFileInput() method in ShadowContext