summaryrefslogtreecommitdiff
path: root/java/com/android/dialer/historyitemactions/IntentModule.java
diff options
context:
space:
mode:
authorlinyuh <linyuh@google.com>2018-04-02 17:15:36 -0700
committerCopybara-Service <copybara-piper@google.com>2018-04-03 17:04:31 -0700
commit6c480f796e82794001109e5d46260770af63a7ee (patch)
treeb9ba6d9e3e044b9ddfd7d6be37272266cba0b657 /java/com/android/dialer/historyitemactions/IntentModule.java
parentdaa1a1bbe8f68dd1de12cf1d44e81ae45b784471 (diff)
Support placing Duo calls in the new UI's bottom sheet.
Bug: 70988685 Test: DuoCallModuleTest, PlaceDuoCallEndToEndTest, Manual testing PiperOrigin-RevId: 191372706 Change-Id: I439be71c361eaca722820b81278e5f95322e100c
Diffstat (limited to 'java/com/android/dialer/historyitemactions/IntentModule.java')
-rw-r--r--java/com/android/dialer/historyitemactions/IntentModule.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/com/android/dialer/historyitemactions/IntentModule.java b/java/com/android/dialer/historyitemactions/IntentModule.java
index efb10e8bb..a5236c57a 100644
--- a/java/com/android/dialer/historyitemactions/IntentModule.java
+++ b/java/com/android/dialer/historyitemactions/IntentModule.java
@@ -77,7 +77,7 @@ public class IntentModule implements HistoryItemActionModule {
R.drawable.quantum_ic_call_white_24);
}
- public static IntentModule newVideoCallModule(
+ public static IntentModule newCarrierVideoCallModule(
Context context,
String number,
@Nullable PhoneAccountHandle phoneAccountHandle,