HomeSort by relevance Sort by last modified time
    Searched full:sdcard (Results 51 - 75 of 424) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/qemu/distrib/jpeg-6b/
sources.make 17 # use sdcard as libjpeg decoder's backing store
  /frameworks/base/core/res/res/xml/
storage_list.xml 25 android:mountPoint="/storage/sdcard"
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
MediaInserterTest.java 98 values.put("_data", "/mnt/sdcard/file" + ++mFilesCounter);
104 values.put("_data", "/mnt/sdcard/audio" + ++mAudioCounter);
110 values.put("_data", "/mnt/sdcard/video" + ++mVideoCounter);
116 values.put("_data", "/mnt/sdcard/image" + ++mImagesCounter);
  /packages/apps/ContactsCommon/res/values/
donottranslate_config.xml 18 <!-- Flag indicating whether Contacts app is allowed to import contacts from SDCard -->
20 <!-- If true, all vcard files are imported from SDCard without asking a user.
25 to import all vcard files in SDCard or select one vcard file. If false, the dialog is
81 <!-- Flag indicating whether Contacts app is allowed to export contacts to SDCard -->
  /art/test/074-gc-thrash/src/
Main.java 97 File sdcard = new File("/sdcard"); local
98 if (sdcard.exists() && sdcard.isDirectory()) {
99 return "/sdcard/" + OUTPUT_FILE;
  /device/samsung/manta/
init.manta.rc 15 symlink /storage/emulated/legacy /sdcard
16 symlink /storage/emulated/legacy /mnt/sdcard
100 # virtual sdcard daemon running as media_rw (1023)
101 service sdcard /system/bin/sdcard -u 1023 -g 1023 -l /data/media /mnt/shell/emulated
  /packages/apps/Music/tests/src/com/android/music/functional/
TestSongs.java 101 //Rescan the sdcard after copy the file
173 * Test case precondition: Copy a song and rescan the sdcard
174 * Verification: The song is deleted from the sdcard and mediastore
182 Log.v(TAG, "Copy a temp file to the sdcard");
201 //Verfiy the item is removed from sdcard
  /bootable/recovery/etc/
init.rc 18 export EXTERNAL_STORAGE /sdcard
22 mkdir /sdcard
  /cts/hostsidetests/appsecurity/test-apps/MultiUserStorageApp/src/com/android/cts/multiuserstorageapp/
MultiUserStorageTest.java 129 return new File("/sdcard/Android/obb/", file);
141 return new File("/sdcard/", file);
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyPowerEvent.java 36 private static final String LOG_FILE = "/sdcard/autotester.log";
122 Log.w(TAG, "Can't write sdcard log file", e);
  /packages/apps/Camera/tests/src/com/android/camera/stress/
ShotToShotLatency.java 62 File sdcard = new File(CAMERA_IMAGE_DIRECTORY); local
69 pics = sdcard.listFiles(filter);
  /packages/apps/Camera2/tests/src/com/android/camera/stress/
ShotToShotLatency.java 62 File sdcard = new File(CAMERA_IMAGE_DIRECTORY); local
69 pics = sdcard.listFiles(filter);
  /packages/apps/Camera2/tests_camera/src/com/android/camera/stress/
ShotToShotLatency.java 62 File sdcard = new File(CAMERA_IMAGE_DIRECTORY); local
69 pics = sdcard.listFiles(filter);
  /prebuilts/sdk/tools/linux/
bcc_compat 
  /build/target/product/
base.mk 108 sdcard \
  /external/chromium_org/android_webview/native/
aw_media_url_interceptor_unittest.cc 64 const std::string non_asset_url("file:///sdcard/file.txt");
  /external/openssl/android.testssl/
CAss.cnf 6 RANDFILE = /sdcard/android.testssl/.rnd
  /external/sepolicy/
surfaceflinger.te 67 # Do not allow accessing SDcard files as unsafe ejection could
  /frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
RsBenchRS.java 153 Log.v(TAG, "sdcard is read only");
156 File sdCard = Environment.getExternalStorageDirectory();
157 if (!sdCard.canWrite()) {
162 File resultFile = new File(sdCard, "rsbench_result" + mCurrentLoop + ".csv");
  /packages/apps/Browser/src/com/android/browser/
DownloadHandler.java 149 // Check to see if we have an SDCard
155 // Check to see if the SDCard is busy, same as the music app
196 // set downloaded file destination to /sdcard/Download.
202 // this is most commonly due to temporary problems with sdcard so show appropriate string
  /cts/tests/tests/uirendering/src/android/uirendering/cts/util/
BitmapDumper.java 30 * A utility class that will allow the user to save bitmaps to the sdcard on the device.
38 private final static String CAPTURE_SUB_DIRECTORY = "/sdcard/UiRenderingCaptures/";
72 * The files are saved to the sdcard directory
  /frameworks/base/media/tests/MediaDump/src/com/android/mediadump/
RgbPlayerActivity.java 56 * VideDumpView class. It reads the "/sdcard/mediadump/prop.xml" to get
113 prop.loadFromXML(new FileInputStream("/sdcard/mediadump/prop.xml"));
140 new FileReader("/sdcard/mediadump/images.lst"));
  /packages/apps/Gallery2/src/com/android/gallery3d/onetimeinitializer/
GalleryWidgetMigrator.java 44 * from /mnt/sdcard in pre-JB releases, to /storage/sdcard0 in JB, then again
45 * to /external/storage/sdcard/0 in JB MR1).
49 private static final String PRE_JB_EXT_PATH = "/mnt/sdcard";
  /packages/apps/SoundRecorder/src/com/android/soundrecorder/
Recorder.java 151 if (!sampleDir.canWrite()) // Workaround for broken sdcard support on the device.
152 sampleDir = new File("/sdcard/sdcard");
  /device/asus/fugu/
init.fugu.rc 43 symlink /storage/emulated/legacy /sdcard
44 symlink /storage/emulated/legacy /mnt/sdcard
268 # virtual sdcard daemon running as media_rw (1023)
269 service sdcard /system/bin/sdcard -u 1023 -g 1023 -l /data/media /mnt/shell/emulated

Completed in 2966 milliseconds

1 23 4 5 6 7 8 91011>>