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

  /packages/apps/Mms/src/com/android/mms/ui/
MessageListItem.java 269 private void updateAvatarView(String addr, boolean isSelf) {
271 if (isSelf || !TextUtils.isEmpty(addr)) {
272 Contact contact = isSelf ? Contact.getMe(false) : Contact.get(addr, false);
275 if (isSelf) {
300 boolean isSelf = Sms.isOutgoingFolder(mMessageItem.mBoxId);
301 String addr = isSelf ? null : mMessageItem.mAddress;
302 updateAvatarView(addr, isSelf);
    [all...]
  /external/clang/lib/ARCMigrate/
TransUnbridgedCasts.cpp 221 if (isSelf(E->getSubExpr()))
320 bool isSelf(Expr *E) const {

Completed in 5891 milliseconds