Home
last modified time | relevance | path

Searched refs:beamPath (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Nfc/src/com/android/nfc/beam/
DBeamTransferManager.java379 File beamPath = new File(extRoot + "/" + BEAM_DIR); in processFiles() local
381 if (!checkMediaStorage(beamPath) || mUris.size() == 0) { in processFiles()
388 beamPath = generateMultiplePath(extRoot + "/" + BEAM_DIR + "/"); in processFiles()
389 if (!beamPath.isDirectory() && !beamPath.mkdir()) { in processFiles()
390 Log.e(TAG, "Failed to create multiple path " + beamPath.toString()); in processFiles()
402 File dstFile = generateUniqueDestination(beamPath.getAbsolutePath(), in processFiles()