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.java2427 TYPE tmpType = ele.getType(); in msgListing() local
2428 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()