summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Elliott Hughes <enh@google.com> 2013-06-28 16:08:02 -0700
committer Elliott Hughes <enh@google.com> 2013-06-28 16:08:02 -0700
commit0e88a9548078da56a1d434425916a2074e6f5aa1 (patch)
treeff73badf3ba97fafd763d430e3b56d892966143b
parentee66531f2fa2b6aaa5ca064062f5e8d50b64ff44 (diff)
Track libcore API update.
Bug: 3484927 Change-Id: I77c22d3da7b70d3dae4cf6c1903add948ae39406
-rw-r--r--api/current.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt
index 3f81c046ba6b..54edf6475cab 100644
--- a/api/current.txt
+++ b/api/current.txt
@@ -34849,6 +34849,15 @@ package java.nio.charset {
method public int getInputLength();
}
+ public final class StandardCharsets {
+ field public static final java.nio.charset.Charset ISO_8859_1;
+ field public static final java.nio.charset.Charset US_ASCII;
+ field public static final java.nio.charset.Charset UTF_16;
+ field public static final java.nio.charset.Charset UTF_16BE;
+ field public static final java.nio.charset.Charset UTF_16LE;
+ field public static final java.nio.charset.Charset UTF_8;
+ }
+
public class UnmappableCharacterException extends java.nio.charset.CharacterCodingException {
ctor public UnmappableCharacterException(int);
method public int getInputLength();