HomeSort by relevance Sort by last modified time
    Searched refs:openFileOutput (Results 26 - 50 of 59) sorted by null

12 3

  /development/tools/recovery_l10n/src/com/android/recovery_l10n/
Main.java 191 FileOutputStream fos = openFileOutput(filename, 0);
  /frameworks/base/tests/TileBenchmark/src/com/test/tilebenchmark/
ProfileActivity.java 186 FileOutputStream fos = openFileOutput(params[0].first,
  /packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
Parser.java 216 FileOutputStream out = context.openFileOutput(file, Context.MODE_WORLD_WRITEABLE);
  /cts/tests/tests/content/src/android/content/cts/
ContentProviderTest.java 203 mContext.openFileOutput(TEST_FILE_NAME, Context.MODE_PRIVATE).close();
  /cts/tests/tests/widget/src/android/widget/cts/
SimpleCursorAdapterTest.java 415 target = context.openFileOutput(fileName, Context.MODE_WORLD_WRITEABLE);
  /frameworks/base/core/java/android/content/
Context.java 98 * File creation mode: for use with {@link #openFileOutput}, if the file
101 * @see #openFileOutput
505 * @see #openFileOutput
535 public abstract FileOutputStream openFileOutput(String name, int mode)
549 * @see #openFileOutput
557 * {@link #openFileOutput} is stored.
564 * @see #openFileOutput
572 * files created with {@link #openFileOutput} are stored.
576 * @see #openFileOutput
683 * @see #openFileOutput
    [all...]
  /frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/src/com/android/frameworks/downloadmanagertests/
DownloadManagerTestApp.java 131 FileOutputStream fileOutput = mContext.openFileOutput(DOWNLOAD_STARTED_FLAG, 0);
  /frameworks/base/test-runner/src/android/test/mock/
MockContext.java 147 public FileOutputStream openFileOutput(String name, int mode) throws FileNotFoundException {
  /frameworks/base/core/java/android/widget/
ActivityChooserModel.java     [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
ActivityChooserModel.java     [all...]
  /cts/tests/tests/webkit/src/android/webkit/cts/
WebSettingsTest.java     [all...]
  /frameworks/base/core/tests/coretests/src/android/content/pm/
AppCacheTest.java 199 * using Context.openFileOutput has executed successfully.
208 FileOutputStream fos = con.openFileOutput(fileName, Context.MODE_PRIVATE);
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
BridgeContext.java     [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
ImportVCardActivity.java 392 outputChannel = context.openFileOutput(filename, Context.MODE_PRIVATE).getChannel();
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
UpdateHandler.java 633 outputStream = context.openFileOutput(destinationFile, Context.MODE_PRIVATE);
    [all...]
  /packages/apps/Browser/src/com/android/browser/
Tab.java     [all...]
  /packages/apps/Gallery2/src/com/android/camera/
PhotoModule.java     [all...]
  /packages/apps/LegacyCamera/src/com/android/camera/
Camera.java     [all...]
  /frameworks/base/core/java/android/app/
ContextImpl.java 706 public FileOutputStream openFileOutput(String name, int mode)
    [all...]
  /packages/apps/Camera/src/com/android/camera/
PhotoModule.java     [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
Launcher.java 545 out = new DataOutputStream(context.openFileOutput(PREFERENCES, MODE_PRIVATE));
    [all...]
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/18/
android.jar 

Completed in 1885 milliseconds

12 3