commit | b4dbc2d46603e43bd9d6f2bd76acb2842ce76498 | [log] [tgz] |
---|---|---|
author | Hyundo Moon <hdmoon@google.com> | Tue Nov 20 16:16:08 2018 +0900 |
committer | Hyundo Moon <hdmoon@google.com> | Tue Nov 20 16:25:59 2018 +0900 |
tree | dab35a66dddfedf409a03ecb42e5434a2ea55879 | |
parent | c9f262d6ac1712ddf384062950ddf0ec5737c392 [diff] |
Replace hidden Parcel.(read|write)CharSequence usages This CL replaces above hidden API usages with below: - read: TextUtils.CHAR_SEQUENCE_CREATOR.createFromParcel - write: TextUtils.writeToParcel The hidden APIs actually call those replacements, so this is safe to do. Bug: 119783509 Test: mmm . (under frameworks/av/packages/MediaComponents) Change-Id: Ifb3b432bee7ee072bbd544cb067749f073e5917a