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.MOBILE_DATA_ALWAYS_ON, -1 /* default */);
72 final int mode = Settings.System.getInt(mContext.getContentResolver(),
73 Settings.Global.MOBILE_DATA_ALWAYS_ON, -1 /* default */);
80 Settings.System.putInt(mContext.getContentResolver(), Settings.Global.MOBILE_DATA_ALWAYS_ON,
89 Settings.System.putInt(mContext.getContentResolver(), Settings.Global.MOBILE_DATA_ALWAYS_ON,
99 final int mode = Settings.System.getInt(mContext.getContentResolver(),
100 Settings.Global.MOBILE_DATA_ALWAYS_ON, -1 /* default */);