Searched refs:LIST (Results 1 – 11 of 11) sorted by relevance
8 LIST(APPEND GTEST_SEARCH_PATH "/usr/src/gtest")10 LIST(INSERT GTEST_SEARCH_PATH 1 "/usr/src/gtest")
2266 public static final int LIST = 3; field in UIProvider.AutoAdvance2268 public static final int DEFAULT = LIST;2283 autoAdvance = LIST; in getAutoAdvanceInt()2301 case LIST: in getAutoAdvanceStr()
121 mAutoAdvance = AutoAdvance.LIST; in Settings()
428 String imapCommand = ImapConstants.LIST + " \"\" \"*\""; in updateFolders()430 imapCommand = ImapConstants.LIST + " \"\" \"" + mPathPrefix + "*\""; in updateFolders()435 if (response.isDataResponse(0, ImapConstants.LIST)) { in updateFolders()
591 responseList = executeSimpleCommand(ImapConstants.LIST + " \"\" \"\""); in doGetPathSeparator()602 if (response.isDataResponse(0, ImapConstants.LIST)) { in doGetPathSeparator()
63 public static final String LIST = "LIST"; field in ImapConstants
62 public static final String LIST = "LIST"; field in ImapConstants
195 mailPrefs.setAutoAdvanceMode(UIProvider.AutoAdvance.LIST); in migrate()
65 AutoAdvance.LIST
50 LIST (CONTENT_STYLE_LIST_ITEM_HINT_VALUE), enumConstant
682 if (!isTwoPaneLandscape() || autoAdvance != AutoAdvance.LIST) { in doShowNextConversation()