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

/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.java59 public final String mFileName; field in class:BluetoothOppSendFileInfo
78 mFileName = fileName;
90 mFileName = null;
/packages/apps/Settings/src/com/android/settings/
H A DSettingsLicenseActivity.java66 private String mFileName; field in class:SettingsLicenseActivity.LicenseFileLoader
70 mFileName = fileName;
83 if (mFileName.endsWith(".gz")) {
85 new GZIPInputStream(new FileInputStream(mFileName)));
87 inputReader = new FileReader(mFileName);
94 Log.e(INNER_TAG, "License HTML file not found at " + mFileName, e);
97 Log.e(INNER_TAG, "Error reading license HTML file at " + mFileName, e);
109 Log.e(INNER_TAG, "License HTML is empty (from " + mFileName + ")");
/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DMtpImage.java43 private String mFileName; field in class:MtpImage
60 mFileName = objInfo.getName();
152 details.addDetail(MediaDetails.INDEX_TITLE, mFileName);
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DLegacyContactImporterTest.java56 private String mFileName; field in class:LegacyContactImporterTest.LegacyMockContext
59 mFileName = fileName;
65 return SQLiteDatabase.openDatabase(mFileName, factory, SQLiteDatabase.OPEN_READONLY);
70 return new File(mFileName);
/packages/providers/DownloadProvider/ui/src/com/android/providers/downloads/ui/
H A DDownloadItem.java38 private String mFileName; field in class:DownloadItem
73 mFileName = fileName;
126 mFileName, mMimeType);
140 return mFileName;
H A DDownloadList.java93 private String mFileName; field in class:DownloadList.SelectionObjAttrs
96 mFileName = fileName;
100 return mFileName;
/packages/apps/Settings/src/com/android/settings/deviceinfo/
H A DStorageMeasurement.java527 final String mFileName; field in class:StorageMeasurement.FileInfo
532 mFileName = fileName;
545 return mFileName + " : " + mSize + ", id:" + mId;
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A DDownloadInfo.java68 info.mFileName = getString(Downloads.Impl._DATA);
197 public String mFileName; field in class:DownloadInfo
497 writer.print(" mFileName="); writer.println(mFileName);
/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
H A DEmailContent.java1048 public String mFileName; field in class:EmailContent.Attachment
1192 mFileName= cursor.getString(CONTENT_FILENAME_COLUMN);
1209 values.put(AttachmentColumns.FILENAME, mFileName);
1233 dest.writeString(mFileName);
1255 mFileName = in.readString();
1290 return "[" + mFileName + ", " + mMimeType + ", " + mSize + ", " + mContentId + ", "

Completed in 193 milliseconds