Searched defs:lookup (Results 1 – 5 of 5) sorted by relevance
113 PersonalDictionaryLookup lookup = in setUpWord() local124 PersonalDictionaryLookup lookup = in setUpShortcut() local140 PersonalDictionaryLookup lookup = setUpShortcut(Locale.US); in testShortcutKeyMatching() local153 PersonalDictionaryLookup lookup = setUpShortcut(Locale.US); in testShortcutMatchesInputCountry() local172 PersonalDictionaryLookup lookup = setUpShortcut(Locale.ENGLISH); in testShortcutMatchesInputLanguage() local190 PersonalDictionaryLookup lookup = setUpShortcut(PersonalDictionaryLookup.ANY_LOCALE); in testShortcutMatchesAnyLocale() local209 PersonalDictionaryLookup lookup = setUpWord(Locale.US); in testExactLocaleMatch() local236 PersonalDictionaryLookup lookup = setUpWord(Locale.ENGLISH); in testSubLocaleMatch() local259 PersonalDictionaryLookup lookup = setUpWord(null); in testAllLocalesMatch() local292 PersonalDictionaryLookup lookup = new PersonalDictionaryLookup(mContext, in testMultipleLocalesMatch() local[all …]
422 public byte[] lookup(long key) throws IOException { in lookup() method in BlobCache442 public boolean lookup(LookupRequest req) throws IOException { in lookup() method in BlobCache
129 public CacheEntry lookup(String downloadUrl) { in lookup() method in FileCache
277 private char lookup(KeyEvent event) { in lookup() method in DialpadFragment.DTMFKeyListener
1179 matcher.addURI(ContactsContract.AUTHORITY, "contacts/lookup/*", CONTACTS_LOOKUP); in matcher.addURI()1183 matcher.addURI(ContactsContract.AUTHORITY, "contacts/lookup/*/#", CONTACTS_LOOKUP_ID); in matcher.addURI()1233 matcher.addURI(ContactsContract.AUTHORITY, "data/emails/lookup", EMAILS_LOOKUP); in matcher.addURI()1234 matcher.addURI(ContactsContract.AUTHORITY, "data/emails/lookup/*", EMAILS_LOOKUP); in matcher.addURI()