Home
last modified time | relevance | path

Searched refs:IMAP_CLOSE_NUT (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Dialer/java/com/android/voicemail/impl/protocol/
DCvvmProtocol.java34 private static String IMAP_CLOSE_NUT = "CLOSE_NUT"; field in CvvmProtocol
51 if (command == OmtpConstants.IMAP_CLOSE_NUT) { in getCommand()
52 return IMAP_CLOSE_NUT; in getCommand()
DVvm3Protocol.java70 private static final String IMAP_CLOSE_NUT = "CLOSE_NUT"; field in Vvm3Protocol
179 case OmtpConstants.IMAP_CLOSE_NUT: in getCommand()
180 return IMAP_CLOSE_NUT; in getCommand()
/packages/apps/Dialer/java/com/android/voicemail/impl/
DOmtpConstants.java201 public static final String IMAP_CLOSE_NUT = "XCLOSE_NUT"; field in OmtpConstants
/packages/apps/Dialer/java/com/android/voicemail/impl/imap/
DImapHelper.java418 String command = getConfig().getProtocol().getCommand(OmtpConstants.IMAP_CLOSE_NUT); in closeNewUserTutorial()