summaryrefslogtreecommitdiff
path: root/java/com/android/dialer/binary/aosp
diff options
context:
space:
mode:
authoryueg <yueg@google.com>2018-03-09 16:49:38 -0800
committerCopybara-Service <copybara-piper@google.com>2018-03-09 16:52:01 -0800
commit48f93f40f66f5695cdb370af679db4580cebb641 (patch)
treefb855d25b3e7ea777beaa7de19ab729c977ef0e5 /java/com/android/dialer/binary/aosp
parentd6cb3b9ac4db86cc5d37174a6e6c4d69c8a8a753 (diff)
Remove bubble "new" prefix.
Test: BubbleImplTest, BubbleImplIntegrationTest, ReturnToCallControllerTest, ReturnToCallActionReceiverTest, BottomActionViewControllerTest, ChangeOnScreenBoundsTest PiperOrigin-RevId: 188558386 Change-Id: Ieab3ee3f148092312a50597b41c0975419756e23
Diffstat (limited to 'java/com/android/dialer/binary/aosp')
-rw-r--r--java/com/android/dialer/binary/aosp/AospDialerRootComponent.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/com/android/dialer/binary/aosp/AospDialerRootComponent.java b/java/com/android/dialer/binary/aosp/AospDialerRootComponent.java
index 35f854010..969172b7f 100644
--- a/java/com/android/dialer/binary/aosp/AospDialerRootComponent.java
+++ b/java/com/android/dialer/binary/aosp/AospDialerRootComponent.java
@@ -16,6 +16,7 @@
package com.android.dialer.binary.aosp;
+import com.android.bubble.stub.StubBubbleModule;
import com.android.dialer.binary.basecomponent.BaseDialerRootComponent;
import com.android.dialer.calllog.CallLogModule;
import com.android.dialer.commandline.CommandLineModule;
@@ -39,7 +40,6 @@ import com.android.dialer.strictmode.impl.SystemStrictModeModule;
import com.android.incallui.calllocation.stub.StubCallLocationModule;
import com.android.incallui.maps.stub.StubMapsModule;
import com.android.incallui.speakeasy.StubSpeakEasyModule;
-import com.android.newbubble.stub.StubNewBubbleModule;
import com.android.voicemail.impl.VoicemailModule;
import dagger.Component;
import javax.inject.Singleton;
@@ -63,7 +63,7 @@ import javax.inject.Singleton;
StubCallLocationModule.class,
StubDuoModule.class,
StubEnrichedCallModule.class,
- StubNewBubbleModule.class,
+ StubBubbleModule.class,
StubMetricsModule.class,
StubFeedbackModule.class,
StubMapsModule.class,