Home | History | Annotate | Download | only in development

Lines Matching defs:Settings

17 package com.android.settings.development;
19 import static com.android.settings.development.DevelopmentOptionsActivityRequestCodes.REQUEST_CODE_DEBUG_APP;
20 import static com.android.settings.development.WaitForDebuggerPreferenceController.SETTING_VALUE_OFF;
21 import static com.android.settings.development.WaitForDebuggerPreferenceController.SETTING_VALUE_ON;
34 import android.provider.Settings;
38 import com.android.settings.testutils.SettingsRobolectricTestRunner;
77 Settings.Global.putString(mContentResolver, Settings.Global.DEBUG_APP, debugApp);
89 Settings.Global.putString(mContentResolver, Settings.Global.DEBUG_APP, debugApp);
99 Settings.Global.putString(mContentResolver, Settings.Global.DEBUG_APP, debugApp);
100 Settings.Global
101 .putInt(mContentResolver, Settings.Global.WAIT_FOR_DEBUGGER, SETTING_VALUE_ON);
111 Settings.Global.putString(mContentResolver, Settings.Global.DEBUG_APP, debugApp);
112 Settings.Global
113 .putInt(mContentResolver, Settings.Global.WAIT_FOR_DEBUGGER, SETTING_VALUE_ON);
123 Settings.Global.putString(mContentResolver, Settings.Global.DEBUG_APP, debugApp);
124 Settings.Global
125 .putInt(mContentResolver, Settings.Global.WAIT_FOR_DEBUGGER, SETTING_VALUE_OFF);
135 Settings.Global.putString(mContentResolver, Settings.Global.DEBUG_APP, debugApp);
136 Settings.Global
137 .putInt(mContentResolver, Settings.Global.WAIT_FOR_DEBUGGER, SETTING_VALUE_OFF);
147 Settings.Global
148 .putInt(mContentResolver, Settings.Global.WAIT_FOR_DEBUGGER, SETTING_VALUE_ON);
159 Settings.Global
160 .putInt(mContentResolver, Settings.Global.WAIT_FOR_DEBUGGER, SETTING_VALUE_OFF);