Send bubble bar location update source to shell
Shell can use the location update trigger information for logging purposes. Bug: 349845968 Test: manual Flag: com.android.wm.shell.enable_bubble_bar Change-Id: I5af4375f88ea438b1aed9b3b2bd02d0c33fff53f
This commit is contained in:
@@ -217,8 +217,9 @@ public class BubbleBarViewController {
|
||||
}
|
||||
|
||||
@Override
|
||||
public void updateBubbleBarLocation(BubbleBarLocation location) {
|
||||
mBubbleBarController.updateBubbleBarLocation(location);
|
||||
public void updateBubbleBarLocation(BubbleBarLocation location,
|
||||
@BubbleBarLocation.UpdateSource int source) {
|
||||
mBubbleBarController.updateBubbleBarLocation(location, source);
|
||||
}
|
||||
});
|
||||
|
||||
@@ -242,8 +243,9 @@ public class BubbleBarViewController {
|
||||
}
|
||||
|
||||
@Override
|
||||
public void updateBubbleBarLocation(BubbleBarLocation location) {
|
||||
mBubbleBarController.updateBubbleBarLocation(location);
|
||||
public void updateBubbleBarLocation(BubbleBarLocation location,
|
||||
@BubbleBarLocation.UpdateSource int source) {
|
||||
mBubbleBarController.updateBubbleBarLocation(location, source);
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user