Loading core/java/android/view/textclassifier/ConversationAction.java +2 −4 Original line number Diff line number Diff line Loading @@ -200,13 +200,11 @@ public final class ConversationAction implements Parcelable { /** * Returns the extended data related to this conversation action. * * <p><b>NOTE: </b>Each call to this method returns a new bundle copy so clients should * prefer to hold a reference to the returned bundle rather than frequently calling this * method. * <p><b>NOTE: </b>Do not modify this bundle. */ @NonNull public Bundle getExtras() { return mExtras.deepCopy(); return mExtras; } /** Builder class to construct {@link ConversationAction}. */ Loading core/java/android/view/textclassifier/ConversationActions.java +2 −4 Original line number Diff line number Diff line Loading @@ -214,13 +214,11 @@ public final class ConversationActions implements Parcelable { /** * Returns the extended data related to this conversation action. * * <p><b>NOTE: </b>Each call to this method returns a new bundle copy so clients should * prefer to hold a reference to the returned bundle rather than frequently calling this * method. * <p><b>NOTE: </b>Do not modify this bundle. */ @NonNull public Bundle getExtras() { return mExtras.deepCopy(); return mExtras; } /** Builder class to construct a {@link Message} */ Loading core/java/android/view/textclassifier/TextClassification.java +4 −8 Original line number Diff line number Diff line Loading @@ -265,13 +265,11 @@ public final class TextClassification implements Parcelable { /** * Returns the extended data. * * <p><b>NOTE: </b>Each call to this method returns a new bundle copy so clients should * prefer to hold a reference to the returned bundle rather than frequently calling this * method. * <p><b>NOTE: </b>Do not modify this bundle. */ @NonNull public Bundle getExtras() { return mExtras.deepCopy(); return mExtras; } @Override Loading Loading @@ -635,13 +633,11 @@ public final class TextClassification implements Parcelable { /** * Returns the extended data. * * <p><b>NOTE: </b>Each call to this method returns a new bundle copy so clients should * prefer to hold a reference to the returned bundle rather than frequently calling this * method. * <p><b>NOTE: </b>Do not modify this bundle. */ @NonNull public Bundle getExtras() { return mExtras.deepCopy(); return mExtras; } /** Loading core/java/android/view/textclassifier/TextLinks.java +4 −8 Original line number Diff line number Diff line Loading @@ -125,13 +125,11 @@ public final class TextLinks implements Parcelable { /** * Returns the extended data. * * <p><b>NOTE: </b>Each call to this method returns a new bundle copy so clients should * prefer to hold a reference to the returned bundle rather than frequently calling this * method. * <p><b>NOTE: </b>Do not modify this bundle. */ @NonNull public Bundle getExtras() { return mExtras.deepCopy(); return mExtras; } /** Loading Loading @@ -413,13 +411,11 @@ public final class TextLinks implements Parcelable { /** * Returns the extended data. * * <p><b>NOTE: </b>Each call to this method returns a new bundle copy so clients should * prefer to hold a reference to the returned bundle rather than frequently calling this * method. * <p><b>NOTE: </b>Do not modify this bundle. */ @NonNull public Bundle getExtras() { return mExtras.deepCopy(); return mExtras; } /** Loading core/java/android/view/textclassifier/TextSelection.java +4 −8 Original line number Diff line number Diff line Loading @@ -112,13 +112,11 @@ public final class TextSelection implements Parcelable { /** * Returns the extended data. * * <p><b>NOTE: </b>Each call to this method returns a new bundle copy so clients should * prefer to hold a reference to the returned bundle rather than frequently calling this * method. * <p><b>NOTE: </b>Do not modify this bundle. */ @NonNull public Bundle getExtras() { return mExtras.deepCopy(); return mExtras; } @Override Loading Loading @@ -296,13 +294,11 @@ public final class TextSelection implements Parcelable { /** * Returns the extended data. * * <p><b>NOTE: </b>Each call to this method returns a new bundle copy so clients should * prefer to hold a reference to the returned bundle rather than frequently calling this * method. * <p><b>NOTE: </b>Do not modify this bundle. */ @NonNull public Bundle getExtras() { return mExtras.deepCopy(); return mExtras; } /** Loading Loading
core/java/android/view/textclassifier/ConversationAction.java +2 −4 Original line number Diff line number Diff line Loading @@ -200,13 +200,11 @@ public final class ConversationAction implements Parcelable { /** * Returns the extended data related to this conversation action. * * <p><b>NOTE: </b>Each call to this method returns a new bundle copy so clients should * prefer to hold a reference to the returned bundle rather than frequently calling this * method. * <p><b>NOTE: </b>Do not modify this bundle. */ @NonNull public Bundle getExtras() { return mExtras.deepCopy(); return mExtras; } /** Builder class to construct {@link ConversationAction}. */ Loading
core/java/android/view/textclassifier/ConversationActions.java +2 −4 Original line number Diff line number Diff line Loading @@ -214,13 +214,11 @@ public final class ConversationActions implements Parcelable { /** * Returns the extended data related to this conversation action. * * <p><b>NOTE: </b>Each call to this method returns a new bundle copy so clients should * prefer to hold a reference to the returned bundle rather than frequently calling this * method. * <p><b>NOTE: </b>Do not modify this bundle. */ @NonNull public Bundle getExtras() { return mExtras.deepCopy(); return mExtras; } /** Builder class to construct a {@link Message} */ Loading
core/java/android/view/textclassifier/TextClassification.java +4 −8 Original line number Diff line number Diff line Loading @@ -265,13 +265,11 @@ public final class TextClassification implements Parcelable { /** * Returns the extended data. * * <p><b>NOTE: </b>Each call to this method returns a new bundle copy so clients should * prefer to hold a reference to the returned bundle rather than frequently calling this * method. * <p><b>NOTE: </b>Do not modify this bundle. */ @NonNull public Bundle getExtras() { return mExtras.deepCopy(); return mExtras; } @Override Loading Loading @@ -635,13 +633,11 @@ public final class TextClassification implements Parcelable { /** * Returns the extended data. * * <p><b>NOTE: </b>Each call to this method returns a new bundle copy so clients should * prefer to hold a reference to the returned bundle rather than frequently calling this * method. * <p><b>NOTE: </b>Do not modify this bundle. */ @NonNull public Bundle getExtras() { return mExtras.deepCopy(); return mExtras; } /** Loading
core/java/android/view/textclassifier/TextLinks.java +4 −8 Original line number Diff line number Diff line Loading @@ -125,13 +125,11 @@ public final class TextLinks implements Parcelable { /** * Returns the extended data. * * <p><b>NOTE: </b>Each call to this method returns a new bundle copy so clients should * prefer to hold a reference to the returned bundle rather than frequently calling this * method. * <p><b>NOTE: </b>Do not modify this bundle. */ @NonNull public Bundle getExtras() { return mExtras.deepCopy(); return mExtras; } /** Loading Loading @@ -413,13 +411,11 @@ public final class TextLinks implements Parcelable { /** * Returns the extended data. * * <p><b>NOTE: </b>Each call to this method returns a new bundle copy so clients should * prefer to hold a reference to the returned bundle rather than frequently calling this * method. * <p><b>NOTE: </b>Do not modify this bundle. */ @NonNull public Bundle getExtras() { return mExtras.deepCopy(); return mExtras; } /** Loading
core/java/android/view/textclassifier/TextSelection.java +4 −8 Original line number Diff line number Diff line Loading @@ -112,13 +112,11 @@ public final class TextSelection implements Parcelable { /** * Returns the extended data. * * <p><b>NOTE: </b>Each call to this method returns a new bundle copy so clients should * prefer to hold a reference to the returned bundle rather than frequently calling this * method. * <p><b>NOTE: </b>Do not modify this bundle. */ @NonNull public Bundle getExtras() { return mExtras.deepCopy(); return mExtras; } @Override Loading Loading @@ -296,13 +294,11 @@ public final class TextSelection implements Parcelable { /** * Returns the extended data. * * <p><b>NOTE: </b>Each call to this method returns a new bundle copy so clients should * prefer to hold a reference to the returned bundle rather than frequently calling this * method. * <p><b>NOTE: </b>Do not modify this bundle. */ @NonNull public Bundle getExtras() { return mExtras.deepCopy(); return mExtras; } /** Loading