Searched refs:LastSyncResult (Results 1 – 2 of 2) sorted by relevance
111 public static final int LAST_SYNC_RESULT_SUCCESS = UIProvider.LastSyncResult.SUCCESS;112 public static final int LAST_SYNC_RESULT_AUTH_ERROR = UIProvider.LastSyncResult.AUTH_ERROR;114 UIProvider.LastSyncResult.SECURITY_ERROR;116 UIProvider.LastSyncResult.CONNECTION_ERROR;118 UIProvider.LastSyncResult.INTERNAL_ERROR;
62 public static final class LastSyncResult { class in UIProvider