/packages/services/Car/tests/carservice_unit_test/src/com/android/car/telemetry/publisher/statsconverters/ |
D | ProcessMemorySnapshotConverterTest.java | 124 assertThat(bundle.getIntArray( in testConvertAtomsListWithDimensionValues_putsCorrectDataToPersistableBundle() 131 assertThat(bundle.getIntArray( in testConvertAtomsListWithDimensionValues_putsCorrectDataToPersistableBundle() 134 assertThat(bundle.getIntArray( in testConvertAtomsListWithDimensionValues_putsCorrectDataToPersistableBundle() 138 assertThat(bundle.getIntArray( in testConvertAtomsListWithDimensionValues_putsCorrectDataToPersistableBundle() 142 assertThat(bundle.getIntArray( in testConvertAtomsListWithDimensionValues_putsCorrectDataToPersistableBundle() 146 assertThat(bundle.getIntArray( in testConvertAtomsListWithDimensionValues_putsCorrectDataToPersistableBundle() 150 assertThat(bundle.getIntArray( in testConvertAtomsListWithDimensionValues_putsCorrectDataToPersistableBundle() 154 assertThat(bundle.getIntArray( in testConvertAtomsListWithDimensionValues_putsCorrectDataToPersistableBundle()
|
D | AppCrashOccurredConverterTest.java | 81 assertThat(bundle.getIntArray( in testConvertAtomsListWithDimensionValues_putsCorrectDataToPersistableBundle() 84 assertThat(bundle.getIntArray( in testConvertAtomsListWithDimensionValues_putsCorrectDataToPersistableBundle() 91 assertThat(bundle.getIntArray( in testConvertAtomsListWithDimensionValues_putsCorrectDataToPersistableBundle()
|
D | ProcessStartTimeConverterTest.java | 91 assertThat(bundle.getIntArray( in testConvertAtomsListWithDimensionValues_putsCorrectDataToPersistableBundle() 94 assertThat(bundle.getIntArray( in testConvertAtomsListWithDimensionValues_putsCorrectDataToPersistableBundle() 105 assertThat(bundle.getIntArray( in testConvertAtomsListWithDimensionValues_putsCorrectDataToPersistableBundle()
|
D | AtomListConverterTest.java | 64 assertThat(bundle.getIntArray( in testConvertPushedAtomsListWithUnsetFields_putsCorrectDataToPersistableBundle() 102 assertThat(bundle.getIntArray( in testConvertPulledAtomsListWithUnsetFields_putsCorrectDataToPersistableBundle()
|
D | WtfOccurredConverterTest.java | 80 assertThat(bundle.getIntArray( in testConvertAtomsListWithDimensionValues_putsCorrectDataToPersistableBundle() 90 assertThat(bundle.getIntArray( in testConvertAtomsListWithDimensionValues_putsCorrectDataToPersistableBundle()
|
D | AnrOccurredConverterTest.java | 82 assertThat(bundle.getIntArray( in testConvertAtomsListWithDimensionValues_putsCorrectDataToPersistableBundle() 92 assertThat(bundle.getIntArray( in testConvertAtomsListWithDimensionValues_putsCorrectDataToPersistableBundle()
|
D | EventMetricDataConverterTest.java | 75 assertThat(bundle.getIntArray( in testConvertEventDataList_putsCorrectDataIntoPersistableBundle() 123 assertThat(bundle.getIntArray( in testConvertEventDataList_forAggregatedAtoms_putsCorrectDataIntoPersistableBundle()
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/telemetry/publisher/ |
D | ConnectivityPublisherTest.java | 305 assertThat(result.getIntArray(Constants.CONNECTIVITY_BUNDLE_KEY_UID)).asList() in testPullsTaggedAndUntaggedMobileStats() 307 assertThat(result.getIntArray(Constants.CONNECTIVITY_BUNDLE_KEY_TAG)).asList() in testPullsTaggedAndUntaggedMobileStats() 341 assertThat(result.getIntArray(Constants.CONNECTIVITY_BUNDLE_KEY_UID)) in testPullsOemManagedWifiStats() 343 assertThat(result.getIntArray(Constants.CONNECTIVITY_BUNDLE_KEY_TAG)) in testPullsOemManagedWifiStats() 376 assertThat(result.getIntArray(Constants.CONNECTIVITY_BUNDLE_KEY_UID)) in testPullsOemNotManagedWifiStats() 378 assertThat(result.getIntArray(Constants.CONNECTIVITY_BUNDLE_KEY_TAG)) in testPullsOemNotManagedWifiStats() 415 assertThat(result.getIntArray(Constants.CONNECTIVITY_BUNDLE_KEY_UID)) in testPullsStatsOnlyBetweenBootTimeMinus2HoursAndNow() 417 assertThat(result.getIntArray(Constants.CONNECTIVITY_BUNDLE_KEY_TAG)) in testPullsStatsOnlyBetweenBootTimeMinus2HoursAndNow() 469 assertThat(result.getIntArray(Constants.CONNECTIVITY_BUNDLE_KEY_UID)) in testSubtractsFromInitialPull() 471 assertThat(result.getIntArray(Constants.CONNECTIVITY_BUNDLE_KEY_TAG)) in testSubtractsFromInitialPull() [all …]
|
/packages/apps/Contacts/tests/src/com/android/contacts/group/ |
D | GroupUtilTest.java | 67 assertNotNull(bundle.getIntArray(Contacts.EXTRA_ADDRESS_BOOK_INDEX_COUNTS)); in testUpdateBundle_smallSet() 68 MoreAsserts.assertEquals("Wrong counts!", newCounts, bundle.getIntArray(Contacts in testUpdateBundle_smallSet() 116 assertNotNull(bundle.getIntArray(Contacts.EXTRA_ADDRESS_BOOK_INDEX_COUNTS)); in testUpdateBundle_mediumSet() 117 MoreAsserts.assertEquals("Wrong counts!", newCounts, bundle.getIntArray(Contacts in testUpdateBundle_mediumSet()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/display/ |
D | DeviceStateAutoRotateDetailsFragmentTest.java | 116 when(mResources.getIntArray( in setUpPostureMappings() 119 when(mResources.getIntArray( in setUpPostureMappings() 122 when(mResources.getIntArray( in setUpPostureMappings() 125 when(mResources.getIntArray( in setUpPostureMappings()
|
D | SmartAutoRotatePreferenceFragmentTest.java | 133 when(mResources.getIntArray(com.android.internal.R.array.config_foldedDeviceStates)) in setUp() 135 when(mResources.getIntArray(com.android.internal.R.array.config_halfFoldedDeviceStates)) in setUp() 137 when(mResources.getIntArray(com.android.internal.R.array.config_openDeviceStates)) in setUp() 139 when(mResources.getIntArray(com.android.internal.R.array.config_rearDisplayDeviceStates)) in setUp()
|
/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/ccc/ |
D | CccSpecificationParams.java | 153 for (int config : checkNotNull(bundle.getIntArray(KEY_UWB_CONFIGS))) { in parseVersion1() 173 for (int chapsPerSlot : checkNotNull(bundle.getIntArray(KEY_CHAPS_PER_SLOTS))) { in parseVersion1() 177 for (int syncCode : checkNotNull(bundle.getIntArray(KEY_SYNC_CODES))) { in parseVersion1() 181 for (int channel : checkNotNull(bundle.getIntArray(KEY_CHANNELS))) { in parseVersion1() 185 for (int hoppingConfig : checkNotNull(bundle.getIntArray(KEY_HOPPING_CONFIGS))) { in parseVersion1() 189 for (int hoppingSequence : checkNotNull(bundle.getIntArray(KEY_HOPPING_SEQUENCES))) { in parseVersion1()
|
/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/aliro/ |
D | AliroSpecificationParams.java | 154 for (int config : checkNotNull(bundle.getIntArray(KEY_UWB_CONFIGS))) { in parseVersion1() 174 for (int chapsPerSlot : checkNotNull(bundle.getIntArray(KEY_CHAPS_PER_SLOTS))) { in parseVersion1() 178 for (int syncCode : checkNotNull(bundle.getIntArray(KEY_SYNC_CODES))) { in parseVersion1() 182 for (int channel : checkNotNull(bundle.getIntArray(KEY_CHANNELS))) { in parseVersion1() 186 for (int hoppingConfig : checkNotNull(bundle.getIntArray(KEY_HOPPING_CONFIGS))) { in parseVersion1() 190 for (int hoppingSequence : checkNotNull(bundle.getIntArray(KEY_HOPPING_SEQUENCES))) { in parseVersion1()
|
/packages/apps/Settings/tests/unit/src/com/android/settings/display/ |
D | ColorModePreferenceFragmentTest.java | 70 when(res.getIntArray(com.android.internal.R.array.config_availableColorModes)).thenReturn( in getCandidates_all() 97 when(res.getIntArray(com.android.internal.R.array.config_availableColorModes)).thenReturn( in getCandidates_none() 112 when(res.getIntArray(com.android.internal.R.array.config_availableColorModes)).thenReturn( in getCandidates_withAutomatic() 133 when(res.getIntArray(com.android.internal.R.array.config_availableColorModes)).thenReturn( in getCandidates_withoutAutomatic()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/gestures/ |
D | LongPressPowerSensitivityPreferenceControllerTest.java | 62 when(mResources.getIntArray( in setUp() 153 when(mResources.getIntArray( in sensitivityValuesAreNull_notAvailable_isHidden() 168 when(mResources.getIntArray( in sensitivityValuesArrayTooShort_notAvailable_isHidden()
|
/packages/apps/Camera2/src/com/android/camera/settings/ |
D | Keys.java | 91 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/testutils/com/android/settings/testutils/shadow/ |
D | SettingsShadowResources.java | 66 protected int[] getIntArray(@ArrayRes int id) throws NotFoundException { in getIntArray() method in SettingsShadowResources 71 return directlyOn(realResources, Resources.class).getIntArray(id); in getIntArray()
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/ |
D | ResourcesUtil.java | 113 public static int[] getIntArray(Context context, String name) { in getIntArray() method in ResourcesUtil 119 return resources.getIntArray(id); in getIntArray()
|
/packages/apps/TvSettings/SettingsAPI/java/com/android/tv/settings/library/util/ |
D | ResourcesUtil.java | 113 public static int[] getIntArray(Context context, String name) { in getIntArray() method in ResourcesUtil 119 return resources.getIntArray(id); in getIntArray()
|
/packages/modules/IPsec/src/java/android/net/ipsec/ike/ |
D | IkeSaProposal.java | 99 int[] integrityAlgoIdArray = in.getIntArray(INTEGRITY_ALGO_KEY); in fromPersistableBundle() 105 int[] dhGroupArray = in.getIntArray(DH_GROUP_KEY); in fromPersistableBundle() 111 int[] prfArray = in.getIntArray(PRF_KEY); in fromPersistableBundle()
|
D | ChildSaProposal.java | 122 int[] integrityAlgoIdArray = in.getIntArray(INTEGRITY_ALGO_KEY); in fromPersistableBundle() 128 int[] dhGroupArray = in.getIntArray(DH_GROUP_KEY); in fromPersistableBundle() 134 int[] esnPolicies = in.getIntArray(ESN_KEY); in fromPersistableBundle()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/ |
D | ThemeSettingsFragment.java | 51 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/modules/Uwb/service/support_lib/src/com/google/uwb/support/radar/ |
D | RadarSweepData.java | 111 intArrayToByteArray(bundle.getIntArray(KEY_VENDOR_SPECIFIC_DATA))) in parseBundleVersion1() 112 .setSampleData(intArrayToByteArray(bundle.getIntArray(KEY_SAMPLE_DATA))) in parseBundleVersion1()
|
/packages/apps/Settings/src/com/android/settings/accessibility/ |
D | ColorSelectorLayout.java | 69 .getIntArray(R.array.screen_flash_notification_preset_opacity_colors)) in ColorSelectorLayout() 80 .getIntArray(R.array.screen_flash_notification_preset_opacity_colors)) in ColorSelectorLayout()
|
/packages/apps/Settings/tests/unit/src/com/android/settings/network/ |
D | SubscriptionUtilTest.java | 119 when(mResources.getIntArray(anyInt())).thenReturn(CARRIERS_THAT_USE_RAC); in hasSubscriptionWithRacCarrier_containsRac_returnTrue() 129 when(mResources.getIntArray(anyInt())).thenReturn(CARRIERS_THAT_USE_RAC); in hasSubscriptionWithRacCarrier_doesNotContainsRac_returnFalse() 139 when(mResources.getIntArray(anyInt())).thenReturn(CARRIERS_THAT_USE_RAC); in isCarrierRac_returnTrue() 146 when(mResources.getIntArray(anyInt())).thenReturn(CARRIERS_THAT_USE_RAC); in isCarrierRac_returnFalse() 663 when(mResources.getIntArray(anyInt())).thenReturn(CARRIERS_THAT_USE_RAC); in hasSubscriptionWithRacCarrier_hasNoWifi_showRacDialogForAllEsims_returnTrue() 674 when(mResources.getIntArray(anyInt())).thenReturn(CARRIERS_THAT_USE_RAC); in hasSubscriptionWithRacCarrier_hasWifi_showRacDialogForAllEsims_returnFalse() 685 when(mResources.getIntArray(anyInt())).thenReturn(CARRIERS_THAT_USE_RAC); in hasNoSubscriptionWithRacCarrier_hasNoWifi_showRacDialogForAllEsims_returnFalse()
|