HomeSort by relevance Sort by last modified time
    Searched refs:Quota (Results 1 - 8 of 8) sorted by null

  /packages/apps/Dialer/java/com/android/voicemail/impl/sync/
OmtpVvmSyncService.java 39 import com.android.voicemail.impl.mail.store.ImapFolder.Quota;
151 * If the VM quota exceeds {@value AUTO_DELETE_ARCHIVE_VM_THRESHOLD}, we should archive the VMs
162 Quota quotaOnServer = imapHelper.getQuota();
166 VvmLog.e(TAG, "autoDeleteAndArchiveVM failed - Can't retrieve Imap quota.");
177 VvmLog.i(TAG, "no need to archive and auto delete VM, quota below threshold");
201 private void deleteAndArchiveVM(ImapHelper imapHelper, Quota quotaOnServer) {
  /packages/apps/Dialer/java/com/android/voicemail/impl/imap/
ImapHelper.java 47 import com.android.voicemail.impl.mail.store.ImapFolder.Quota;
473 public Quota getQuota() {
494 private void setQuota(ImapFolder.Quota quota) {
495 if (quota == null) {
496 LogUtils.i(TAG, "quota was null");
503 + " quota occupied: "
504 + quota.occupied
505 + " new quota total:"
506 + quota.total)
    [all...]
  /packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/
ImapFolder.java 746 public class Quota {
751 public Quota(int occupied, int total) {
757 public Quota getQuota() throws MessagingException {
764 if (!response.isDataResponse(0, ImapConstants.QUOTA)) {
772 return new Quota(
  /prebuilts/go/darwin-x86/src/runtime/
os2_nacl.go 46 _EDQUOT = 122 /* Quota exceeded */
  /prebuilts/go/linux-x86/src/runtime/
os2_nacl.go 46 _EDQUOT = 122 /* Quota exceeded */
  /external/llvm/lib/Transforms/Scalar/
LoopUnswitch.cpp 119 // is not performed. MaxSize is turned into unswitching quota for
121 // the quota is returned by releaseMemory() when the loop has been
354 // Reallocate "can-be-unswitched quota"
359 unsigned Quota = OldLoopProps.CanBeUnswitchedCount;
360 NewLoopProps.CanBeUnswitchedCount = Quota / 2;
361 OldLoopProps.CanBeUnswitchedCount = Quota - Quota / 2;
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
tables_nacl.go 130 EDQUOT Errno = 122 /* Quota exceeded */
256 EDQUOT: "Quota exceeded",
  /prebuilts/go/linux-x86/src/syscall/
tables_nacl.go 130 EDQUOT Errno = 122 /* Quota exceeded */
256 EDQUOT: "Quota exceeded",

Completed in 184 milliseconds