Searched refs:sdcard (Results 1 – 2 of 2) sorted by relevance
4 NOTE: the test requires that /sdcard exists and is writable.
97 File sdcard = new File("/sdcard"); in getDumpFileName() local98 if (sdcard.exists() && sdcard.isDirectory()) { in getDumpFileName()