Home
last modified time | relevance | path

Searched refs:lastSyncValue (Results 1 – 1 of 1) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/providers/
DUIProvider.java140 public static int getResultFromLastSyncResult(int lastSyncValue) { in getResultFromLastSyncResult() argument
141 return lastSyncValue & 0x0f; in getResultFromLastSyncResult()
148 public static int getStatusFromLastSyncResult(int lastSyncValue) { in getStatusFromLastSyncResult() argument
149 return lastSyncValue >> 4; in getStatusFromLastSyncResult()