Home
last modified time | relevance | path

Searched refs:NON_EMPTY_TOPIC_RESPONSE_BROADCAST (Results 1 – 2 of 2) sorted by relevance

/packages/modules/AdServices/adservices/tests/cts/endtoends/topics/appupdate/src/com/android/adservices/tests/cts/topics/appupdate/
DAppUpdateTest.java125 private static final String NON_EMPTY_TOPIC_RESPONSE_BROADCAST = field in AppUpdateTest
140 NON_EMPTY_TOPIC_RESPONSE_BROADCAST,
239 topicResponseIntentFilter.addAction(NON_EMPTY_TOPIC_RESPONSE_BROADCAST); in registerTopicResponseReceiver()
264 if (action.equals(NON_EMPTY_TOPIC_RESPONSE_BROADCAST)) { in registerTopicResponseReceiver()
/packages/modules/AdServices/adservices/tests/cts/endtoends/topics/appupdate/testapps/testapp1/java/com/android/adservices/tests/cts/topics/testapp1/
DMainActivity.java47 private static final String NON_EMPTY_TOPIC_RESPONSE_BROADCAST = field in MainActivity
84 sendGetTopicsResponseBroadcast.setAction(NON_EMPTY_TOPIC_RESPONSE_BROADCAST); in sendGetTopicsResponseBroadcast()