HomeSort by relevance Sort by last modified time
    Searched defs:putInt (Results 126 - 150 of 1168) sorted by null

1 2 3 4 56 7 8 91011>>

  /packages/apps/Settings/tests/robotests/src/com/android/settings/notification/
VibrateOnTouchPreferenceControllerTest.java 88 System.putInt(mContentResolver, System.HAPTIC_FEEDBACK_ENABLED, 1);
97 System.putInt(mContentResolver, System.HAPTIC_FEEDBACK_ENABLED, 0);
ZenModeDurationPreferenceControllerTest.java 81 Settings.Global.putInt(mContentResolver, Settings.Global.ZEN_DURATION,
91 Settings.Global.putInt(mContentResolver, Settings.Global.ZEN_DURATION,
103 Settings.Global.putInt(mContentResolver, Settings.Global.ZEN_DURATION,
  /packages/apps/Settings/tests/robotests/src/com/android/settings/security/
ScreenPinningPreferenceControllerTest.java 56 Settings.System.putInt(contentResolver, Settings.System.LOCK_TO_APP_ENABLED, 0);
73 Settings.System.putInt(contentResolver, Settings.System.LOCK_TO_APP_ENABLED, 0);
84 Settings.System.putInt(contentResolver, Settings.System.LOCK_TO_APP_ENABLED, 1);
ShowPasswordPreferenceControllerTest.java 82 Settings.System.putInt(contentResolver, Settings.System.TEXT_SHOW_PASSWORD, 0);
90 Settings.System.putInt(contentResolver, Settings.System.TEXT_SHOW_PASSWORD, 1);
  /packages/apps/Stk/src/com/android/stk/
StkCmdReceiver.java 59 args.putInt(StkAppService.OPCODE, op);
60 args.putInt(StkAppService.SLOT_ID, slot_id);
75 args.putInt(AppInterface.REFRESH_RESULT,
92 args.putInt(StkAppService.OPCODE, StkAppService.OP_LOCALE_CHANGED);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
BluetoothAccessoryActivity.java 57 b.putInt(EXTRA_ACCESSORY_ICON_ID, deviceImgId);
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
EmptyFolderDialogFragment.java 73 args.putInt(ARG_NUM_CONVERSATIONS, numConversations);
74 args.putInt(ARG_FOLDER_TYPE, folderType);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/permissions/
PermissionsActivity.java 71 outState.putInt(EXTRA_PERMISSION_REQUEST_CODE, mPendingRequestCode);
  /packages/providers/TvProvider/src/com/android/providers/tv/
TransientRowHelper.java 104 editor.putInt(PREF_KEY_LAST_DELETION_BOOT_COUNT, getBootCount());
  /packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/setting/
TimePickerDialogFragment.java 34 args.putInt(HOUR_KEY, hourOfDay);
35 args.putInt(MINUTE_KEY, minute);
  /external/ims/rcs/rcsmanager/src/java/com/android/ims/
RcsPresenceInfo.java 257 mServiceInfo.putInt(VOLTE_STATUS, volteStatus);
269 capability.putInt(ServiceInfoKey.SERVICE_TYPE, serviceType);
270 capability.putInt(ServiceInfoKey.STATE, state);
  /external/libphonenumber/internal/prefixmapper/src/com/google/i18n/phonenumbers/prefixmapper/
FlyweightMapStorage.java 205 outputBuffer.putInt(wordIndex, objectInput.readInt());
260 buffer.putInt(wordIndex, value);
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
SettingsTest.java 30 Settings.System.putInt(contentResolver, "property", 1);
40 Settings.System.putInt(contentResolver, "property", 1);
54 Settings.System.putInt(contentResolver, "property", 1);
63 Settings.Secure.putInt(contentResolver, "property", 1);
  /frameworks/base/cmds/requestsync/src/com/android/commands/requestsync/
RequestSync.java 40 caller.mExtras.putInt(ContentResolver.SYNC_VIRTUAL_EXTRAS_EXEMPTION_FLAG, flag);
195 mExtras.putInt(key, Integer.valueOf(value));
  /frameworks/base/core/tests/coretests/src/android/net/
ScoredNetworkTest.java 44 ATTRIBUTES.putInt(
85 attr.putInt(ScoredNetwork.ATTRIBUTES_KEY_RANKING_SCORE_OFFSET, Integer.MIN_VALUE);
132 attr.putInt(ScoredNetwork.ATTRIBUTES_KEY_RANKING_SCORE_OFFSET, Integer.MAX_VALUE);
141 attr.putInt(ScoredNetwork.ATTRIBUTES_KEY_RANKING_SCORE_OFFSET, Integer.MIN_VALUE);
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
CarrierServiceStateTrackerTest.java 116 mBundle.putInt(CarrierConfigManager.KEY_PREF_NETWORK_NOTIFICATION_DELAY_INT,
118 mBundle.putInt(CarrierConfigManager.KEY_EMERGENCY_NOTIFICATION_DELAY_INT,
187 Settings.Global.putInt(mFakeContentResolver, prefNetworkMode,
195 Settings.Global.putInt(mFakeContentResolver, prefNetworkMode,
  /frameworks/support/navigation/fragment/src/main/java/androidx/navigation/fragment/
NavHostFragment.java 135 b.putInt(KEY_GRAPH_ID, graphResId);
174 args.putInt(KEY_GRAPH_ID, graphResId);
  /packages/apps/Settings/src/com/android/settings/widget/
UpdatableListPreferenceDialogFragment.java 54 args.putInt(METRICS_CATEGORY_KEY, metricsCategory);
78 outState.putInt(SAVE_STATE_INDEX, mClickedDialogEntryIndex);
  /packages/apps/Settings/tests/robotests/src/com/android/settings/gestures/
DoubleTapPowerPreferenceControllerTest.java 92 Settings.System.putInt(mContentResolver, CAMERA_DOUBLE_TAP_POWER_GESTURE_DISABLED, ON);
101 Settings.System.putInt(mContentResolver, CAMERA_DOUBLE_TAP_POWER_GESTURE_DISABLED, OFF);
119 Settings.Secure.putInt(mContentResolver,
135 Settings.Secure.putInt(mContentResolver,
  /packages/apps/Settings/tests/robotests/src/com/android/settings/location/
LocationPreferenceControllerTest.java 101 Secure.putInt(contentResolver, Secure.LOCATION_MODE, Secure.LOCATION_MODE_OFF);
110 Secure.putInt(contentResolver, Secure.LOCATION_MODE, Secure.LOCATION_MODE_SENSORS_ONLY);
119 Secure.putInt(contentResolver, Secure.LOCATION_MODE, Secure.LOCATION_MODE_HIGH_ACCURACY);
128 Secure.putInt(contentResolver, Secure.LOCATION_MODE, Secure.LOCATION_MODE_BATTERY_SAVING);
171 Settings.Secure.putInt(resolver, Secure.LOCATION_MODE, Secure.LOCATION_MODE_OFF);
185 Settings.Secure.putInt(resolver, Secure.LOCATION_MODE, expectedValue);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/
BaseActionFragment.java 97 args.putInt(EXTRA_INDEX, index);
152 outState.putInt(EXTRA_INDEX, getScrollAdapterView().getSelectedItemPosition());
  /packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/job/
JobSchedulerFragment.java 143 bundle.putInt(DishService.EXTRA_DISH_COUNT, count);
160 editor.putInt(PREFS_NEXT_JOB_ID, jobId + 1);
  /frameworks/base/core/java/android/hardware/radio/
RadioMetadata.java 316 private static void putInt(Bundle bundle, String key, int value) {
321 bundle.putInt(key, value);
532 public Builder putInt(String key, int value) {
533 RadioMetadata.putInt(mBundle, key, value);
605 putInt(mBundle, key, value);
  /frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
NotificationListenerServiceTest.java 113 visibilityOverrides.putInt(key, getVisibilityOverride(i));
118 suppressedVisualEffects.putInt(key, getSuppressedVisualEffects(i));
125 userSentiment.putInt(key, getUserSentiment(i));
  /frameworks/support/content/src/main/java/androidx/contentpager/content/
ContentPager.java 428 extras.putInt(EXTRA_REQUESTED_LIMIT, query.getLimit());
429 extras.putInt(EXTRA_SUGGESTED_LIMIT, (int) (windowSize * .85));
499 extras.putInt(CURSOR_DISPOSITION, cursorDisposition);
501 extras.putInt(EXTRA_TOTAL_COUNT, recordCount);
529 args.putInt(ContentPager.QUERY_ARG_OFFSET, offset);
530 args.putInt(ContentPager.QUERY_ARG_LIMIT, limit);
702 bundle.putInt(EXTRA_TOTAL_QUERIES, mTotalQueries);
703 bundle.putInt(EXTRA_RESOLVED_QUERIES, mResolvedQueries);
704 bundle.putInt(EXTRA_COMPAT_PAGED, mCompatPaged);
705 bundle.putInt(EXTRA_PROVIDER_PAGED, mProviderPaged)
    [all...]

Completed in 1909 milliseconds

1 2 3 4 56 7 8 91011>>