Loading telephony/java/com/android/internal/telephony/CallerInfoAsyncQuery.java +1 −1 Original line number Diff line number Diff line Loading @@ -234,7 +234,7 @@ public class CallerInfoAsyncQuery { mQueryContext, cw.number, mCallerInfo); if (newCallerInfo != mCallerInfo) { mCallerInfo = newCallerInfo; if (DBG) log("#####async contact look up with numeric username" if (DBG) Log.d(LOG_TAG, "#####async contact look up with numeric username" + mCallerInfo); } Loading Loading
telephony/java/com/android/internal/telephony/CallerInfoAsyncQuery.java +1 −1 Original line number Diff line number Diff line Loading @@ -234,7 +234,7 @@ public class CallerInfoAsyncQuery { mQueryContext, cw.number, mCallerInfo); if (newCallerInfo != mCallerInfo) { mCallerInfo = newCallerInfo; if (DBG) log("#####async contact look up with numeric username" if (DBG) Log.d(LOG_TAG, "#####async contact look up with numeric username" + mCallerInfo); } Loading