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

/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
H A DMailbox.java174 public int mUiLastSyncResult; field in class:Mailbox
595 mUiLastSyncResult = cursor.getInt(CONTENT_UI_LAST_SYNC_RESULT_COLUMN);
620 values.put(MailboxColumns.UI_LAST_SYNC_RESULT, mUiLastSyncResult);
790 = mUiLastSyncResult;
825 dest.writeInt(mUiLastSyncResult);
850 mUiLastSyncResult = in.readInt();

Completed in 58 milliseconds