HomeSort by relevance Sort by last modified time
    Searched refs:syncWindow (Results 1 - 3 of 3) sorted by null

  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
Folder.java 105 public int syncWindow;
262 public Builder setSyncWindow(final int syncWindow) {
263 mSyncWindow = syncWindow;
341 boolean hasChildren, int syncWindow, Uri conversationListUri, Uri childFoldersListUri,
352 this.syncWindow = syncWindow;
387 syncWindow = cursor.getInt(UIProvider.FOLDER_SYNC_WINDOW_COLUMN);
449 syncWindow = in.readInt();
485 dest.writeInt(syncWindow);
904 f.syncWindow = Integer.parseInt(split[index++])
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ConversationSyncDisabledTipView.java 107 if (mFolder == null || mFolder.syncWindow <= 0) {
AbstractActivityController.java     [all...]

Completed in 187 milliseconds