Searched refs:openFileInput (Results 1 – 13 of 13) sorted by relevance
183 public FileInputStream openFileInput(String name) in openFileInput() method in RenamingDelegatingContext187 return mFileContext.openFileInput(internalName); in openFileInput()
64 reader = new BufferedReader(new InputStreamReader(openFileInput(FILE_NAME)));159 FileInputStream dataFile = openFileInput("backup_test");
157 public FileInputStream openFileInput(String name) in openFileInput() method in ContextWrapper159 return mBase.openFileInput(name); in openFileInput()
448 public abstract FileInputStream openFileInput(String name) in openFileInput() method in Context
91 FileInputStream fis = openFileInput(params[0]); in doInBackground()
132 public FileInputStream openFileInput(String name) throws FileNotFoundException { in openFileInput() method in MockContext
185 FileInputStream inFile = mContext.openFileInput(DOWNLOAD_STARTED_FLAG); in verifyFileDownloadSucceeded()
972 fis = mContext.openFileInput(mHistoryFileName); in run()
196 <li>Call {@link android.content.Context#openFileInput openFileInput()} and pass it the
1115 public FileInputStream openFileInput(String arg0) throws FileNotFoundException { in openFileInput() method in BridgeContext
607 public FileInputStream openFileInput(String name) in openFileInput() method in ContextImpl
5054 …method public abstract java.io.FileInputStream openFileInput(java.lang.String) throws java.io.File…5180 …method public java.io.FileInputStream openFileInput(java.lang.String) throws java.io.FileNotFoundE…19630 …method public java.io.FileInputStream openFileInput(java.lang.String) throws java.io.FileNotFoundE…