Home
last modified time | relevance | path

Searched defs:targetBuilder (Results 1 – 6 of 6) sorted by relevance

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/
DAdCounterKeyCopier.java40 AdData.Builder copyAdCounterKeys( in copyAdCounterKeys()
66 AdData.Builder copyAdCounterKeys( in copyAdCounterKeys()
76 DBAdSelection.Builder copyAdCounterKeys( in copyAdCounterKeys()
DAdCounterKeyCopierNoOpImpl.java42 public AdData.Builder copyAdCounterKeys( in copyAdCounterKeys()
70 public AdData.Builder copyAdCounterKeys( in copyAdCounterKeys()
79 public DBAdSelection.Builder copyAdCounterKeys( in copyAdCounterKeys()
DAdCounterKeyCopierImpl.java52 public AdData.Builder copyAdCounterKeys( in copyAdCounterKeys()
98 public AdData.Builder copyAdCounterKeys( in copyAdCounterKeys()
124 public DBAdSelection.Builder copyAdCounterKeys( in copyAdCounterKeys()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/
DAdCounterKeyCopierNoOpImplTest.java70 AdData.Builder targetBuilder = in testCopyAdCounterKeys_DBAdDataToAdDataBuilder() local
180 AdData.Builder targetBuilder = in testCopyAdCounterKeys_JsonObjectToAdDataBuilder() local
214 DBAdSelection.Builder targetBuilder = in testCopyAdCounterKeys_OutcomeToAdSelectionBuilder() local
DAdCounterKeyCopierImplTest.java72 AdData.Builder targetBuilder = in testCopyAdCounterKeys_DBAdDataToAdDataBuilder() local
196 AdData.Builder targetBuilder = in testCopyAdCounterKeys_JsonObjectToAdDataBuilder() local
230 DBAdSelection.Builder targetBuilder = in testCopyAdCounterKeys_OutcomeToAdSelectionBuilder() local
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsProvider2Test.java3046 final Uri.Builder targetBuilder = Phone.CONTENT_FILTER_URI.buildUpon(); in testAddQueryParametersFromUri() local