Home | History | Annotate | Download | only in development

Lines Matching refs:mContentResolver

171     private ContentResolver mContentResolver;
270 mContentResolver = getActivity().getContentResolver();
282 || Settings.Global.getInt(mContentResolver,
763 mDebugApp = Settings.Global.getString(mContentResolver, Settings.Global.DEBUG_APP);
764 updateSwitchPreference(mWaitForDebugger, Settings.Global.getInt(mContentResolver,
822 Settings.Global.getInt(mContentResolver,
828 Settings.Global.putInt(mContentResolver, Settings.Global.PACKAGE_VERIFIER_INCLUDE_ADB,
833 if (Settings.Global.getInt(mContentResolver, Settings.Global.ADB_ENABLED, 0) == 0) {
836 if (Settings.Global.getInt(mContentResolver,
853 return Settings.Global.getInt(mContentResolver,
914 Settings.System.putInt(mContentResolver,
920 Settings.System.getInt(mContentResolver, Settings.System.POINTER_LOCATION, 0) != 0);
924 Settings.System.putInt(mContentResolver,
930 Settings.System.getInt(mContentResolver, Settings.System.SHOW_TOUCHES, 0) != 0);
1126 mContentResolver, Settings.Secure.ACCESSIBILITY_DISPLAY_DALTONIZER_ENABLED, 0) != 0;
1129 mContentResolver, Settings.Secure.ACCESSIBILITY_DISPLAY_DALTONIZER,
1152 mContentResolver, Settings.Secure.ACCESSIBILITY_DISPLAY_DALTONIZER_ENABLED, 0) != 0;
1155 mContentResolver, Settings.Secure.ACCESSIBILITY_DISPLAY_DALTONIZER,
1169 Settings.Secure.putInt(mContentResolver,
1172 Settings.Secure.putInt(mContentResolver,
1174 Settings.Secure.putInt(mContentResolver,
1180 updateSwitchPreference(mUSBAudio, Settings.Secure.getInt(mContentResolver,
1185 Settings.Secure.putInt(mContentResolver,
1192 Settings.Global.getInt(mContentResolver,
1197 Settings.Global.putInt(mContentResolver,
1204 Settings.Global.getInt(mContentResolver,
1210 Settings.Global.putInt(mContentResolver,
1219 mContentResolver, Settings.Global.WIFI_DISPLAY_CERTIFICATION_ON, 0) != 0);
1223 Settings.Global.putInt(mContentResolver,
1238 updateSwitchPreference(mMobileDataAlwaysOn, Settings.Global.getInt(mContentResolver,
1243 Settings.Global.putInt(mContentResolver, Settings.Global.MOBILE_DATA_ALWAYS_ON,
1284 mContentResolver, Settings.Global.ALWAYS_FINISH_ACTIVITIES, 0) != 0);
1326 String value = Settings.Global.getString(mContentResolver,
1345 Settings.Global.putString(mContentResolver, Settings.Global.OVERLAY_DISPLAY_DEVICES,
1407 Settings.Secure.putInt(mContentResolver, Settings.Secure.ANR_SHOW_BACKGROUND,
1413 mContentResolver, Settings.Secure.ANR_SHOW_BACKGROUND, 0) != 0);
1433 Settings.Global.putInt(mContentResolver, Settings.Global.ADB_ENABLED, 1);
1484 Settings.Global.putInt(mContentResolver, Settings.Global.ADB_ENABLED, 0);
1494 Settings.Global.putInt(mContentResolver, Settings.Global.STAY_ON_WHILE_PLUGGED_IN,
1515 Settings.Global.putInt(mContentResolver, Settings.Global.DEBUG_VIEW_ATTRIBUTES,
1518 Settings.Global.putInt(mContentResolver, Settings.Global.FORCE_ALLOW_ON_EXTERNAL,