HomeSort by relevance Sort by last modified time
    Searched defs:mSourceName (Results 1 - 2 of 2) sorted by null

  /frameworks/base/include/androidfw/
AssetDir.h 96 mSourceName = src.mSourceName;
120 const String8& getSourceName(void) const { return mSourceName; }
121 void setSourceName(const String8& path) { mSourceName = path; }
134 String8 mSourceName; // currently debug-only
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
PhotoSource.java 101 protected String mSourceName;
108 mSourceName = TAG;

Completed in 53 milliseconds