summaryrefslogtreecommitdiff
path: root/java/com/android/newbubble
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2018-02-07 03:20:09 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2018-02-07 03:20:09 +0000
commitdd4c4e0b44620bbd14b2fb4e086aa836974e8d40 (patch)
tree6429f0f1c11134a6b7accc2eb847b60c85d95025 /java/com/android/newbubble
parent3b42bce613b3c57ad5e4a85fdd713553c7ed56eb (diff)
parent4b9f28f9f3cc5b580ddb021ebeeb824ca97080ba (diff)
Merge changes If4e613b1,I40fd1e21
* changes: Bubble layout change. Adding voicemail donation promo
Diffstat (limited to 'java/com/android/newbubble')
-rw-r--r--java/com/android/newbubble/NewBubble.java3
-rw-r--r--java/com/android/newbubble/stub/NewBubbleStub.java3
2 files changed, 0 insertions, 6 deletions
diff --git a/java/com/android/newbubble/NewBubble.java b/java/com/android/newbubble/NewBubble.java
index 8f1be6458..785593c5c 100644
--- a/java/com/android/newbubble/NewBubble.java
+++ b/java/com/android/newbubble/NewBubble.java
@@ -37,9 +37,6 @@ public interface NewBubble {
/** Hide the bubble. */
void hide();
- /** Hide the bubble and reset to initial state */
- void hideAndReset();
-
/** Returns whether the bubble is currently visible */
boolean isVisible();
diff --git a/java/com/android/newbubble/stub/NewBubbleStub.java b/java/com/android/newbubble/stub/NewBubbleStub.java
index 4079aaaba..f5121cff9 100644
--- a/java/com/android/newbubble/stub/NewBubbleStub.java
+++ b/java/com/android/newbubble/stub/NewBubbleStub.java
@@ -36,9 +36,6 @@ public class NewBubbleStub implements NewBubble {
public void hide() {}
@Override
- public void hideAndReset() {}
-
- @Override
public boolean isVisible() {
return false;
}