OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tryUpdate
(Results
1 - 8
of
8
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DictionaryService.java
203
UpdateHandler.
tryUpdate
(context);
210
UpdateHandler.
tryUpdate
(context);
261
UpdateHandler.
tryUpdate
(context);
DictionarySettingsFragment.java
384
// We call
tryUpdate
(), which returns whether we could successfully start an update.
387
if (!UpdateHandler.
tryUpdate
(activity)) {
UpdateHandler.java
184
public static boolean
tryUpdate
(final Context context) {
[
all
...]
/prebuilts/go/darwin-x86/src/net/
dnsclient_unix.go
250
//
tryUpdate
tries to update conf with the named resolv.conf file.
253
func (conf *resolverConfig)
tryUpdate
(name string) {
304
resolvConf.
tryUpdate
("/etc/resolv.conf")
438
resolvConf.
tryUpdate
("/etc/resolv.conf")
dnsclient_unix_test.go
356
conf.
tryUpdate
(conf.path)
/prebuilts/go/linux-x86/src/net/
dnsclient_unix.go
250
//
tryUpdate
tries to update conf with the named resolv.conf file.
253
func (conf *resolverConfig)
tryUpdate
(name string) {
304
resolvConf.
tryUpdate
("/etc/resolv.conf")
438
resolvConf.
tryUpdate
("/etc/resolv.conf")
dnsclient_unix_test.go
356
conf.
tryUpdate
(conf.path)
/external/robolectric/v1/lib/main/
h2-1.2.147.jar
Completed in 808 milliseconds