OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasUnread
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapConvoListing.java
37
private boolean
hasUnread
= false;
52
hasUnread
= true;
72
public boolean
hasUnread
()
74
return
hasUnread
;
211
if (
hasUnread
!= other.
hasUnread
) {
BluetoothMapMessageListing.java
31
private boolean
hasUnread
= false;
45
hasUnread
= true;
65
public boolean
hasUnread
()
67
return
hasUnread
;
BluetoothMapObexServer.java
[
all
...]
Completed in 82 milliseconds