diff options
author | Andrew Lee <anwlee@google.com> | 2015-04-21 14:48:45 -0700 |
---|---|---|
committer | Andrew Lee <anwlee@google.com> | 2015-04-21 14:49:11 -0700 |
commit | c511fcd5e6fbaf317042dbe52ce7706d502f0a92 (patch) | |
tree | 0ef8f7ad5141c5e4bffafc272aad2f3573dfc93f | |
parent | 66dd811c92b494175a808616cc2a636a5b1797e6 (diff) |
Cleanup ObjectFactory.
Bug: 20300758
Change-Id: Ie9dcdd36b357368a02a7e38ede885debd6585e27
-rw-r--r-- | InCallUI/src/com/android/incalluibind/ObjectFactory.java | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/InCallUI/src/com/android/incalluibind/ObjectFactory.java b/InCallUI/src/com/android/incalluibind/ObjectFactory.java index a3c002ee5..d8a2e2977 100644 --- a/InCallUI/src/com/android/incalluibind/ObjectFactory.java +++ b/InCallUI/src/com/android/incalluibind/ObjectFactory.java @@ -33,10 +33,6 @@ public class ObjectFactory { return null; } - public static EmergencyCallListener getEmergencyCallListener() { - return null; - } - /** @return An {@link Intent} to be broadcast when the InCallUI is visible. */ public static Intent getUiReadyBroadcastIntent(Context context) { return null; |