OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:markRead
(Results
1 - 9
of
9
) sorted by null
/packages/apps/UnifiedEmail/src/com/android/mail/providers/
MessageInfo.java
71
public boolean
markRead
(boolean isRead) {
ConversationInfo.java
118
public boolean
markRead
(boolean read) {
121
changed |= msg.
markRead
(read);
/libcore/luni/src/test/java/libcore/java/io/
OldAndroidByteArrayInputStreamTest.java
41
Assert.assertEquals("AbCdEfGdEfGhIjKlMnOpQrStUvWxYz",
markRead
(d, 3, 4));
76
public static String
markRead
(InputStream a, int x, int y) throws IOException {
OldAndroidCharArrayReaderTest.java
40
Assert.assertEquals("AbCdEfGdEfGhIjKlMnOpQrStUvWxYz",
markRead
(d, 3, 4));
75
public static String
markRead
(Reader a, int x, int y) throws IOException {
OldAndroidStringReaderTest.java
38
Assert.assertEquals("AbCdEfGdEfGhIjKlMnOpQrStUvWxYz",
markRead
(d, 3, 4));
73
public static String
markRead
(Reader a, int x, int y) throws IOException {
OldAndroidBufferedReaderTest.java
60
assertEquals("AbCdEfGdEfGhIjKlMnOpQrStUvWxYz",
markRead
(d, 3, 4));
98
public static String
markRead
(Reader a, int x, int y) throws IOException {
OldAndroidPushbackInputStreamTest.java
90
public static String
markRead
(InputStream a, int x, int y) throws IOException {
OldAndroidDataInputStreamTest.java
140
public static String
markRead
(InputStream a, int x, int y) throws IOException {
OldAndroidLineNumberReaderTest.java
67
Assert.assertEquals("AbCdEfGdEfGhIjKlM\nOpQrStUvWxYz",
markRead
(d, 3, 4));
112
public static String
markRead
(Reader a, int x, int y) throws IOException {
Completed in 74 milliseconds