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

  /system/core/libpixelflinger/codeflinger/
ARMAssembler.h 185 KeyedVector< uint32_t*, const char* > mComments;
MIPSAssembler.h 427 KeyedVector< uint32_t*, const char* > mComments;
  /packages/apps/Contacts/src/com/android/contacts/util/
StreamItemEntry.java 43 private final String mComments;
74 mComments = comments;
90 mComments = getString(cursor, StreamItems.COMMENTS);
119 return mComments;
167 if (mComments != null) {
168 mDecodedComments = HtmlUtils.fromHtml(context, mComments, imageGetter, null);

Completed in 52 milliseconds