Home
last modified time | relevance | path

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

/cts/tests/tests/content/HelloWorldApp/src5/com/example/helloworld/
DMainActivity.java39 getApplicationContext().openFileOutput("test_file", MODE_PRIVATE))) { in onCreate() argument
/cts/hostsidetests/appsecurity/test-apps/InstantUpgradeApp/src/com/android/cts/instantupgradeapp/
DClientTest.java61 .getContext().openFileOutput("test.txt", Context.MODE_PRIVATE)) { in testInstantApplicationWriteFile()
/cts/hostsidetests/packagemanager/deletekeepdata/app/src/com/android/tests/deletekeepdata/app/
DDeleteKeepDataDeviceTest.java54 mContext.openFileOutput(TEST_FILE_NAME, MODE_PRIVATE))) { in testWriteData() argument
/cts/tests/tests/widget/src/android/widget/cts/
DVideoViewTest.java116 OutputStream target = mActivity.openFileOutput(VIDEO_NAME, Context.MODE_PRIVATE)) { in prepareSampleVideo()
DMediaControllerTest.java208 OutputStream target = mActivity.openFileOutput(VIDEO_NAME, Context.MODE_PRIVATE)) { in prepareSampleVideo()
DSimpleCursorAdapterTest.java444 OutputStream target = context.openFileOutput(fileName, Context.MODE_PRIVATE)) { in createTestImage()