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

  /packages/apps/Email/src/com/android/email/provider/
FolderPickerActivity.java 90 if ((account.mFlags & Account.FLAGS_INITIAL_FOLDER_LIST_LOADED) != 0) {
139 if ((account.mFlags & Account.FLAGS_INITIAL_FOLDER_LIST_LOADED) != 0 &&
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
Account.java 104 public static final int FLAGS_INITIAL_FOLDER_LIST_LOADED = 1<<13;
    [all...]

Completed in 150 milliseconds