diff options
author | Amith Yamasani <yamasani@google.com> | 2015-05-08 13:20:22 -0700 |
---|---|---|
committer | Amith Yamasani <yamasani@google.com> | 2015-05-08 13:20:22 -0700 |
commit | e5f330456bdf5e138485ee117929fc4337866132 (patch) | |
tree | 9c4b921692303f129febd3c56fcfbad9f95837ab /api | |
parent | e678b41cdb56847c094260607ea39aea4abb808e (diff) | |
download | frameworks_base-e5f330456bdf5e138485ee117929fc4337866132.zip frameworks_base-e5f330456bdf5e138485ee117929fc4337866132.tar.gz frameworks_base-e5f330456bdf5e138485ee117929fc4337866132.tar.bz2 |
Rename *AppIdle to *AppInactive per api-council
Change to setAppInactive and isAppInactive in a few places.
Bug: 20823737
Change-Id: Ie57dbc0dd2842e771bb5fd9f69b8041aacaa005c
Diffstat (limited to 'api')
-rw-r--r-- | api/current.txt | 2 | ||||
-rw-r--r-- | api/system-current.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/api/current.txt b/api/current.txt index 2bbe2f1..abe7b916 100644 --- a/api/current.txt +++ b/api/current.txt @@ -6155,7 +6155,7 @@ package android.app.usage { } public final class UsageStatsManager { - method public boolean isAppIdle(java.lang.String); + method public boolean isAppInactive(java.lang.String); method public java.util.Map<java.lang.String, android.app.usage.UsageStats> queryAndAggregateUsageStats(long, long); method public java.util.List<android.app.usage.ConfigurationStats> queryConfigurations(int, long, long); method public android.app.usage.UsageEvents queryEvents(long, long); diff --git a/api/system-current.txt b/api/system-current.txt index 0cc763b..5ae185d 100644 --- a/api/system-current.txt +++ b/api/system-current.txt @@ -6342,7 +6342,7 @@ package android.app.usage { } public final class UsageStatsManager { - method public boolean isAppIdle(java.lang.String); + method public boolean isAppInactive(java.lang.String); method public java.util.Map<java.lang.String, android.app.usage.UsageStats> queryAndAggregateUsageStats(long, long); method public java.util.List<android.app.usage.ConfigurationStats> queryConfigurations(int, long, long); method public android.app.usage.UsageEvents queryEvents(long, long); |