Searched refs:FLAGS_INITIAL_FOLDER_LIST_LOADED (Results 1 – 2 of 2) sorted by relevance
90 if ((account.mFlags & Account.FLAGS_INITIAL_FOLDER_LIST_LOADED) != 0) { in onCreate()139 if ((account.mFlags & Account.FLAGS_INITIAL_FOLDER_LIST_LOADED) != 0 && in onChange()
104 public static final int FLAGS_INITIAL_FOLDER_LIST_LOADED = 1<<13; field in Account