Home
last modified time | relevance | path

Searched refs:canCloseSystemDialogs (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DBackgroundActivityStartCallback.java47 boolean canCloseSystemDialogs(Collection<IBinder> tokens, int uid); in canCloseSystemDialogs() method
DBackgroundLaunchProcessController.java300 return mBackgroundActivityStartCallback.canCloseSystemDialogs( in canCloseSystemDialogsByToken()
DActivityTaskManagerInternal.java328 public abstract boolean canCloseSystemDialogs(int pid, int uid); in canCloseSystemDialogs() method in ActivityTaskManagerInternal
DActivityTaskManagerService.java3250 if (!canCloseSystemDialogs(pid, uid)) { in checkCanCloseSystemDialogs()
3275 private boolean canCloseSystemDialogs(int pid, int uid) { in canCloseSystemDialogs() method in ActivityTaskManagerService
6129 public boolean canCloseSystemDialogs(int pid, int uid) { in canCloseSystemDialogs() method in ActivityTaskManagerService.LocalService
6130 return ActivityTaskManagerService.this.canCloseSystemDialogs(pid, uid); in canCloseSystemDialogs()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DBackgroundLaunchProcessControllerTests.java74 public boolean canCloseSystemDialogs(Collection<IBinder> tokens, int uid) {
/frameworks/base/services/core/java/com/android/server/statusbar/
DStatusBarManagerService.java1533 if (!mActivityTaskManager.canCloseSystemDialogs(pid, uid)) { in checkCanCollapseStatusBar()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java12958 public boolean canCloseSystemDialogs(Collection<IBinder> tokens, int uid) {