Searched defs:peek (Results 1 - 11 of 11) sorted by relevance

/packages/apps/Email/provider_src/com/android/email/
H A DPeekableInputStream.java24 * client of this stream can call peek() to see the next available byte in the stream
46 public int peek() throws IOException { method in class:PeekableInputStream
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
H A DDequeMap.java72 * @see Deque#peek()
77 public V peek(K key) { method in class:DequeMap
82 return pile.peek();
/packages/services/Telephony/src/com/android/phone/common/mail/
H A DPeekableInputStream.java24 * client of this stream can call peek() to see the next available byte in the stream
46 public int peek() throws IOException { method in class:PeekableInputStream
/packages/apps/Email/provider_src/com/android/email/mail/store/imap/
H A DImapResponseParser.java114 private int peek() throws IOException { method in class:ImapResponseParser
115 final int next = mIn.peek();
259 final int ch = peek();
289 if (peek() == ' ') {
295 final int next = peek();
298 if (peek() == ' ') { // Skip following space
331 final int next = peek();
366 final int ch = peek();
406 final int next = peek();
/packages/services/Telephony/src/com/android/phone/common/mail/store/imap/
H A DImapResponseParser.java97 private int peek() throws IOException { method in class:ImapResponseParser
98 final int next = mIn.peek();
238 final int ch = peek();
268 if (peek() == ' ') {
274 final int next = peek();
277 if (peek() == ' ') { // Skip following space
310 final int next = peek();
345 final int ch = peek();
385 final int next = peek();
H A DDigestMd5Utils.java268 char result = peek();
273 private char peek() { method in class:DigestMd5Utils.DigestMessageParser
278 while (peek() != c) {
290 if (peek() == '"') {
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DTwoPaneController.java84 * expectation is that the original peek conversation should appear.
237 // Restore peek-related state *after* the super-implementation naively restores view mode.
273 // support peek (i.e. portrait), remap the view mode to list-mode if previously peeking.
274 // We still want to keep the peek state around in case the user rotates back to
275 // landscape, in which case the app should remember that peek mode was on and which
276 // conversation to peek at.
279 LogUtils.i(LOG_TAG, "restoring peek to port orientation");
295 // we then end up back in peek mode
300 showConversationWithPeek(conversation, true /* peek */);
545 protected void showConversationWithPeek(Conversation conversation, boolean peek) { argument
554 showConversation(Conversation conversation, boolean peek, boolean fromKeyboard) argument
[all...]
H A DAbstractActivityController.java1866 * configurations (peek mode), this operation may be prevented and the method will return false.
1874 LogUtils.i(LOG_TAG, "AAC is in peek mode, not marking seen. conv=%s", conv);
2584 showConversationWithPeek(conversation, false /* peek */);
2587 protected void showConversationWithPeek(Conversation conversation, boolean peek) { argument
/packages/services/Telecomm/libs/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/util/ ...
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...
/packages/apps/TV/usbtuner/libs/
H A Dexoplayer_1.5.6.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/exoplayer/ ...

Completed in 304 milliseconds