Searched refs:tmpType (Results 1 – 1 of 1) sorted by relevance
2422 TYPE tmpType = ele.getType(); in msgListing() local2423 if (smsCursor != null && ((TYPE.SMS_GSM).equals(tmpType) || (TYPE.SMS_CDMA).equals( in msgListing()2424 tmpType))) { in msgListing()2427 } else if (mmsCursor != null && (TYPE.MMS).equals(tmpType)) { in msgListing()2430 } else if (emailCursor != null && ((TYPE.EMAIL).equals(tmpType))) { in msgListing()2433 } else if (imCursor != null && ((TYPE.IM).equals(tmpType))) { in msgListing()