Lines Matching refs:Settings
42 import android.provider.Settings;
521 boolean provisioned = Settings.Secure.getInt(mApplication.getContentResolver(),
522 Settings.Secure.DEVICE_PROVISIONED, 0) != 0;
579 mRinger.setCustomRingtoneUri(Settings.System.DEFAULT_RINGTONE_URI);
858 mIsEmergencyToneOn = Settings.System.getInt(
860 Settings.System.EMERGENCY_TONE, EMERGENCY_TONE_OFF);
944 * and direct to voicemail settings to update.
1003 autoretrySetting = android.provider.Settings.System.getInt(mApplication.
1004 getContentResolver(),android.provider.Settings.System.CALL_AUTO_RETRY, 0);