Searched defs:push (Results 1 - 8 of 8) sorted by relevance

/packages/apps/Nfc/src/com/android/nfc/ndefpush/
H A DNdefPushClient.java30 * Simple client to push the local NDEF message to a server on the remote side of an
88 public boolean push(NdefMessage msg) { method in class:NdefPushClient
/packages/inputmethods/LatinIME/native/jni/src/
H A Dwords_priority_queue.h59 void push(int score, int *word, int wordLength, int type) { function in class:latinime::WordsPriorityQueue
83 mSuggestions.push(sw);
/packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
H A DParser.java402 push(id);
415 private void push(int id) { method in class:Parser
506 push(id);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DUtils.java107 public void push(char c, int x, int y) { method in class:Utils.RingCharBuffer
410 RingCharBuffer.getInstance().push(code, x, y);
425 RingCharBuffer.getInstance().push((char)codePoint, x, y);
/packages/apps/Calculator/
H A Darity-2.1.2.jar ... .arity.SyntaxException static final boolean isOperand (int) void push (org.javia.arity.Token) throws org. ...
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DTileImageView.java478 mUploadQueue.push(tile);
488 if (mDecodeQueue.push(tile)) notifyAll();
505 mRecycledQueue.push(tile);
533 mRecycledQueue.push(tile);
745 public boolean push(Tile tile) { method in class:TileImageView.TileQueue
/packages/apps/Gallery2/src/com/android/photos/views/
H A DTiledImageRenderer.java442 mUploadQueue.push(tile);
455 if (mDecodeQueue.push(tile)) {
475 mRecycledQueue.push(tile);
506 mRecycledQueue.push(tile);
702 public boolean push(Tile tile) { method in class:TiledImageRenderer.TileQueue
/packages/apps/Mms/src/com/android/mms/data/
H A DContact.java523 public void push(Runnable r) { method in class:Contact.ContactsCache.TaskStack
532 mTaskQueue.push(r);
590 // either run the query directly (canBlock case) or push the query

Completed in 418 milliseconds