Home
last modified time | relevance | path

Searched refs:isAppForeground (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/injector/
DSystemAppForegroundHelperTest.java104 assertThat(mHelper.isAppForeground(0)).isEqualTo(true); in testIsAppForeground()
107 assertThat(mHelper.isAppForeground(0)).isEqualTo(true); in testIsAppForeground()
110 assertThat(mHelper.isAppForeground(0)).isEqualTo(false); in testIsAppForeground()
DFakeAppForegroundHelper.java39 public boolean isAppForeground(int uid) { in isAppForeground() method in FakeAppForegroundHelper
/frameworks/base/services/core/java/com/android/server/location/injector/
DAppForegroundHelper.java78 public abstract boolean isAppForeground(int uid); in isAppForeground() method in AppForegroundHelper
DSystemAppForegroundHelper.java63 public boolean isAppForeground(int uid) { in isAppForeground() method in SystemAppForegroundHelper
/frameworks/base/services/core/java/com/android/server/location/gnss/
DGnssListenerMultiplexer.java102 mForeground = mAppForegroundHelper.isAppForeground(getIdentity().getUid()); in onBinderListenerRegister()
/frameworks/base/core/java/android/app/
DActivityManagerInternal.java453 public abstract boolean isAppForeground(int uid); in isAppForeground() method in ActivityManagerInternal
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java895 boolean isAppForeground) { in updateAutobundledSummaryFlags() argument
916 mHandler.post(new EnqueueNotificationRunnable(userId, summary, isAppForeground)); in updateAutobundledSummaryFlags()
2624 boolean isAppForeground = pkg != null in getGroupHelper()
2630 r.getSbn().getPackageName(), needsOngoingFlag, isAppForeground); in getGroupHelper()
5696 final boolean isAppForeground =
5755 … mHandler.post(new EnqueueNotificationRunnable(userId, summaryRecord, isAppForeground));
6344 boolean isAppForeground;
6346 isAppForeground = mActivityManager.getPackageImportance(pkg) == IMPORTANCE_FOREGROUND;
6350 mHandler.post(new EnqueueNotificationRunnable(userId, r, isAppForeground));
6453 private void updateNotificationBubbleFlags(NotificationRecord r, boolean isAppForeground) {
[all …]
/frameworks/base/services/core/java/com/android/server/location/provider/
DLocationProviderManager.java344 mForeground = mAppForegroundHelper.isAppForeground(getIdentity().getUid()); in onRemovableListenerRegister()
/frameworks/base/services/backup/java/com/android/server/backup/
DUserBackupManagerService.java2529 && mActivityManagerInternal.isAppForeground( in beginFullBackup()
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java5222 private boolean isAppForeground(int uid) { in isAppForeground() method in ActivityManagerService
16084 public boolean isAppForeground(int uid) { in isAppForeground() method
16085 return ActivityManagerService.this.isAppForeground(uid); in isAppForeground()
/frameworks/base/services/
Dart-profile6253 HPLcom/android/server/am/ActivityManagerService$LocalService;->isAppForeground(I)Z
6567 HPLcom/android/server/am/ActivityManagerService;->isAppForeground(I)Z+]Lcom/android/server/am/Activ…
22672 HSPLcom/android/server/location/injector/SystemAppForegroundHelper;->isAppForeground(I)Z+]Landroid/…
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt5990 Landroid/app/IActivityManager;->isAppForeground(I)Z