Searched refs:canCloseSystemDialogs (Results 1 – 7 of 7) sorted by relevance
47 boolean canCloseSystemDialogs(Collection<IBinder> tokens, int uid); in canCloseSystemDialogs() method
300 return mBackgroundActivityStartCallback.canCloseSystemDialogs( in canCloseSystemDialogsByToken()
328 public abstract boolean canCloseSystemDialogs(int pid, int uid); in canCloseSystemDialogs() method in ActivityTaskManagerInternal
3250 if (!canCloseSystemDialogs(pid, uid)) { in checkCanCloseSystemDialogs()3275 private boolean canCloseSystemDialogs(int pid, int uid) { in canCloseSystemDialogs() method in ActivityTaskManagerService6129 public boolean canCloseSystemDialogs(int pid, int uid) { in canCloseSystemDialogs() method in ActivityTaskManagerService.LocalService6130 return ActivityTaskManagerService.this.canCloseSystemDialogs(pid, uid); in canCloseSystemDialogs()
74 public boolean canCloseSystemDialogs(Collection<IBinder> tokens, int uid) {
1533 if (!mActivityTaskManager.canCloseSystemDialogs(pid, uid)) { in checkCanCollapseStatusBar()
12958 public boolean canCloseSystemDialogs(Collection<IBinder> tokens, int uid) {