summaryrefslogtreecommitdiff
path: root/java/com/android/incallui/CallCardPresenter.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/com/android/incallui/CallCardPresenter.java')
-rw-r--r--java/com/android/incallui/CallCardPresenter.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/java/com/android/incallui/CallCardPresenter.java b/java/com/android/incallui/CallCardPresenter.java
index 15b04eaaf..be9b3ef6c 100644
--- a/java/com/android/incallui/CallCardPresenter.java
+++ b/java/com/android/incallui/CallCardPresenter.java
@@ -142,7 +142,7 @@ public class CallCardPresenter
};
public CallCardPresenter(Context context) {
- LogUtil.i("CallCardController.constructor", null);
+ LogUtil.i("CallCardPresenter.constructor", null);
mContext = Assert.isNotNull(context).getApplicationContext();
callLocation = CallLocationComponent.get(mContext).getCallLocation();
}
@@ -179,7 +179,7 @@ public class CallCardPresenter
@Override
public void onInCallScreenReady() {
- LogUtil.i("CallCardController.onInCallScreenReady", null);
+ LogUtil.i("CallCardPresenter.onInCallScreenReady", null);
Assert.checkState(!isInCallScreenReady);
if (mContactsPreferences != null) {
mContactsPreferences.refreshValue(ContactsPreferences.DISPLAY_ORDER_KEY);
@@ -222,7 +222,7 @@ public class CallCardPresenter
@Override
public void onInCallScreenUnready() {
- LogUtil.i("CallCardController.onInCallScreenUnready", null);
+ LogUtil.i("CallCardPresenter.onInCallScreenUnready", null);
Assert.checkState(isInCallScreenReady);
// stop getting call state changes