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.java174 char c = (char) lookup(event, content);
206 char c = (char) lookup(event, content);
223 char c = lookup(event);
257 char c = lookup(event);
277 private char lookup(KeyEvent event) { method in class:DialpadFragment.DTMFKeyListener
278 // This code is similar to {@link DialerKeyListener#lookup(KeyEvent, Spannable) lookup}
294 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 ...
/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/ ...

Completed in 127 milliseconds