Home | History | Annotate | Download | only in server

Lines Matching refs:Secure

148             Settings.Secure.CONTENT_URI, true,
266 return !"disabled".equals(Settings.Secure.getString(
267 mContentResolver, Settings.Secure.DROPBOX_TAG_PREFIX + tag));
689 int ageSeconds = Settings.Secure.getInt(mContentResolver,
690 Settings.Secure.DROPBOX_AGE_SECONDS, DEFAULT_AGE_SECONDS);
691 int maxFiles = Settings.Secure.getInt(mContentResolver,
692 Settings.Secure.DROPBOX_MAX_FILES, DEFAULT_MAX_FILES);
711 int quotaPercent = Settings.Secure.getInt(mContentResolver,
712 Settings.Secure.DROPBOX_QUOTA_PERCENT, DEFAULT_QUOTA_PERCENT);
713 int reservePercent = Settings.Secure.getInt(mContentResolver,
714 Settings.Secure.DROPBOX_RESERVE_PERCENT, DEFAULT_RESERVE_PERCENT);
715 int quotaKb = Settings.Secure.getInt(mContentResolver,
716 Settings.Secure.DROPBOX_QUOTA_KB, DEFAULT_QUOTA_KB);