Searched refs:LIST (Results 1 – 4 of 4) sorted by relevance
60 public static final String LIST = "LIST"; field in ImapConstants
393 String imapCommand = ImapConstants.LIST + " \"\" \"*\""; in updateFolders()395 imapCommand = ImapConstants.LIST + " \"\" \"" + mPathPrefix + "*\""; in updateFolders()400 if (response.isDataResponse(0, ImapConstants.LIST)) { in updateFolders()
471 responseList = executeSimpleCommand(ImapConstants.LIST + " \"\" \"\""); in doGetPathSeparator()482 if (response.isDataResponse(0, ImapConstants.LIST)) { in doGetPathSeparator()
1385 public static final int LIST = 3; field in UIProvider.AutoAdvance