Home
last modified time | relevance | path

Searched refs:openFileInput (Results 1 – 3 of 3) sorted by relevance

/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
DContextTest.java166 fileInputStream = context.openFileInput("__test__"); in openFileInput_shouldReturnAFileInputStream()
181 fileInputStream = context.openFileInput("data" + File.separator + "test"); in openFileInput_shouldNotAcceptPathsWithSeparatorCharacters()
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowContext.java113 public FileInputStream openFileInput(String path) throws FileNotFoundException { in openFileInput() method in ShadowContext
/external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/mock/
DMockContext.java119 public FileInputStream openFileInput(String s) throws FileNotFoundException { in openFileInput() method in MockContext.MockContext2