Searched refs:canCloseSystemDialogs (Results 1 – 6 of 6) sorted by relevance
47 boolean canCloseSystemDialogs(Collection<IBinder> tokens, int uid); in canCloseSystemDialogs() method
302 return mBackgroundActivityStartCallback.canCloseSystemDialogs( in canCloseSystemDialogsByToken()
297 public abstract boolean canCloseSystemDialogs(int pid, int uid); in canCloseSystemDialogs() method in ActivityTaskManagerInternal
3181 if (!canCloseSystemDialogs(pid, uid)) { in checkCanCloseSystemDialogs()3206 private boolean canCloseSystemDialogs(int pid, int uid) { in canCloseSystemDialogs() method in ActivityTaskManagerService5909 public boolean canCloseSystemDialogs(int pid, int uid) { in canCloseSystemDialogs() method in ActivityTaskManagerService.LocalService5910 return ActivityTaskManagerService.this.canCloseSystemDialogs(pid, uid); in canCloseSystemDialogs()
1472 if (!mActivityTaskManager.canCloseSystemDialogs(pid, uid)) { in checkCanCollapseStatusBar()
12251 public boolean canCloseSystemDialogs(Collection<IBinder> tokens, int uid) {