diff options
author | Matthew Williams <mjwilliams@google.com> | 2014-05-01 10:47:00 -0700 |
---|---|---|
committer | Matthew Williams <mjwilliams@google.com> | 2014-05-12 15:41:43 -0700 |
commit | 6de79e2b17fa0796ea4d39fd9555b563c484248d (patch) | |
tree | 50f27d1131c1e639dfcda3dff9eada8ddb3b98ef /api/current.txt | |
parent | cae6873161fd0794a794ef487c40074ee7e815aa (diff) | |
download | frameworks_base-6de79e2b17fa0796ea4d39fd9555b563c484248d.zip frameworks_base-6de79e2b17fa0796ea4d39fd9555b563c484248d.tar.gz frameworks_base-6de79e2b17fa0796ea4d39fd9555b563c484248d.tar.bz2 |
First implementation of the TaskManager internals.
Sketching out the TaskManagerService, and provide an implementation
of the Connectivity & Time controllers to use as a basis for how the
IdleMode controller will function.
Change-Id: I9163b8b9df1f8a027354720b469a0fb4c8e37194
Diffstat (limited to 'api/current.txt')
-rw-r--r-- | api/current.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/api/current.txt b/api/current.txt index 5a22eb1..3ceea24 100644 --- a/api/current.txt +++ b/api/current.txt @@ -7613,7 +7613,7 @@ package android.content { method public long getMaxExecutionDelayMillis(); method public long getMinLatencyMillis(); method public int getNetworkCapabilities(); - method public java.lang.String getServiceClassName(); + method public android.content.ComponentName getService(); method public int getTaskId(); method public boolean isPeriodic(); method public boolean isRequireCharging(); @@ -7628,7 +7628,7 @@ package android.content { } public final class Task.Builder { - ctor public Task.Builder(int, java.lang.Class<android.app.task.TaskService>); + ctor public Task.Builder(int, android.content.ComponentName); method public android.content.Task build(); method public android.content.Task.Builder setBackoffCriteria(long, int); method public android.content.Task.Builder setExtras(android.os.Bundle); |