summaryrefslogtreecommitdiff
path: root/InCallUI/src/com/android/incallui/Log.java
diff options
context:
space:
mode:
authorMakoto Onuki <omakoto@google.com>2014-07-08 17:56:03 -0700
committerMakoto Onuki <omakoto@google.com>2014-07-10 11:22:47 -0700
commit76855c20de037a38b02716642cd27be674772f2d (patch)
tree31455880d2abf7a3ea271c468f6f68f9c7f7907e /InCallUI/src/com/android/incallui/Log.java
parent05d1440049e389568a9357a8b59bdfff05f26375 (diff)
Use enterprise caller-id in incall.
- Use PhoneLookup.ENTERPRISE_CONTENT_FILTER_URI for caller-id. - Removed a bunch of unused code. - Renamed fields that will have different semantics. e.g. contactId now will be 0 and lookupUri null for corp contacts. - Simplify the sip caller-id lookup. The regular caller-id lookup can also do SIP. The original code (http://ag/70555) was written before CP2 supported it (http://ag/147367). This needs QAing. - Instead of passing around a contact-id to later load a contact picture, use the picture URI returned from the API. Bug 15779911 Change-Id: Ia755b9079d03d9236f824c2f1102a6fa902b2097
Diffstat (limited to 'InCallUI/src/com/android/incallui/Log.java')
-rw-r--r--InCallUI/src/com/android/incallui/Log.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/InCallUI/src/com/android/incallui/Log.java b/InCallUI/src/com/android/incallui/Log.java
index c859e5c6a..6bf993a49 100644
--- a/InCallUI/src/com/android/incallui/Log.java
+++ b/InCallUI/src/com/android/incallui/Log.java
@@ -22,7 +22,7 @@ package com.android.incallui;
public class Log {
// Generic tag for all In Call logging
- private static final String TAG = "InCall";
+ public static final String TAG = "InCall";
public static final boolean DEBUG = android.util.Log.isLoggable(TAG, android.util.Log.DEBUG);
public static final boolean VERBOSE = android.util.Log.isLoggable(TAG,