Searched refs:removeBroadcast (Results 1 – 3 of 3) sorted by relevance
/packages/modules/Bluetooth/android/leaudio/app/src/main/java/com/android/bluetooth/leaudio/ |
D | BroadcastItemsAdapter.java | 112 public void removeBroadcast(Integer broadcastId) { in removeBroadcast() method in BroadcastItemsAdapter
|
D | BroadcasterActivity.java | 486 itemsAdapter.removeBroadcast(reasonAndBidPair.second); in onCreate()
|
/packages/modules/StatsD/statsd/tests/e2e/ |
D | ConfigUpdate_e2e_test.cpp | 2179 shared_ptr<MockPendingIntentRef> removeBroadcast = in TEST_F() local 2181 EXPECT_CALL(*removeBroadcast, sendSubscriberBroadcast(configUid, configId, removeSub.id(), in TEST_F() 2195 SubscriberReporter::getInstance().setBroadcastSubscriber(key, removeSubId, removeBroadcast); in TEST_F() 2399 shared_ptr<MockPendingIntentRef> removeBroadcast = in TEST_F() local 2401 EXPECT_CALL(*removeBroadcast, sendSubscriberBroadcast(configUid, configId, removeSub.id(), in TEST_F() 2415 SubscriberReporter::getInstance().setBroadcastSubscriber(key, removeSubId, removeBroadcast); in TEST_F() 2725 shared_ptr<MockPendingIntentRef> removeBroadcast = in TEST_F() local 2727 EXPECT_CALL(*removeBroadcast, sendSubscriberBroadcast(configUid, configId, removeSub.id(), in TEST_F() 2739 SubscriberReporter::getInstance().setBroadcastSubscriber(key, removeSubId, removeBroadcast); in TEST_F()
|