Searched refs:removeBroadcast (Results 1 – 1 of 1) sorted by relevance
/aosp12/packages/modules/StatsD/statsd/tests/e2e/ |
H A D | ConfigUpdate_e2e_test.cpp | 1943 shared_ptr<MockPendingIntentRef> removeBroadcast = in TEST_F() local 1945 EXPECT_CALL(*removeBroadcast, sendSubscriberBroadcast(configUid, configId, removeSub.id(), in TEST_F() 1959 SubscriberReporter::getInstance().setBroadcastSubscriber(key, removeSubId, removeBroadcast); in TEST_F() 2163 shared_ptr<MockPendingIntentRef> removeBroadcast = in TEST_F() local 2165 EXPECT_CALL(*removeBroadcast, sendSubscriberBroadcast(configUid, configId, removeSub.id(), in TEST_F() 2179 SubscriberReporter::getInstance().setBroadcastSubscriber(key, removeSubId, removeBroadcast); in TEST_F() 2481 shared_ptr<MockPendingIntentRef> removeBroadcast = in TEST_F() local 2483 EXPECT_CALL(*removeBroadcast, sendSubscriberBroadcast(configUid, configId, removeSub.id(), in TEST_F() 2495 SubscriberReporter::getInstance().setBroadcastSubscriber(key, removeSubId, removeBroadcast); in TEST_F()
|