Searched refs:GoogleServiceAuthError (Results 226 - 227 of 227) sorted by last modified time

12345678910

/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/sync/
H A DGoogleServiceAuthError.java10 * This class mirrors the native GoogleServiceAuthError class State enum from:
13 public class GoogleServiceAuthError { class
81 GoogleServiceAuthError(int code) { method in class:GoogleServiceAuthError
H A DProfileSyncService.java356 public GoogleServiceAuthError.State getAuthError() {
358 return GoogleServiceAuthError.State.fromCode(authErrorCode);

Completed in 85 milliseconds

12345678910