Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/service-core/topics/src/com/android/adservices/service/topics/classifier/
DCommonClassifierHelperTest.java164 List<Topic> testResponse = in testGetTopTopics_legalInput() local
204 List<Topic> testResponse = in testGetTopTopics_largeTopTopicsInput() local
303 List<Topic> testResponse = in testGetTopTopics_emptyAppTopicsMap() local
328 List<Topic> testResponse = in testGetTopTopics_emptyTopicInEachApp() local
367 List<Topic> testResponse = in testGetTopTopics_selectSingleRandomTopic() local
429 List<Topic> testResponse = in testGetTopTopics_selectMultipleRandomTopic() local
490 List<Topic> testResponse = in testGetTopTopics_selectDuplicateRandomTopic() local
DPrecomputedClassifierTest.java102 Map<String, List<Topic>> testResponse = in testClassify_existingApp() local
133 Map<String, List<Topic>> testResponse = in testClassify_nonExistingApp() local
211 Map<String, List<Topic>> testResponse = in testClassify_emptyStringApp() local
221 Map<String, List<Topic>> testResponse = in testClassify_emptyAppList() local
242 List<Topic> testResponse = in testGetTopTopics_legalInput() local
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/communal/smartspace/
H A DSmartspaceInteractionHandlerTest.kt63 private val testResponse = RemoteResponse.fromPendingIntent(testIntent) constant
/aosp_15_r20/external/pigweed/pw_rpc/ts/
H A Dclient_test.ts602 const testResponse = newResponse('!!!'); constant
654 const testResponse = newResponse('-.-'); constant
723 const testResponse = newResponse('0.o'); constant
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/communal/widgets/
H A DWidgetInteractionHandlerTest.kt69 private val testResponse = RemoteResponse.fromPendingIntent(testIntent) constant in com.android.systemui.communal.widgets.WidgetInteractionHandlerTest
/aosp_15_r20/external/libchrome/mojo/public/java/system/javatests/src/org/chromium/mojo/bindings/
H A DInterfacesTest.java279 public void testResponse() { in testResponse() method in InterfacesTest