Home
last modified time | relevance | path

Searched refs:getIntArray (Results 1 – 25 of 55) sorted by relevance

123

/packages/apps/Contacts/tests/src/com/android/contacts/group/
DGroupUtilTest.java66 assertNotNull(bundle.getIntArray(Contacts.EXTRA_ADDRESS_BOOK_INDEX_COUNTS)); in testUpdateBundle_smallSet()
67 MoreAsserts.assertEquals("Wrong counts!", newCounts, bundle.getIntArray(Contacts in testUpdateBundle_smallSet()
115 assertNotNull(bundle.getIntArray(Contacts.EXTRA_ADDRESS_BOOK_INDEX_COUNTS)); in testUpdateBundle_mediumSet()
116 MoreAsserts.assertEquals("Wrong counts!", newCounts, bundle.getIntArray(Contacts in testUpdateBundle_mediumSet()
/packages/apps/Camera2/src/com/android/camera/settings/
DKeys.java91 context.getResources().getIntArray(R.array.pref_countdown_duration)); in setDefaults()
161 context.getResources().getIntArray(R.array.camera_modes)); in setDefaults()
165 context.getResources().getIntArray(R.array.camera_modes)); in setDefaults()
/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/
DSettingsShadowResources.java50 protected int[] getIntArray(@ArrayRes int id) throws NotFoundException { in getIntArray() method in SettingsShadowResources
55 return directlyOn(realResources, Resources.class).getIntArray(id); in getIntArray()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
DThemeSettingsFragment.java51 final int[] keyboardThemeIds = res.getIntArray(R.array.keyboard_theme_ids); in updateKeyboardThemeSummary()
68 final int[] keyboardThemeIds = res.getIntArray(R.array.keyboard_theme_ids); in onCreate()
/packages/apps/Settings/src/com/android/settings/display/
DColorModePreferenceFragment.java112 final int[] availableColorModes = c.getResources().getIntArray( in getCandidates()
209 final int[] availableColorModes = context.getResources().getIntArray(
/packages/apps/Settings/src/com/android/settings/accessibility/
DCaptionAppearanceFragment.java202 final int[] presetValues = res.getIntArray(R.array.captioning_preset_selector_values); in initializeAllPreferences()
217 final int[] colorValues = res.getIntArray(R.array.captioning_color_selector_values); in initializeAllPreferences()
223 final int[] opacityValues = res.getIntArray(R.array.captioning_opacity_selector_values); in initializeAllPreferences()
DAccessibilityTimeoutPreferenceController.java41 final int[] timeoutValues = mContext.getResources().getIntArray( in getSummary()
DEdgeTypePreference.java43 setValues(res.getIntArray(R.array.captioning_edge_type_selector_values)); in EdgeTypePreference()
DDaltonizerRadioButtonPreferenceController.java96 final int[] daltonizerValues = mResources.getIntArray( in getDaltonizerValueToKeyMap()
DAccessibilityTimeoutController.java92 int[] timeoutValues = mResources.getIntArray( in getTimeoutValueToKeyMap()
/packages/apps/Bluetooth/src/com/android/bluetooth/util/
DGsmAlphabet.java319 sEnabledSingleShiftTables = r.getIntArray(R.array.config_sms_enabled_single_shift_tables); in enableCountrySpecificEncodings()
320 sEnabledLockingShiftTables = r.getIntArray(R.array.config_sms_enabled_locking_shift_tables); in enableCountrySpecificEncodings()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/accessibility/
DCaptionPropertiesFragment.java270 final int[] presetValues = res.getIntArray(R.array.captioning_preset_selector_values); in initializeAllPreferences()
279 final int[] colorValues = res.getIntArray(R.array.captioning_color_selector_values); in initializeAllPreferences()
285 final int[] opacityValues = res.getIntArray(R.array.captioning_opacity_selector_values); in initializeAllPreferences()
DEdgeTypePreference.java43 setValues(res.getIntArray(R.array.captioning_edge_type_selector_values)); in EdgeTypePreference()
/packages/modules/CellBroadcastService/tests/src/com/android/cellbroadcastservice/tests/
DCellBroadcastServiceTestBase.java173 doReturn(value).when(mMockedResources).getIntArray(eq(id)); in putResources()
175 doReturn(value).when(mMockedResources).getIntArray(eq(id)); in putResources()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DCarProjectionServiceTest.java208 when(mResources.getIntArray(com.android.car.R.array.config_projectionActivityLaunchBounds)) in getProjectionOptions_defaults()
233 when(mResources.getIntArray(com.android.car.R.array.config_projectionActivityLaunchBounds)) in getProjectionOptions_nonDefaults()
/packages/apps/Gallery/src/com/android/camera/
DPhotoAppWidgetBind.java51 extras.getIntArray(AppWidgetManager.EXTRA_APPWIDGET_IDS); in onCreate()
/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
DBluetoothUnbondedDevicesPreferenceController.java88 .getIntArray(R.array.config_unbonded_device_filter_whitelist); in matches()
/packages/services/Mtp/src/com/android/mtp/
DMtpDocumentsService.java62 intent.getExtras().getIntArray(EXTRA_DEVICE_IDS) : null; in onStartCommand()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/development/
DColorModePreference.java82 int[] colorModes = resources.getIntArray(R.array.color_mode_ids); in updateCurrentAndSupported()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/development/
DColorModePreference.java46 int[] colorModes = resources.getIntArray(R.array.color_mode_ids); in getColorModeDescriptions()
/packages/apps/Settings/src/com/android/settings/development/
DColorModePreference.java46 int[] colorModes = resources.getIntArray(R.array.color_mode_ids); in getColorModeDescriptions()
/packages/apps/Car/Settings/src/com/android/car/settings/sound/
DVolumeSettingsRingtoneManager.java61 .getIntArray(R.array.config_ringtone_audio_attribute_usages_map_key); in populateAttributeUsageToRingtoneUriMap()
/packages/apps/Car/tests/RotaryPlayground/src/com/android/car/rotaryplayground/
DScrollFragment.java59 final int[] itemHeights = getResources().getIntArray(R.array.scroll_item_heights); in initView()
/packages/apps/Messaging/src/com/android/messaging/ui/contact/
DContactSectionIndexer.java104 final int[] counts = cursorExtras.getIntArray(Contacts.EXTRA_ADDRESS_BOOK_INDEX_COUNTS); in buildIndexerFromCursorExtras()
/packages/apps/Settings/tests/robotests/src/com/android/settings/development/
DPictureColorModePreferenceControllerTest.java70 when(mResources.getIntArray(R.array.color_mode_ids)).thenReturn(new int[0]); in setup()

123