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

/packages/apps/UnifiedEmail/src/com/android/mail/providers/
H A DUIProvider.java93 public static final class LastSyncResult { class in class:UIProvider
118 default: throw new IllegalArgumentException("Invalid LastSyncResult: " + result);
128 * @param lastSyncResult {@link LastSyncResult} value describing the result of the sync
137 * @param lastSyncValue value containing the {@link SyncStatus} and {@link LastSyncResult}
138 * @return the {@link LastSyncResult} within the <code>lastSyncValue</code>
145 * @param lastSyncValue value containing the {@link SyncStatus} and {@link LastSyncResult}

Completed in 64 milliseconds