Home
last modified time | relevance | path

Searched refs:handleLeBroadcastMetadataChanged (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bluetooth/
DBroadcastDialogDelegateTest.java203 mBroadcastDialogDelegate.handleLeBroadcastMetadataChanged(); in handleLeBroadcastMetadataChanged_withNotLaunchFlag_doNotDismissDialog()
212 mBroadcastDialogDelegate.handleLeBroadcastMetadataChanged(); in handleLeBroadcastMetadataChanged_withLaunchFlag_dismissDialog()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bluetooth/
DBroadcastDialogDelegate.java111 mMainThreadHandler.post(() -> handleLeBroadcastMetadataChanged());
344 void handleLeBroadcastMetadataChanged() { in handleLeBroadcastMetadataChanged() method in BroadcastDialogDelegate
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/dialog/
DMediaOutputBroadcastDialogTest.java241 mMediaOutputBroadcastDialog.handleLeBroadcastMetadataChanged(); in handleLeBroadcastMetadataChanged_checkBroadcastName()
254 mMediaOutputBroadcastDialog.handleLeBroadcastMetadataChanged(); in handleLeBroadcastMetadataChanged_checkBroadcastCode()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/
DMediaOutputBaseDialog.java160 mMainThreadHandler.post(() -> handleLeBroadcastMetadataChanged());
474 public void handleLeBroadcastMetadataChanged() { in handleLeBroadcastMetadataChanged() method in MediaOutputBaseDialog
DMediaOutputBroadcastDialog.java525 public void handleLeBroadcastMetadataChanged() { in handleLeBroadcastMetadataChanged() method in MediaOutputBroadcastDialog