Home | History | Annotate | Download | only in development

Lines Matching defs:Settings

17 package com.android.settings.development;
19 import static com.android.settings.development.AppsNotRespondingPreferenceController.SETTING_VALUE_OFF;
20 import static com.android.settings.development.AppsNotRespondingPreferenceController.SETTING_VALUE_ON;
26 import android.provider.Settings;
30 import com.android.settings.testutils.SettingsRobolectricTestRunner;
64 final int mode = Settings.Secure.getInt(mContext.getContentResolver(),
65 Settings.Secure.ANR_SHOW_BACKGROUND, -1 /* default */);
74 final int mode = Settings.Secure.getInt(mContext.getContentResolver(),
75 Settings.Secure.ANR_SHOW_BACKGROUND, -1 /* default */);
82 Settings.Secure.putInt(mContext.getContentResolver(),
83 Settings.Secure.ANR_SHOW_BACKGROUND, SETTING_VALUE_OFF);
91 Settings.Secure.putInt(mContext.getContentResolver(),
92 Settings.Secure.ANR_SHOW_BACKGROUND, SETTING_VALUE_ON);
102 final int mode = Settings.Secure.getInt(mContext.getContentResolver(),
103 Settings.Secure.ANR_SHOW_BACKGROUND, -1 /* default */);