HomeSort by relevance Sort by last modified time
    Searched full:unread (Results 26 - 50 of 335) sorted by null

12 3 4 5 6 7 8 91011>>

  /libcore/luni/src/test/java/libcore/java/io/
OldAndroidPushbackInputStreamTest.java 36 a.unread("push".getBytes());
44 b.unread('X');
OldAndroidPushbackReaderTest.java 36 a.unread("PUSH".toCharArray());
44 b.unread('X');
  /external/chromium_org/components/pairing/
message_buffer.h 21 // from a socket. It keeps track of the amount of unread data, and allows data
  /external/chromium_org/media/base/
bit_reader.h 51 // Pointer to the next unread byte in the stream.
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
Scanning.pxd 46 #cdef unread(self, token, value)
  /external/chromium_org/third_party/skia/third_party/lua/src/
lzio.h 55 size_t n; /* bytes still unread */
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
FolderItemView.java 85 mUnreadCountTextView = (TextView)findViewById(R.id.unread);
141 * Sets the unread count, taking care to hide/show the textview if the count is zero/non-zero.
165 * Used if we detect a problem with the unread count and want to force an override.
169 LogUtils.e(LOG_TAG, "FLF->FolderItem.getFolderView: unread count mismatch found (%s vs %d)",
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationItemViewModel.java 63 // Unread
64 public boolean unread; field in class:ConversationItemViewModel
156 header.unread = !conv.read;
251 // If any are unread, get the first unread sender.
252 // If all are unread, get the first sender.
  /developers/build/prebuilts/gradle/MessagingService/Application/src/main/java/com/example/android/messagingservice/
Conversations.java 26 * A simple class that denotes unread conversations and messages. In a real world application,
27 * this would be replaced by a content provider that actually gets the unread messages to be
  /developers/samples/android/notification/MessagingService/Application/src/main/java/com/example/android/messagingservice/
Conversations.java 26 * A simple class that denotes unread conversations and messages. In a real world application,
27 * this would be replaced by a content provider that actually gets the unread messages to be
  /developers/samples/android/notification/MessagingService/
template-params.xml 30 Each unread conversation from a user is sent as a distinct notification.
60 Each unread conversation from a user is sent as a distinct notification.
  /development/samples/browseable/MessagingService/src/com.example.android.messagingservice/
Conversations.java 26 * A simple class that denotes unread conversations and messages. In a real world application,
27 * this would be replaced by a content provider that actually gets the unread messages to be
  /external/chromium_org/third_party/sfntly/cpp/src/test/
file_io_test.cc 78 // Unread test
81 is.Unread(&b3);
  /external/sfntly/cpp/src/test/
file_io_test.cc 78 // Unread test
81 is.Unread(&b3);
  /packages/apps/Email/emailcommon/res/values/
strings.xml 38 <!-- Do Not Translate. This is the system name of the "all unread" folder. -->
39 <string name="mailbox_name_server_all_unread" translatable="false">Unread</string>
  /external/chromium_org/google_apis/gcm/base/
socket_stream.cc 43 DVLOG(1) << "No unread data remaining, ending read.";
134 << " unread bytes remaining, shifting.";
135 // Move any remaining unread data to the start of the buffer;
138 DVLOG(1) << "Have " << unread_data_size << " unread bytes remaining.";
  /external/chromium_org/net/tools/balsa/
simple_buffer.h 54 // resized, unread data may still need to be non-destructively copied to
  /packages/apps/Mms/res/values/
colors.xml 33 <!-- the background color used for unread conversation -->
  /packages/apps/UnifiedEmail/res/values/
constants.xml 32 <!-- Max unread count to show for a folder -->
38 <!-- Flip interval for account name and unread count -->
40 <!-- We don't want the unread count to flicker too much in the action bar, when a lot of
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
NotificationUtils.java 91 public static final String EXTRA_UNREAD_COUNT = "unread-count";
95 /** Contains a list of <(account, label), unread conversations> */
143 * Class representing the existing notifications, and the number of unread and
195 * Returns the unread count for the given NotificationKey.
203 * Returns the unread unseen count for the given NotificationKey.
211 * Store the unread and unseen value for the given NotificationKey
213 public void put(NotificationKey key, int unread, int unseen) {
215 new Pair<Integer, Integer>(Integer.valueOf(unread), Integer.valueOf(unseen));
302 * @return the title of this notification with each account and the number of unread and unseen
303 * conversations for it. Also remove any account in the map that has 0 unread
310 Integer unread = notifications.getUnread(key); local
564 final Integer unread = notificationMap.getUnread(key); local
    [all...]
  /external/tagsoup/templates/org/ccil/cowan/tagsoup/
HTMLScanner.java 122 private void unread(PushbackReader r, int c) throws IOException { method in class:HTMLScanner
123 if (c != -1) r.unread(c);
173 if (firstChar != '\uFEFF') unread(r, firstChar); method
184 unread(r, ch); // nope method
320 unread(r, ch); method
325 unread(r, ch); method
414 unread(r, ch); method
  /external/chromium_org/chrome/browser/ui/cocoa/notifications/
message_center_tray_bridge.h 52 // Updates the unread count on the status item.
  /external/chromium_org/third_party/webrtc/modules/audio_device/android/
fine_audio_buffer.h 60 int cached_buffer_start_; // Location of first unread sample.
  /external/kernel-headers/original/uapi/linux/usb/
gadgetfs.h 74 * complete when they're sitting in the FIFO unread.
  /frameworks/opt/bluetooth/src/android/bluetooth/client/map/
BluetoothMapBmessage.java 50 READ, UNREAD

Completed in 527 milliseconds

12 3 4 5 6 7 8 91011>>