Searched defs:mFileName (Results 1 - 9 of 9) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/util/
H A DSaveVideoFileInfo.java23 public String mFileName = null; field in class:SaveVideoFileInfo
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppTransferInfo.java54 String mFileName; field in class:BluetoothOppTransferInfo
H A DBluetoothOppReceiveFileInfo.java61 public String mFileName; field in class:BluetoothOppReceiveFileInfo
79 mFileName = filename;
H A DBluetoothOppSendFileInfo.java65 public final String mFileName; field in class:BluetoothOppSendFileInfo
82 mFileName = fileName;
92 mFileName = null;
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A DDownloadThread.java125 public String mFileName; field in class:DownloadThread.DownloadInfoDelta
138 mFileName = info.mFileName;
152 values.put(Downloads.Impl._DATA, mFileName);
619 if (mInfoDelta.mFileName != null) {
620 new File(mInfoDelta.mFileName).delete();
621 mInfoDelta.mFileName = null;
626 if (mInfoDelta.mFileName != null) {
629 Os.chmod(mInfoDelta.mFileName, 0644);
636 final File before = new File(mInfoDelta.mFileName);
[all...]
H A DDownloadInfo.java82 info.mFileName = getString(Downloads.Impl._DATA);
217 public String mFileName; field in class:DownloadInfo
556 pw.printPair("mFileName", mFileName);
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapbMessageMime.java44 public String mFileName = null; /* Do not seem to be used */ field in class:BluetoothMapbMessageMime.MimePart
/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
H A DEmailContent.java1355 public String mFileName; field in class:EmailContent.Attachment
1545 mFileName= cursor.getString(CONTENT_FILENAME_COLUMN);
1566 values.put(AttachmentColumns.FILENAME, mFileName);
1594 dest.writeString(mFileName);
1620 mFileName = in.readString();
1659 return "[" + mFileName + ", " + mMimeType + ", " + mSize + ", " + mContentId + ", "
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...

Completed in 2147 milliseconds