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

/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
H A DFileCache.java128 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;
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/Gallery2/src/com/android/gallery3d/data/
H A DDownloadCache.java116 public Entry lookup(URL url) { method in class:DownloadCache
/packages/apps/Phone/src/com/android/phone/
H A DDTMFTwelveKeyDialer.java184 char c = (char) lookup(event, content);
216 char c = (char) lookup(event, content);
233 char c = lookup(event);
267 char c = lookup(event);
287 private char lookup(KeyEvent event) { method in class:DTMFTwelveKeyDialer.DTMFKeyListener
288 // This code is similar to {@link DialerKeyListener#lookup(KeyEvent, Spannable) lookup}
304 return (ok(getAcceptedChars(), lookup(event)));
/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 211 milliseconds