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

/packages/apps/Dialer/java/com/android/voicemail/impl/mail/
H A DPeekableInputStream.java24 * this stream can call peek() to see the next available byte in the stream and a subsequent read
46 public int peek() throws IOException { method in class:PeekableInputStream
/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/Car/obd2-lib/src/com/android/car/obd2/
H A DIntegerArrayStream.java34 public int peek() { method in class:IntegerArrayStream
76 * will return false, and stream.peek() will return 3 since it is the first element that did not
87 if (value != peek()) {
/packages/providers/ContactsProvider/src/com/android/providers/contacts/sqlite/
H A DSqlChecker.java125 private static char peek(String s, int index) { method in class:SqlChecker
147 final char ch = peek(sql, pos);
153 while (isAlNum(peek(sql, pos))) {
174 if (peek(sql, pos + 1) != ch) {
226 if (ch == '-' && peek(sql, pos + 1) == '-') {
237 if (ch == '/' && peek(sql, pos + 1) == '*') {
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/imap/
H A DImapResponseParser.java87 private int peek() throws IOException { method in class:ImapResponseParser
88 final int next = mIn.peek();
225 final int ch = peek();
255 if (peek() == ' ') {
261 final int next = peek();
264 if (peek() == ' ') { // Skip following space
297 final int next = peek();
331 final int ch = peek();
378 final int next = peek();
H A DDigestMd5Utils.java270 char result = peek();
275 private char peek() { method in class:DigestMd5Utils.DigestMessageParser
280 while (peek() != c) {
292 if (peek() == '"') {
/packages/apps/DocumentsUI/src/com/android/documentsui/base/
H A DDocumentStack.java114 public DocumentInfo peek() { method in class:DocumentStack
168 return peek().displayName;
/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/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/libs/
H A Dexoplayer.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/exoplayer/ ...

Completed in 2586 milliseconds