Home
last modified time | relevance | path

Searched refs:setValues (Results 1 – 25 of 60) sorted by relevance

123

/packages/apps/TV/tests/robotests/src/com/android/tv/guide/
DProgramItemViewTest.java160 mPprogramItemView.setValues(null, tableEntry, 0, 0, 0, "a gap"); in setValue_noProgram()
169 mPprogramItemView.setValues(null, tableEntry, 0, 0, 0, "a gap"); in setValue_programNoTitle()
179 mPprogramItemView.setValues(null, tableEntry, 0, 0, 0, "a gap"); in setValue_programTitle()
192 mPprogramItemView.setValues(null, tableEntry, 0, 0, 0, "a gap"); in setValue_programDescriptionBlocked()
206 mPprogramItemView.setValues(null, tableEntry, 0, 0, 0, "a gap"); in setValue_programEpisode()
221 mPprogramItemView.setValues(null, tableEntry, 0, 0, 0, "a gap"); in setValue_programEpisodeAndDescrition()
238 mPprogramItemView.setValues(null, tableEntry, 0, 0, 0, "a gap"); in setValue_scheduledConflict()
255 mPprogramItemView.setValues(null, tableEntry, 0, 0, 0, "a gap"); in setValue_scheduled()
272 mPprogramItemView.setValues(null, tableEntry, 0, 0, 0, "a gap"); in setValue_recordingInProgress()
/packages/apps/Settings/tests/robotests/src/com/android/settings/accessibility/
DColorPreferenceTest.java102 mColorPreference.setValues(mColorValues); in setTitles_noTitle_returnRGBText()
123 mColorPreference.setValues(mColorValues); in onBindViewHolder_enabled_transparent_matchBackgroundResource()
137 mColorPreference.setValues(mColorValues); in onBindViewHolder_enabled_titlesExist_matchDescription()
148 mColorPreference.setValues(mColorValues); in onBindViewHolder_disabled_matchAlpha()
163 mColorPreference.setValues(mColorValues); in onBindListItem_transparent_matchBackgroundResource()
178 mColorPreference.setValues(mColorValues); in onBindListItem_colorDrawable_matchColor()
193 mColorPreference.setValues(mColorValues); in onBindListItem_colorDrawable_matchSummary()
/packages/apps/Settings/src/com/android/settings/accessibility/
DDisplaySizeData.java47 setValues(Collections.singletonList(densityDpi)); in DisplaySizeData()
51 setValues(Arrays.stream(mDensity.getDefaultDisplayDensityValues()).boxed() in DisplaySizeData()
DPreviewSizeData.java47 void setValues(List<T> values) { in setValues() method in PreviewSizeData
DCaptioningPresetController.java51 preference.setValues(presetValues); in displayPreference()
DCaptioningEdgeColorController.java53 preference.setValues(colorValues); in displayPreference()
DCaptioningForegroundOpacityController.java53 preference.setValues(opacityValues); in displayPreference()
DCaptioningWindowOpacityController.java53 preference.setValues(opacityValues); in displayPreference()
DCaptioningBackgroundOpacityController.java53 preference.setValues(opacityValues); in displayPreference()
DEdgeTypePreference.java43 setValues(res.getIntArray(R.array.captioning_edge_type_selector_values)); in EdgeTypePreference()
DCaptioningForegroundColorController.java55 preference.setValues(colorValues); in displayPreference()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/aggregation/
DAggregatePayloadGeneratorTest.java143 .setValues(values).build(); in testGenerateAttributionReport_twoContributions_filterSetMatches()
238 .setValues(values) in testGenerateAttributionReport_filterSetMatches_withPayloadPadding()
331 .setValues(values) in testGenerateAttributionReport_insideLookbackWindow_filterSetMatches()
427 .setValues(values).build(); in testGenerateAttributionReport_twoContributions_filterSetDoesNotMatch()
498 .setValues(values).build(); in testGenerateAttributionReport_twoContributions_success()
569 .setValues(values).build(); in testGenerateAttributionReport_ordersByAggregationKeyIds()
642 .setValues(values).build(); in testGenerateAttributionReport_matchingKeyOnlyInTriggerValues()
732 .setValues(values).build(); in testGenerateAttributionReportMoreTriggerDataSuccessfully()
790 .setValues(values).build(); in testGenerateAttributionReportWithHighBits()
846 .setValues(values).build(); in testGenerateAttributionReportBinaryOrsKeys()
[all …]
DAggregatableAttributionTriggerTest.java71 .setValues(values) in createExample()
77 .setValues(values) in createExample()
131 .setValues(values) in testHashCode_notEquals()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DAidlVehicleStubUnitTest.java902 }).when(mAidlVehicle).setValues(any(), any()); in testSetSyncAidlSmallData()
934 }).when(mAidlVehicle).setValues(any(), any()); in testSetSyncAidlLargeData()
963 }).when(mAidlVehicle).setValues(any(), any()); in testSetSyncAidlError()
998 }).when(mAidlVehicle).setValues(any(), any()); in testSetSyncAidlAsyncCallback()
1034 }).when(mAidlVehicle).setValues(any(), any()); in testSetSyncAidlTimeout()
1084 }).when(mAidlVehicle).setValues(any(), any()); in testSetAsync()
1101 doThrow(new RemoteException()).when(mAidlVehicle).setValues(any(), any()); in testSetAsyncRemoteException()
1118 .setValues(any(), any()); in testSetAsyncServiceSpecificExceptionTryAgain()
1135 .setValues(any(), any()); in testSetAsyncServiceSpecificExceptionNotAvailable()
1152 .setValues(any(), any()); in testSetAsyncServiceSpecificExceptionNotAvailableDisabled()
[all …]
/packages/modules/ConfigInfrastructure/service/java/com/android/server/deviceconfig/db/
DDeviceConfigDbAdapter.java109 public boolean setValues(String namespace, Map<String, String> map) { in setValues() method in DeviceConfigDbAdapter
135 return setValues(namespace, map); in setValue()
/packages/apps/Contacts/src/com/android/contacts/editor/
DStructuredNameEditorView.java72 public void setValues(DataKind kind, ValuesDelta entry, RawContactDelta state, boolean readOnly, in setValues() method in StructuredNameEditorView
74 super.setValues(kind, entry, state, readOnly, vig); in setValues()
DEditor.java67 … public void setValues(DataKind kind, ValuesDelta values, RawContactDelta state, boolean readOnly, in setValues() method
DEventFieldEditorView.java109 public void setValues(DataKind kind, ValuesDelta entry, RawContactDelta state, boolean readOnly, in setValues() method in EventFieldEditorView
112 super.setValues(kind, entry, state, readOnly, vig); in setValues()
DKindSectionView.java393 nameView.setValues(accountType.getKindForMimetype(DataKind.PSEUDO_MIME_TYPE_NAME), in addNameEditorViews()
410 phoneticNameView.setValues( in addNameEditorViews()
448 editor.setValues(dataKind, valuesDelta, rawContactDelta, !dataKind.editable, in addNonNameEditorView()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/pbapclient/
DCallLogPullRequestTest.java135 property.setValues("Some random note"); in onPullComplete_whenThereIsNoPhoneProperty()
202 property.setValues(value); in createProperty()
DPhonebookPullRequestTest.java77 property.setValues(value); in createProperty()
/packages/apps/Settings/src/com/android/settings/applications/appinfo/
DInstantAppDomainsPreferenceController.java55 instantAppDomainsPreference.setValues(new int[handledDomains.length]); in updateState()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DRecentsAtomicAnimationFactory.java59 .setValues(values) in createStateElementAnimation()
/packages/services/Car/cpp/watchdog/server/tests/
DMockVehicle.h47 ndk::ScopedAStatus, setValues,
/packages/modules/ConfigInfrastructure/service/java/com/android/server/deviceconfig/
DDeviceConfigServiceImpl.java59 return mDbAdapter.setValues(namespace, values); in setProperties()

123