OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:beampath
(Results
1 - 1
of
1
) sorted by null
/packages/apps/Nfc/src/com/android/nfc/handover/
HandoverTransfer.java
299
File
beamPath
= new File(extRoot + "/" + BEAM_DIR);
301
if (!checkMediaStorage(
beamPath
) || mBtUris.size() == 0) {
308
beamPath
= generateMultiplePath(extRoot + "/" + BEAM_DIR + "/");
309
if (!
beamPath
.isDirectory() && !
beamPath
.mkdir()) {
310
Log.e(TAG, "Failed to create multiple path " +
beamPath
.toString());
322
File dstFile = generateUniqueDestination(
beamPath
.getAbsolutePath(),
Completed in 474 milliseconds