Searched refs:openFileOutput (Results 1 - 18 of 18) sorted by relevance

/frameworks/base/tests/backup/src/com/android/backuptest/
H A 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));
/frameworks/support/work/integration-tests/testapp/src/main/java/androidx/work/integration/testapp/sherlockholmes/
H A DTextMappingWorker.java98 .openFileOutput(outputFileName, Context.MODE_PRIVATE);
/frameworks/base/test-runner/src/android/test/
H A DRenamingDelegatingContext.java203 public FileOutputStream openFileOutput(String name, int mode) method in class:RenamingDelegatingContext
206 return mFileContext.openFileOutput(renamedFileName(name), mode);
/frameworks/base/cmds/statsd/tools/loadtest/src/com/android/statsd/loadtest/
H A DPerfDataRecorder.java67 fo = context.openFileOutput(dumpFilename, Context.MODE_PRIVATE);
/frameworks/base/core/tests/coretests/src/android/content/
H A DMemoryFileProvider.java103 OutputStream out = getContext().openFileOutput(DATA_FILE, Context.MODE_PRIVATE);
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DGraphExporter.java54 FileOutputStream fOut = myAppContext.openFileOutput(filename, Context.MODE_PRIVATE);
/frameworks/base/tests/LowStorageTest/src/com/android/lowstoragetest/
H A DLowStorageTest.java84 contextfill.openFileOutput("testdata", Context.MODE_APPEND);
/frameworks/support/media-widget/src/androidTest/java/androidx/media/widget/
H A DVideoView2Test.java145 OutputStream target = mActivity.openFileOutput(VIDEO_NAME, Context.MODE_PRIVATE)) {
/frameworks/base/services/tests/servicestests/src/com/android/server/updates/
H A DCertPinInstallReceiverTest.java156 FileOutputStream fw = mContext.openFileOutput("content.txt", mContext.MODE_WORLD_READABLE);
/frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/src/com/android/frameworks/downloadmanagertests/
H A DDownloadManagerTestApp.java128 FileOutputStream fileOutput = mContext.openFileOutput(DOWNLOAD_STARTED_FLAG, 0);
/frameworks/base/core/java/android/content/
H A DContextWrapper.java206 public FileOutputStream openFileOutput(String name, int mode) method in class:ContextWrapper
208 return mBase.openFileOutput(name, mode);
H A DContext.java171 * File creation mode: for use with {@link #openFileOutput}, if the file
174 * @see #openFileOutput
851 * @see #openFileOutput
877 public abstract FileOutputStream openFileOutput(String name, @FileMode int mode) method in class:Context
891 * @see #openFileOutput
899 * {@link #openFileOutput} is stored.
909 * @see #openFileOutput
949 * created with {@link #openFileOutput} are stored.
958 * @see #openFileOutput
979 * @see #openFileOutput
[all...]
/frameworks/base/core/java/android/widget/
H A DActivityChooserModel.java1068 fos = mContext.openFileOutput(hostoryFileName, Context.MODE_PRIVATE);
/frameworks/base/test-mock/src/android/test/mock/
H A DMockContext.java179 public FileOutputStream openFileOutput(String name, int mode) throws FileNotFoundException { method in class:MockContext
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
H A DActivityChooserModel.java1051 fos = mContext.openFileOutput(historyFileName, Context.MODE_PRIVATE);
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeContext.java1600 public FileOutputStream openFileOutput(String arg0, int arg1) throws FileNotFoundException { method in class:BridgeContext
/frameworks/base/core/java/android/app/
H A DContextImpl.java564 public FileOutputStream openFileOutput(String name, int mode) throws FileNotFoundException { method in class:ContextImpl
/frameworks/base/config/
H A Dboot-image-profile.txt[all...]

Completed in 478 milliseconds