Lines Matching refs:Settings
44 import android.provider.Settings;
368 boolean provisioned = Settings.Secure.getInt(mApplication.getContentResolver(),
369 Settings.Secure.DEVICE_PROVISIONED, 0) != 0;
504 mRinger.setCustomRingtoneUri(Settings.System.DEFAULT_RINGTONE_URI);
765 mIsEmergencyToneOn = Settings.System.getInt(
767 Settings.System.EMERGENCY_TONE, EMERGENCY_TONE_OFF);
851 * and direct to voicemail settings to update.
909 autoretrySetting = android.provider.Settings.System.getInt(mApplication.
910 getContentResolver(),android.provider.Settings.System.CALL_AUTO_RETRY, 0);