Home | History | Annotate | Download | only in writeexternalstorageapp

Lines Matching defs:probe

98         final File probe = new File(
102 assertFalse(probe.exists());
103 assertTrue(probe.mkdirs());
105 assertDirReadWriteAccess(probe);
286 // Probe path could be /storage/emulated/0 or /storage/1234-5678
287 final File probe = buildProbeFile(Environment.getExternalStorageDirectory());
288 assertTrue(probe.createNewFile());
297 final File testProbe = new File(path, probe.getName());
298 final File testUserProbe = new File(userPath, probe.getName());
318 final File beforeFile = new File(before, "test.probe");
332 final File afterFile = new File(after, "test.probe");