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

/external/chromium_org/sync/android/java/src/org/chromium/sync/notifier/
H A DInvalidationPreferences.java83 * Applies the changes accumulated in {@code editContext}. Returns whether they were
88 public boolean commit(EditContext editContext) { argument
89 if (!editContext.editor.commit()) {
102 /** Sets the saved sync types to {@code syncTypes} in {@code editContext}. */
103 public void setSyncTypes(EditContext editContext, Collection<String> syncTypes) { argument
106 editContext.editor.putStringSet(PrefKeys.SYNC_TANGO_TYPES, selectedTypesSet);
120 /** Sets the saved account to {@code account} in {@code editContext}. */
121 public void setAccount(EditContext editContext, Account account) { argument
122 editContext.editor.putString(PrefKeys.SYNC_ACCT_NAME, account.name);
123 editContext
137 setInternalNotificationClientState(EditContext editContext, byte[] state) argument
[all...]

Completed in 70 milliseconds