Home | History | Annotate | Download | only in development

Lines Matching defs:Settings

17 package com.android.settings.development;
24 import android.provider.Settings;
28 import com.android.settings.testutils.SettingsRobolectricTestRunner;
62 final int mode = Settings.System.getInt(mContext.getContentResolver(),
63 Settings.Global.OTA_DISABLE_AUTOMATIC_UPDATE, -1);
73 final int mode = Settings.System.getInt(mContext.getContentResolver(),
74 Settings.Global.OTA_DISABLE_AUTOMATIC_UPDATE, -1);
82 Settings.System
83 .putInt(mContext.getContentResolver(), Settings.Global.OTA_DISABLE_AUTOMATIC_UPDATE,
92 Settings.System
93 .putInt(mContext.getContentResolver(), Settings.Global.OTA_DISABLE_AUTOMATIC_UPDATE,