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