Searched defs:peek (Results 1 - 9 of 9) sorted by relevance
/packages/apps/Email/provider_src/com/android/email/ |
H A D | PeekableInputStream.java | 24 * 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 D | DequeMap.java | 72 * @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 D | PeekableInputStream.java | 24 * 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/services/Telephony/src/com/android/phone/common/mail/store/imap/ |
H A D | ImapResponseParser.java | 98 private int peek() throws IOException { method in class:ImapResponseParser 99 final int next = mIn.peek(); 240 final int ch = peek(); 270 if (peek() == ' ') { 276 final int next = peek(); 279 if (peek() == ' ') { // Skip following space 312 final int next = peek(); 347 final int ch = peek(); 387 final int next = peek();
|
/packages/apps/Email/provider_src/com/android/email/mail/store/imap/ |
H A D | ImapResponseParser.java | 114 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/apps/UnifiedEmail/src/com/android/mail/ui/ |
H A D | TwoPaneController.java | 84 * 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 D | AbstractActivityController.java | 1866 * 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 D | guava.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/util/ ... |
/packages/apps/Messaging/build/gcheckstyle/ |
H A D | google-style-checker_deploy.jar | META-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ... |
Completed in 202 milliseconds