diff options
| author | Sasha Levitskiy <sanek@google.com> | 2013-01-14 16:59:33 -0800 |
|---|---|---|
| committer | Sasha Levitskiy <sanek@google.com> | 2013-01-14 16:59:33 -0800 |
| commit | ca6486e7f579fa885b6213513f26ce2ca49f873b (patch) | |
| tree | 2bd8579677f10c991538b1dd3ab9dea656b1dff2 /core/java/android/content/Context.java | |
| parent | 707a71e39e8e3bf284422265b680b73a7c63debf (diff) | |
Removed Throttle Manager as obsolete
Change-Id: I63e8514f34c880d0badaab33a347f54a80c84da6
Diffstat (limited to 'core/java/android/content/Context.java')
| -rw-r--r-- | core/java/android/content/Context.java | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/core/java/android/content/Context.java b/core/java/android/content/Context.java index 41d470bd24e6..9510257b8ab2 100644 --- a/core/java/android/content/Context.java +++ b/core/java/android/content/Context.java @@ -1993,17 +1993,6 @@ public abstract class Context { /** * Use with {@link #getSystemService} to retrieve a {@link - * android.net.ThrottleManager} for handling management of - * throttling. - * - * @hide - * @see #getSystemService - * @see android.net.ThrottleManager - */ - public static final String THROTTLE_SERVICE = "throttle"; - - /** - * Use with {@link #getSystemService} to retrieve a {@link * android.os.IUpdateLock} for managing runtime sequences that * must not be interrupted by headless OTA application or similar. * |
