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.java53 public AdData.Builder copyAdCounterKeys( in copyAdCounterKeys()
99 public AdData.Builder copyAdCounterKeys( in copyAdCounterKeys()
129 public DBAdSelection.Builder copyAdCounterKeys( in copyAdCounterKeys()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/
DAdCounterKeyCopierImplTest.java67 AdData.Builder targetBuilder = in testCopyAdCounterKeys_DBAdDataToAdDataBuilder() local
191 AdData.Builder targetBuilder = in testCopyAdCounterKeys_JsonObjectToAdDataBuilder() local
225 DBAdSelection.Builder targetBuilder = in testCopyAdCounterKeys_OutcomeToAdSelectionBuilder() local
DAdCounterKeyCopierNoOpImplTest.java65 AdData.Builder targetBuilder = in testCopyAdCounterKeys_DBAdDataToAdDataBuilder() local
175 AdData.Builder targetBuilder = in testCopyAdCounterKeys_JsonObjectToAdDataBuilder() local
209 DBAdSelection.Builder targetBuilder = in testCopyAdCounterKeys_OutcomeToAdSelectionBuilder() local
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsProvider2Test.java3045 final Uri.Builder targetBuilder = Phone.CONTENT_FILTER_URI.buildUpon(); in testAddQueryParametersFromUri() local