Loading core/java/android/app/smartspace/SmartspaceTargetEvent.java +9 −0 Original line number Diff line number Diff line Loading @@ -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 */ Loading Loading
core/java/android/app/smartspace/SmartspaceTargetEvent.java +9 −0 Original line number Diff line number Diff line Loading @@ -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 */ Loading