diff options
author | Varun Shah <varunshah@google.com> | 2019-01-09 12:09:34 -0800 |
---|---|---|
committer | Varun Shah <varunshah@google.com> | 2019-01-09 17:33:41 -0800 |
commit | a38c27442f06726aa868cbceea82b21704b8f968 (patch) | |
tree | c1c833af34e6584c5fd141a93de0f2a2588a0bda | |
parent | 59a7bc04535798014655b6ae74645d1cf5be7804 (diff) |
Added isAppForeground to art-profile.
Updating the auto-generated art-profile file to reflect
the change in ag/5932642. This involves adding the reference to
isAppForeground in ActivityManagerService$LocalService and
removing it from ActivityManagerService.
Bug: 122591875
Test: atest google/perf/boottime/boottime-test
Change-Id: I647a53394273a4dd047d0ce5bdefde2ad9c72813
-rw-r--r-- | services/art-profile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/art-profile b/services/art-profile index af9d7a91ad60..7e4884b2c016 100644 --- a/services/art-profile +++ b/services/art-profile @@ -6970,6 +6970,7 @@ PLcom/android/server/am/ActivityManagerService$LocalService;->enforceCallerIsRec PLcom/android/server/am/ActivityManagerService$LocalService;->getMemoryStateForProcesses()Ljava/util/List; PLcom/android/server/am/ActivityManagerService$LocalService;->getTopVisibleActivities()Ljava/util/List; PLcom/android/server/am/ActivityManagerService$LocalService;->getUidProcessState(I)I +PLcom/android/server/am/ActivityManagerService$LocalService;->isAppForeground(I)Z PLcom/android/server/am/ActivityManagerService$LocalService;->isCallerRecents(I)Z PLcom/android/server/am/ActivityManagerService$LocalService;->isRuntimeRestarted()Z PLcom/android/server/am/ActivityManagerService$LocalService;->isSystemReady()Z @@ -7125,7 +7126,6 @@ PLcom/android/server/am/ActivityManagerService;->hasUsageStatsPermission(Ljava/l PLcom/android/server/am/ActivityManagerService;->installEncryptionUnawareProviders(I)V PLcom/android/server/am/ActivityManagerService;->installSystemProviders()V PLcom/android/server/am/ActivityManagerService;->isAllowedWhileBooting(Landroid/content/pm/ApplicationInfo;)Z -PLcom/android/server/am/ActivityManagerService;->isAppForeground(I)Z PLcom/android/server/am/ActivityManagerService;->isAssistDataAllowedOnCurrentActivity()Z PLcom/android/server/am/ActivityManagerService;->isGetTasksAllowed(Ljava/lang/String;II)Z PLcom/android/server/am/ActivityManagerService;->isInLockTaskMode()Z |