Home
last modified time | relevance | path

Searched refs:tmpType (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapContent.java2233 TYPE tmpType = ele.getType(); in msgListing() local
2235 ((TYPE.SMS_GSM).equals(tmpType) || (TYPE.SMS_CDMA).equals(tmpType))) { in msgListing()
2238 } else if(mmsCursor != null && (TYPE.MMS).equals(tmpType)) { in msgListing()
2241 } else if(emailCursor != null && ((TYPE.EMAIL).equals(tmpType))) { in msgListing()
2244 } else if(imCursor != null && ((TYPE.IM).equals(tmpType))) { in msgListing()