Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapConvoListing.java37 private boolean mHasUnread = false; field in BluetoothMapConvoListing
52 mHasUnread = true; in add()
72 return mHasUnread; in hasUnread()
215 if (mHasUnread != other.mHasUnread) { in equals()
DBluetoothMapMessageListing.java33 private boolean mHasUnread = false; field in BluetoothMapMessageListing
47 mHasUnread = true; in add()
67 return mHasUnread; in hasUnread()