From 9d68b3c839046d6a0ef505ab020fc4219ea36170 Mon Sep 17 00:00:00 2001 From: Narayan Kamath Date: Wed, 22 Oct 2014 12:55:58 +0100 Subject: Remove deprecated DateFormat APIs. bug: 18074066 Change-Id: I99cef45105c9f25075c596cf4f52ec5573565596 --- api/removed.txt | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'api/removed.txt') diff --git a/api/removed.txt b/api/removed.txt index 8972679..1b69ee8 100644 --- a/api/removed.txt +++ b/api/removed.txt @@ -22,6 +22,26 @@ package android.os { } +package android.text.format { + + public class DateFormat { + field public static final deprecated char AM_PM = 97; // 0x0061 'a' + field public static final deprecated char CAPITAL_AM_PM = 65; // 0x0041 'A' + field public static final deprecated char DATE = 100; // 0x0064 'd' + field public static final deprecated char DAY = 69; // 0x0045 'E' + field public static final deprecated char HOUR = 104; // 0x0068 'h' + field public static final deprecated char HOUR_OF_DAY = 107; // 0x006b 'k' + field public static final deprecated char MINUTE = 109; // 0x006d 'm' + field public static final deprecated char MONTH = 77; // 0x004d 'M' + field public static final deprecated char QUOTE = 39; // 0x0027 '\'' + field public static final deprecated char SECONDS = 115; // 0x0073 's' + field public static final deprecated char STANDALONE_MONTH = 76; // 0x004c 'L' + field public static final deprecated char TIME_ZONE = 122; // 0x007a 'z' + field public static final deprecated char YEAR = 121; // 0x0079 'y' + } + +} + package android.view { public class View implements android.view.accessibility.AccessibilityEventSource android.graphics.drawable.Drawable.Callback android.view.KeyEvent.Callback { -- cgit v1.1