Home | History | Annotate | Download | only in ui

Lines Matching defs:mSrc

54     private String mSrc;
101 mSrc = mPath.substring(mPath.lastIndexOf('/') + 1);
103 if(mSrc.startsWith(".") && mSrc.length() > 1) {
104 mSrc = mSrc.substring(1);
111 mSrc = mSrc.replace(' ', '_');
118 mSrc = null;
151 mSrc = c.getString(nameIndex);
152 if (!TextUtils.isEmpty(mSrc)) {
157 mSrc = mSrc.replace(' ', '_');
159 mSrc = null;
164 if (mSrc == null) {
203 return mSrc;