Merge "Adding toString in SmartspaceTargetEvent" into sc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
85073a40c1
@@ -138,6 +138,15 @@ public final class SmartspaceTargetEvent implements Parcelable {
|
||||
dest.writeInt(mEventType);
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return "SmartspaceTargetEvent{"
|
||||
+ "mSmartspaceTarget=" + mSmartspaceTarget
|
||||
+ ", mSmartspaceActionId='" + mSmartspaceActionId + '\''
|
||||
+ ", mEventType=" + mEventType
|
||||
+ '}';
|
||||
}
|
||||
|
||||
/**
|
||||
* @hide
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user