HomeSort by relevance Sort by last modified time
    Searched refs:putInt (Results 276 - 300 of 781) sorted by null

<<11121314151617181920>>

  /packages/apps/Settings/src/com/android/settings/
ScreenPinningSettings.java 87 Settings.System.putInt(getContentResolver(), Settings.System.LOCK_TO_APP_ENABLED,
110 Settings.Secure.putInt(getContentResolver(), Settings.Secure.LOCK_TO_APP_EXIT_LOCKED,
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiApEnabler.java 121 Settings.Global.putInt(cr, Settings.Global.WIFI_SAVED_STATE, 1);
147 Settings.Global.putInt(cr, Settings.Global.WIFI_SAVED_STATE, 0);
AdvancedWifiSettings.java 245 Global.putInt(getContentResolver(),
249 Global.putInt(getContentResolver(),
304 Settings.Global.putInt(getContentResolver(), Settings.Global.WIFI_SLEEP_POLICY,
  /packages/apps/Stk/src/com/android/stk/
StkLauncherActivity.java 199 args.putInt(StkAppService.OPCODE, StkAppService.OP_LAUNCH_APP);
200 args.putInt(StkAppService.SLOT_ID
StkInputActivity.java 248 args.putInt(StkAppService.OPCODE, StkAppService.OP_RESPONSE);
249 args.putInt(StkAppService.SLOT_ID, mSlotId);
250 args.putInt(StkAppService.RES_ID, resId);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
SecurityActivity.java 194 Settings.Global.putInt(getContentResolver(), Settings.Global.INSTALL_NON_MARKET_APPS,
204 Settings.Global.putInt(getContentResolver(), Settings.Global.PACKAGE_VERIFIER_ENABLE,
CaptionSetupActivity.java 601 Settings.Secure.putInt(cr, Settings.Secure.ACCESSIBILITY_CAPTIONING_ENABLED,
610 Settings.Secure.putInt(cr, Settings.Secure.ACCESSIBILITY_CAPTIONING_PRESET, s);
657 Settings.Secure.putInt(cr, Settings.Secure.ACCESSIBILITY_CAPTIONING_FOREGROUND_COLOR,
684 Settings.Secure.putInt(cr, Settings.Secure.ACCESSIBILITY_CAPTIONING_WINDOW_COLOR,
692 Settings.Secure.putInt(cr, Settings.Secure.ACCESSIBILITY_CAPTIONING_EDGE_TYPE,
700 Settings.Secure.putInt(cr, Settings.Secure.ACCESSIBILITY_CAPTIONING_EDGE_COLOR,
707 Settings.Secure.putInt(cr, Settings.Secure.ACCESSIBILITY_CAPTIONING_BACKGROUND_COLOR,
    [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/picker/
DatePicker.java 98 args.putInt(EXTRA_START_YEAR, startYear);
99 args.putInt(EXTRA_YEAR_RANGE, yearRange);
  /packages/apps/UnifiedEmail/src/com/android/mail/preferences/
VersionedPrefs.java 124 getEditor().putInt(PREFS_VERSION_NUMBER, versionNumber);
236 getEditor().putInt(key, (Integer) restoreValue);
  /packages/apps/Settings/src/com/android/settings/accessibility/
AccessibilitySettings.java 250 Settings.Secure.putInt(getContentResolver(),
257 Settings.Secure.putInt(getContentResolver(),
298 Settings.Secure.putInt(getContentResolver(),
304 Settings.Secure.putInt(getContentResolver(),
317 Settings.Secure.putInt(getContentResolver(),
  /cts/tests/tests/content/src/android/content/cts/
ContentResolverTest.java 91 android.provider.Settings.System.putInt(mContentResolver, "__cts_crash_on_launch", 0);
154 android.provider.Settings.System.putInt(mContentResolver, "__cts_crash_on_launch", 1);
160 android.provider.Settings.System.putInt(mContentResolver, "__cts_crash_on_launch", 0);
355 android.provider.Settings.System.putInt(mContentResolver, "__cts_crash_on_launch", 1);
360 android.provider.Settings.System.putInt(mContentResolver, "__cts_crash_on_launch", 0);
573 android.provider.Settings.System.putInt(mContentResolver, "__cts_crash_on_launch", 1);
582 android.provider.Settings.System.putInt(mContentResolver, "__cts_crash_on_launch", 0);
605 android.provider.Settings.System.putInt(mContentResolver, "__cts_crash_on_launch", 1);
615 android.provider.Settings.System.putInt(mContentResolver, "__cts_crash_on_launch", 0);
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/prefs/
AbstractPreferencesTest.java 330 pref.putInt("testGetDoubleKey4", 1);
674 pref.putInt(null, 3);
679 pref.putInt(LONG_KEY, 3);
681 pref.putInt(LONG_KEY + "a", 3);
686 pref.putInt("testPutIntKey", 3);
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
PassFailButtons.java 341 args.putInt(INFO_DIALOG_TITLE_ID, titleId);
342 args.putInt(INFO_DIALOG_MESSAGE_ID, messageId);
343 args.putInt(INFO_DIALOG_VIEW_ID, viewId);
  /cts/tests/tests/appwidget/src/android/appwidget/cts/
AppWidgetTest.java 208 firstOptions.putInt(AppWidgetManager.OPTION_APPWIDGET_MIN_WIDTH, 1);
209 firstOptions.putInt(AppWidgetManager.OPTION_APPWIDGET_MIN_HEIGHT, 2);
210 firstOptions.putInt(AppWidgetManager.OPTION_APPWIDGET_MAX_WIDTH, 3);
211 firstOptions.putInt(AppWidgetManager.OPTION_APPWIDGET_MAX_HEIGHT, 4);
229 secondOptions.putInt(AppWidgetManager.OPTION_APPWIDGET_MIN_WIDTH, 5);
230 secondOptions.putInt(AppWidgetManager.OPTION_APPWIDGET_MIN_HEIGHT, 6);
231 secondOptions.putInt(AppWidgetManager.OPTION_APPWIDGET_MAX_WIDTH, 7);
232 secondOptions.putInt(AppWidgetManager.OPTION_APPWIDGET_MAX_HEIGHT, 8);
494 setOptions.putInt(AppWidgetManager.OPTION_APPWIDGET_MIN_WIDTH, 1);
495 setOptions.putInt(AppWidgetManager.OPTION_APPWIDGET_MIN_HEIGHT, 2)
    [all...]
  /developers/build/prebuilts/gradle/BatchStepSensor/Application/src/main/java/com/example/android/batchstepsensor/
BatchStepSensorFragment.java 424 outState.putInt(BUNDLE_LATENCY, mMaxDelay);
425 outState.putInt(BUNDLE_STATE, mState);
426 outState.putInt(BUNDLE_STEPS, mSteps);
  /developers/samples/android/sensors/BatchStepSensor/Application/src/main/java/com/example/android/batchstepsensor/
BatchStepSensorFragment.java 424 outState.putInt(BUNDLE_LATENCY, mMaxDelay);
425 outState.putInt(BUNDLE_STATE, mState);
426 outState.putInt(BUNDLE_STEPS, mSteps);
  /development/samples/browseable/BatchStepSensor/src/com.example.android.batchstepsensor/
BatchStepSensorFragment.java 424 outState.putInt(BUNDLE_LATENCY, mMaxDelay);
425 outState.putInt(BUNDLE_STATE, mState);
426 outState.putInt(BUNDLE_STEPS, mSteps);
  /frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/
UiAutomatorTestRunner.java 265 mResultTemplate.putInt(REPORT_KEY_NUM_TOTAL, numTests);
283 mTestResult.putInt(REPORT_KEY_NUM_CURRENT, ++mTestNum);
300 mTestResult.putInt(REPORT_KEY_NUM_ITERATIONS, numIterations);
  /packages/apps/DeskClock/src/com/android/deskclock/timer/
TimerObj.java 88 editor.putInt(PREF_TIMER_ID + id, mTimerId);
93 editor.putInt(PREF_STATE + id, mState);
207 prefs.edit().putInt(KEY_NEXT_TIMER_ID, nextTimerId + 1).apply();
  /cts/tests/tests/accessibilityservice/src/android/accessibilityservice/cts/
AccessibilityTextTraversalTest.java 65 arguments.putInt(AccessibilityNodeInfo.ACTION_ARGUMENT_MOVEMENT_GRANULARITY_INT,
280 arguments.putInt(AccessibilityNodeInfo.ACTION_ARGUMENT_MOVEMENT_GRANULARITY_INT,
497 arguments.putInt(AccessibilityNodeInfo.ACTION_ARGUMENT_MOVEMENT_GRANULARITY_INT,
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/screenpinning/
ScreenPinningTestActivity.java 94 outState.putInt(KEY_CURRENT_TEST, mTestIndex);
  /cts/tests/tests/provider/src/android/provider/cts/
Settings_SystemTest.java 80 assertTrue(System.putInt(cr, INT_FIELD, 10));
  /cts/tests/uiautomator/test-apps/CtsUiAutomatorApp/src/com/android/cts/uiautomator/
Test4DetailFragment.java 132 args.putInt(DummySectionFragment.ARG_SECTION_NUMBER, i + 1);
  /developers/build/prebuilts/gradle/Geofencing/Application/src/main/java/com/example/android/wearable/geofencing/
SimpleGeofenceStore.java 94 prefs.putInt(getGeofenceFieldKey(id, KEY_TRANSITION_TYPE),
  /developers/build/prebuilts/gradle/HorizontalPaging/Application/src/main/java/com/example/android/horizontalpaging/
MainActivity.java 153 args.putInt(DummySectionFragment.ARG_SECTION_NUMBER, position + 1);

Completed in 2041 milliseconds

<<11121314151617181920>>