Lines Matching full:getfilename
381 return mManager.beginSendObject(parentObj, objPath.getFileName().toString(), format);
573 if (!mManager.endRenameObject(obj, oldPath.getFileName().toString(), success)) {
595 if (oldPath.getFileName().startsWith(".") && !newPath.startsWith(".")) {
605 if (oldPath.getFileName().toString().toLowerCase(Locale.US).equals(NO_MEDIA)
606 && !newPath.getFileName().toString().toLowerCase(Locale.US).equals(NO_MEDIA)) {