summaryrefslogtreecommitdiff
path: root/java/com/android/dialer/duo/stub
diff options
context:
space:
mode:
authorroldenburg <roldenburg@google.com>2017-10-16 17:00:00 -0700
committerEric Erfanian <erfanian@google.com>2017-10-17 08:10:39 -0700
commitc114cce52656e6ace2ffdfd075b0e8cd140cd498 (patch)
tree91fb2d0f5c065f024a7332ec664c794cdf30f413 /java/com/android/dialer/duo/stub
parente6706d676ebc8b91c96a8cc453e48f3f3ea0d205 (diff)
Move Duo related constants out of interface
Fixed notifying for Duo missed calls using the new constants to check if a call is a Duo call. Bug: 66946794 Test: existing tests, manual PiperOrigin-RevId: 172400311 Change-Id: I84ec0ac5c933cf1aec68b6d1f422c2effe6b69ec
Diffstat (limited to 'java/com/android/dialer/duo/stub')
-rw-r--r--java/com/android/dialer/duo/stub/DuoStub.java20
1 files changed, 0 insertions, 20 deletions
diff --git a/java/com/android/dialer/duo/stub/DuoStub.java b/java/com/android/dialer/duo/stub/DuoStub.java
index 99f03adfd..82b9c79e3 100644
--- a/java/com/android/dialer/duo/stub/DuoStub.java
+++ b/java/com/android/dialer/duo/stub/DuoStub.java
@@ -16,7 +16,6 @@
package com.android.dialer.duo.stub;
-import android.content.ComponentName;
import android.content.Context;
import android.content.Intent;
import android.support.annotation.MainThread;
@@ -24,7 +23,6 @@ import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import android.support.annotation.StringRes;
import android.telecom.Call;
-import android.telecom.PhoneAccountHandle;
import com.android.dialer.common.Assert;
import com.android.dialer.duo.Duo;
import com.android.dialer.duo.DuoListener;
@@ -95,24 +93,6 @@ public class DuoStub implements Duo {
Assert.isNotNull(listener);
}
- @Nullable
- @Override
- public ComponentName getPhoneAccountComponentName() {
- return null;
- }
-
- @Nullable
- @Override
- public PhoneAccountHandle getPhoneAccountHandle() {
- return null;
- }
-
- @Nullable
- @Override
- public String getPackageName() {
- return null;
- }
-
@StringRes
@Override
public int getOutgoingCallTypeText() {