Home
last modified time | relevance | path

Searched refs:cres (Results 1 – 4 of 4) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DContactsDictionary.java69 ContentResolver cres = context.getContentResolver(); in registerObserver()
70 cres.registerContentObserver( in registerObserver()
DUserBinaryDictionary.java67 ContentResolver cres = context.getContentResolver(); in UserBinaryDictionary() local
75 cres.registerContentObserver(Words.CONTENT_URI, true, mObserver); in UserBinaryDictionary()
DUserDictionary.java69 ContentResolver cres = context.getContentResolver(); in UserDictionary() local
77 cres.registerContentObserver(Words.CONTENT_URI, true, mObserver); in UserDictionary()
DContactsBinaryDictionary.java76 ContentResolver cres = context.getContentResolver(); in registerObserver()
77 cres.registerContentObserver(Contacts.CONTENT_URI, true, mObserver = in registerObserver()