Home | History | Annotate | Download | only in development

Lines Matching defs:Settings

17 package com.android.settings.development;
26 import android.provider.Settings;
30 import com.android.settings.testutils.SettingsRobolectricTestRunner;
62 Settings.Global.putInt(mContext.getContentResolver(), Settings.Global.DEVELOPMENT_FORCE_RTL,
72 Settings.Global.putInt(mContext.getContentResolver(), Settings.Global.DEVELOPMENT_FORCE_RTL,
86 final int rtlLayoutMode = Settings.Global.getInt(mContext.getContentResolver(),
87 Settings.Global.DEVELOPMENT_FORCE_RTL, -1 /* default */);
98 final int rtlLayoutMode = Settings.Global.getInt(mContext.getContentResolver(),
99 Settings.Global.DEVELOPMENT_FORCE_RTL, -1 /* default */);
110 final int rtlLayoutMode = Settings.Global.getInt(mContext.getContentResolver(),
111 Settings.Global.DEVELOPMENT_FORCE_RTL, -1 /* default */);