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