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 102 public int syncWindow;
259 public Builder setSyncWindow(final int syncWindow) {
260 mSyncWindow = syncWindow;
338 boolean hasChildren, int syncWindow, Uri conversationListUri, Uri childFoldersListUri,
349 this.syncWindow = syncWindow;
385 syncWindow = cursor.getInt(UIProvider.FOLDER_SYNC_WINDOW_COLUMN);
448 syncWindow = in.readInt();
485 dest.writeInt(syncWindow);
880 f.syncWindow = Integer.parseInt(split[index++])
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ConversationSyncDisabledTipView.java 190 if (mFolder == null || mFolder.syncWindow <= 0) {
AbstractActivityController.java     [all...]

Completed in 609 milliseconds