HomeSort by relevance Sort by last modified time
    Searched full:getquota (Results 1 - 10 of 10) sorted by null

  /packages/services/Telephony/src/com/android/phone/common/mail/store/imap/
ImapConstants.java 129 public static final String GETQUOTA = "GETQUOTA";
  /frameworks/base/core/java/android/webkit/
WebStorage.java 98 public long getQuota() {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
fsrmquota.h     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
imaplib.py 56 'GETQUOTA': ('AUTH', 'SELECTED'),
464 def getquota(self, root): member in class:IMAP4
469 (typ, [data]) = <instance>.getquota(root)
471 typ, dat = self._simple_command('GETQUOTA', root)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
imaplib.py 56 'GETQUOTA': ('AUTH', 'SELECTED'),
464 def getquota(self, root): member in class:IMAP4
469 (typ, [data]) = <instance>.getquota(root)
471 typ, dat = self._simple_command('GETQUOTA', root)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
imaplib.py 56 'GETQUOTA': ('AUTH', 'SELECTED'),
464 def getquota(self, root): member in class:IMAP4
469 (typ, [data]) = <instance>.getquota(root)
471 typ, dat = self._simple_command('GETQUOTA', root)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
imaplib.py 56 'GETQUOTA': ('AUTH', 'SELECTED'),
464 def getquota(self, root): member in class:IMAP4
469 (typ, [data]) = <instance>.getquota(root)
471 typ, dat = self._simple_command('GETQUOTA', root)
    [all...]
  /system/netd/server/
CommandListener.cpp 917 if (!strcmp(argv[1], "getquota") || !strcmp(argv[1], "gq")) {
920 sendGenericSyntaxError(cli, "getquota");
    [all...]
  /packages/services/Telephony/src/com/android/phone/common/mail/store/
ImapFolder.java 740 public Quota getQuota() throws MessagingException {
  /packages/services/Telephony/src/com/android/phone/vvm/omtp/imap/
ImapHelper.java 484 setQuota(folder.getQuota());

Completed in 1096 milliseconds