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 41 private final String mComments;
72 mComments = comments;
88 mComments = getString(cursor, StreamItems.COMMENTS);
117 return mComments;
164 if (mComments != null) {
165 mDecodedComments = HtmlUtils.fromHtml(context, mComments, imageGetter, null);

Completed in 40 milliseconds