Home
last modified time | relevance | path

Searched defs:MODE_PRIVATE (Results 1 – 25 of 280) sorted by relevance

12345678910>>...12

/aosp_15_r20/packages/modules/AdServices/sdksandbox/tests/cts/inprocess/src/com/android/sdksandbox/tests/cts/inprocess/
DSdkSandboxConfigurationTest.java144 new OutputStreamWriter(mContext.openFileOutput("random_ce_file", MODE_PRIVATE))) { in testCanWriteToDataDir_CE() argument
160 ctx.openFileOutput("random_de_file", MODE_PRIVATE))) { in testCanWriteToDataDir_DE() argument
/aosp_15_r20/packages/apps/WallpaperPicker2/src/com/android/wallpaper/util/
DFileMover.java35 dstFileName, Context.MODE_PRIVATE)) { in moveFileBetweenContexts()
/aosp_15_r20/cts/tests/tests/content/HelloWorldApp/src5/com/example/helloworld/
H A DMainActivity.java39 getApplicationContext().openFileOutput("test_file", MODE_PRIVATE))) { in onCreate() argument
/aosp_15_r20/cts/hostsidetests/appsecurity/test-apps/InstantUpgradeApp/src/com/android/cts/instantupgradeapp/
H A DClientTest.java61 .getContext().openFileOutput("test.txt", Context.MODE_PRIVATE)) { in testInstantApplicationWriteFile()
/aosp_15_r20/frameworks/base/tests/FsVerityTest/FsVerityTestApp/src/com/android/fsverity/
H A DHelper.java72 try (FileOutputStream os = context.openFileOutput(basename, Context.MODE_PRIVATE)) { in prepareTest()
/aosp_15_r20/cts/hostsidetests/packagemanager/deletekeepdata/app/src/com/android/tests/deletekeepdata/app/
H A DDeleteKeepDataDeviceTest.java54 mContext.openFileOutput(TEST_FILE_NAME, MODE_PRIVATE))) { in testWriteData() argument
/aosp_15_r20/packages/services/Telecomm/src/com/android/server/telecom/metrics/
DTelecomPulledAtom.java104 Context.MODE_PRIVATE)) { in onSave()
/aosp_15_r20/external/mbedtls/programs/pkey/
H A Dkey_app.c25 #define MODE_PRIVATE 1 macro
H A Dkey_app_writer.c50 #define MODE_PRIVATE 1 macro
/aosp_15_r20/cts/tests/tests/widget/src/android/widget/cts/
H A DVideoViewTest.java116 OutputStream target = mActivity.openFileOutput(VIDEO_NAME, Context.MODE_PRIVATE)) { in prepareSampleVideo()
H A DMediaControllerTest.java208 OutputStream target = mActivity.openFileOutput(VIDEO_NAME, Context.MODE_PRIVATE)) { in prepareSampleVideo()
H A DSimpleCursorAdapterTest.java444 OutputStream target = context.openFileOutput(fileName, Context.MODE_PRIVATE)) { in createTestImage()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/pkey/
H A Dkey_app.c25 #define MODE_PRIVATE 1 macro
H A Dkey_app_writer.c61 #define MODE_PRIVATE 1 macro
/aosp_15_r20/development/samples/BrokenKeyDerivation/src/com/example/android/brokenkeyderivation/
H A DBrokenKeyDerivationActivity.java261 try (FileOutputStream fos = openFileOutput(fileName, Context.MODE_PRIVATE)) { in writeToFile()
/aosp_15_r20/packages/services/Mms/src/com/android/mms/service/metrics/
DPersistMmsAtomsStorage.java273 try (FileOutputStream stream = mContext.openFileOutput(FILENAME, Context.MODE_PRIVATE)) { in saveAtomsToFileNow()
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
H A DShadowContextTest.java197 context.openFileOutput("__test__", Context.MODE_PRIVATE)) { in openFileOutput_shouldReturnAFileOutputStream()
/aosp_15_r20/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/service/
DBackupHelper.java361 DELAYED_RESTORE_PERMISSIONS_FILE, MODE_PRIVATE)) { in writeDelayedStorePkgsLocked() argument
DLocationAccessCheck.java323 MODE_PRIVATE)))) { in persistAlreadyNotifiedPackagesLocked() argument
/aosp_15_r20/out/soong/.intermediates/frameworks/multidex/library/android-support-multidex/android_common/turbine/
Dandroid-support-multidex.jarandroidx/multidex/MultiDex$V19.class <Unknown> package androidx.multidex final androidx. ...
/aosp_15_r20/out/soong/.intermediates/external/libbackup/libbackup/android_common/turbine/
Dlibbackup.jarcom/google/android/libraries/backup/Backup.class <Unknown> package com. ...
/aosp_15_r20/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DPersistAtomsStorage.java1963 try (FileOutputStream stream = mContext.openFileOutput(FILENAME, Context.MODE_PRIVATE)) { in saveAtomsToFileNow()
/aosp_15_r20/out/soong/.intermediates/external/libtextclassifier/notification/TextClassifierNotificationLibNoManifest/android_common_apex30/turbine/
DTextClassifierNotificationLibNoManifest.jarcom/android/textclassifier/notification/CopyCodeActivity.class <Unknown> package com.android. ...
/aosp_15_r20/out/soong/.intermediates/packages/modules/CrashRecovery/framework/framework-crashrecovery.impl/android_common/turbine/
Dframework-crashrecovery.jarandroid/service/watchdog/ExplicitHealthCheckService$PackageConfig.class <Unknown> package android.service. ...
/aosp_15_r20/out/soong/.intermediates/packages/services/DeviceAsWebcam/interface/libDeviceAsWebcam/android_common/turbine/
DlibDeviceAsWebcam.jarcom/android/deviceaswebcam/DeviceAsWebcamFgService.class <Unknown> package com.android.deviceaswebcam public ...

12345678910>>...12