From 1209904b18c507531251acca736b3169a15bc2fa Mon Sep 17 00:00:00 2001 From: Narayan Kamath Date: Mon, 3 Nov 2014 16:13:05 +0000 Subject: Track removal of deprecated DateFormat APIs. Removed in commit 9d68b3c839046d6a0ef505ab020fc4219ea36170. bug: 18074066 Change-Id: I99e9dd4c420aaa6818bd0326b3e1a45374d130ea --- api/22.txt | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'api') diff --git a/api/22.txt b/api/22.txt index 969cc5a..11bee31 100644 --- a/api/22.txt +++ b/api/22.txt @@ -29857,19 +29857,6 @@ package android.text.format { method public static java.text.DateFormat getMediumDateFormat(android.content.Context); method public static java.text.DateFormat getTimeFormat(android.content.Context); method public static boolean is24HourFormat(android.content.Context); - 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' } public class DateUtils { -- cgit v1.1