Searched defs:lookup (Results 1 - 5 of 5) sorted by relevance

/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
H A DFileCache.java129 public CacheEntry lookup(String downloadUrl) { method in class:FileCache
H A DBlobCache.java59 // public byte[] lookup(long key) throws IOException;
60 // public void lookup(LookupRequest req) throws IOException;
419 // This method is for one-off lookup. For repeated lookup, use the version
422 public byte[] lookup(long key) throws IOException { method in class:BlobCache
425 if (lookup(mLookupRequest)) {
442 public boolean lookup(LookupRequest req) throws IOException { method in class:BlobCache
542 // Returns true if the lookup is successful.
543 // The slot offset in the index file is saved in mSlotOffset. If the lookup
546 // If the lookup i
[all...]
/packages/apps/InCallUI/src/com/android/incallui/
H A DDialpadFragment.java123 char c = (char) lookup(event, content);
155 char c = (char) lookup(event, content);
172 char c = lookup(event);
206 char c = lookup(event);
226 private char lookup(KeyEvent event) { method in class:DialpadFragment.DTMFKeyListener
227 // This code is similar to {@link DialerKeyListener#lookup(KeyEvent, Spannable) lookup}
243 return (ok(getAcceptedChars(), lookup(event)));
/packages/apps/Mms/src/com/android/mms/util/
H A DBlobCache.java59 // public byte[] lookup(long key) throws IOException;
60 // public void lookup(LookupRequest req) throws IOException;
408 // This method is for one-off lookup. For repeated lookup, use the version
411 public byte[] lookup(long key) throws IOException { method in class:BlobCache
414 if (lookup(mLookupRequest)) {
431 public boolean lookup(LookupRequest req) throws IOException { method in class:BlobCache
528 // Returns true if the lookup is successful.
529 // The slot offset in the index file is saved in mSlotOffset. If the lookup
532 // If the lookup i
[all...]
/packages/apps/Calculator/
H A Darity-2.1.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/javia/ org/javia/arity/ org/javia/arity/Compiler ...

Completed in 685 milliseconds