Home
last modified time | relevance | path

Searched refs:openFileOutput (Results 1 – 25 of 30) sorted by relevance

12

/frameworks/base/tests/backup/src/com/android/backuptest/
DBackupTestActivity.java81 output = new PrintStream(openFileOutput(FILE_NAME, MODE_APPEND));
97 output = new PrintStream(openFileOutput(FILE_NAME, MODE_PRIVATE));
143 FileOutputStream dataFile = openFileOutput("backup_test", MODE_WORLD_READABLE);
206 PrintStream out = new PrintStream(openFileOutput(name, mode)); in writeFile()
/frameworks/base/test-runner/src/android/test/
DRenamingDelegatingContext.java198 public FileOutputStream openFileOutput(String name, int mode) in openFileOutput() method in RenamingDelegatingContext
201 return mFileContext.openFileOutput(renamedFileName(name), mode); in openFileOutput()
/frameworks/base/docs/html-intl/intl/ja/training/basics/data-storage/
Dfiles.jd157 android.content.Context#openFileOutput openFileOutput()} を呼び出して、自分の内部ディレクトリ内のファイルに書き込みを行う {@link ja…
167 outputStream = openFileOutput(filename, Context.MODE_PRIVATE);
/frameworks/base/docs/html-intl/intl/ko/training/basics/data-storage/
Dfiles.jd157 android.content.Context#openFileOutput openFileOutput()}을 호출하여 내부 디렉터리의 파일에 데이터를 쓰는
167 outputStream = openFileOutput(filename, Context.MODE_PRIVATE);
/frameworks/base/docs/html-intl/intl/zh-tw/training/basics/data-storage/
Dfiles.jd157 android.content.Context#openFileOutput openFileOutput()},以取得寫入內部目錄中檔案的 {@link java.io.FileOutputStr…
167 outputStream = openFileOutput(filename, Context.MODE_PRIVATE);
/frameworks/base/docs/html-intl/intl/ru/training/basics/data-storage/
Dfiles.jd157 android.content.Context#openFileOutput openFileOutput()} для получения объекта {@link java.io.FileO…
167 outputStream = openFileOutput(filename, Context.MODE_PRIVATE);
/frameworks/base/docs/html-intl/intl/zh-cn/training/basics/data-storage/
Dfiles.jd157 android.content.Context#openFileOutput openFileOutput()} 获取写入到内部目录中的文件的 {@link java.io.FileOutputSt…
167 outputStream = openFileOutput(filename, Context.MODE_PRIVATE);
/frameworks/base/tests/LowStorageTest/src/com/android/lowstoragetest/
DLowStorageTest.java84 contextfill.openFileOutput("testdata", Context.MODE_APPEND); in fillupdisk()
/frameworks/base/core/tests/coretests/src/android/content/
DMemoryFileProvider.java103 OutputStream out = getContext().openFileOutput(DATA_FILE, Context.MODE_PRIVATE); in onCreate()
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DGraphExporter.java54 FileOutputStream fOut = myAppContext.openFileOutput(filename, Context.MODE_PRIVATE); in exportAsDot()
/frameworks/base/services/tests/servicestests/src/com/android/server/updates/
DCertPinInstallReceiverTest.java156 FileOutputStream fw = mContext.openFileOutput("content.txt", mContext.MODE_WORLD_READABLE); in makeTemporaryContentFile()
/frameworks/base/core/java/android/content/
DContextWrapper.java190 public FileOutputStream openFileOutput(String name, int mode) in openFileOutput() method in ContextWrapper
192 return mBase.openFileOutput(name, mode); in openFileOutput()
DContext.java782 public abstract FileOutputStream openFileOutput(String name, int mode) in openFileOutput() method in Context
/frameworks/base/docs/html/training/basics/data-storage/
Dfiles.jd166 android.content.Context#openFileOutput openFileOutput()} to get a {@link java.io.FileOutputStream}
176 outputStream = openFileOutput(filename, Context.MODE_PRIVATE);
/frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/src/com/android/frameworks/downloadmanagertests/
DDownloadManagerTestApp.java128 FileOutputStream fileOutput = mContext.openFileOutput(DOWNLOAD_STARTED_FLAG, 0); in initiateDownload()
/frameworks/base/docs/html-intl/intl/pt-br/training/basics/data-storage/
Dfiles.jd157 android.content.Context#openFileOutput openFileOutput()} para obter um {@link java.io.FileOutputStr…
167 outputStream = openFileOutput(filename, Context.MODE_PRIVATE);
/frameworks/base/docs/html/guide/topics/data/
Ddata-storage.jd158 <li>Call {@link android.content.Context#openFileOutput(String,int) openFileOutput()} with the
170 FileOutputStream fos = openFileOutput(FILENAME, Context.MODE_PRIVATE);
Dkeyvaluebackup.jd670 location where {@link android.content.Context#openFileOutput(String,int) openFileOutput()} writes
/frameworks/base/test-runner/src/android/test/mock/
DMockContext.java165 public FileOutputStream openFileOutput(String name, int mode) throws FileNotFoundException { in openFileOutput() method in MockContext
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DActivityChooserModel.java1050 fos = mContext.openFileOutput(historyFileName, Context.MODE_PRIVATE); in doInBackground()
/frameworks/base/core/java/android/widget/
DActivityChooserModel.java1068 fos = mContext.openFileOutput(hostoryFileName, Context.MODE_PRIVATE); in doInBackground()
/frameworks/base/core/tests/coretests/src/android/content/pm/
DAppCacheTest.java210 FileOutputStream fos = con.openFileOutput(fileName, Context.MODE_PRIVATE); in testAppFilesCreateFile()
/frameworks/base/docs/html/about/versions/
Dandroid-4.2.jd341 android.content.Context#getCacheDir()}, or {@link android.content.Context#openFileOutput
342 openFileOutput()}.</li>
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeContext.java1493 public FileOutputStream openFileOutput(String arg0, int arg1) throws FileNotFoundException { in openFileOutput() method in BridgeContext
/frameworks/base/core/java/android/app/
DContextImpl.java480 public FileOutputStream openFileOutput(String name, int mode) throws FileNotFoundException { in openFileOutput() method in ContextImpl

12