Home
last modified time | relevance | path

Searched refs:isUidAllowedOnDisplay (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/java/com/android/internal/inputmethod/
DMultiClientInputMethodPrivilegedOperations.java203 public boolean isUidAllowedOnDisplay(int displayId, int uid) { in isUidAllowedOnDisplay() method in MultiClientInputMethodPrivilegedOperations
209 return ops.isUidAllowedOnDisplay(displayId, uid); in isUidAllowedOnDisplay()
DIMultiClientInputMethodPrivilegedOperations.aidl33 boolean isUidAllowedOnDisplay(int displayId, int uid); in isUidAllowedOnDisplay() method
/frameworks/base/core/java/android/inputmethodservice/
DMultiClientInputMethodServiceDelegate.java374 public boolean isUidAllowedOnDisplay(int displayId, int uid) { in isUidAllowedOnDisplay() method in MultiClientInputMethodServiceDelegate
375 return mImpl.isUidAllowedOnDisplay(displayId, uid); in isUidAllowedOnDisplay()
DMultiClientInputMethodServiceDelegateImpl.java190 boolean isUidAllowedOnDisplay(int displayId, int uid) { in isUidAllowedOnDisplay() method in MultiClientInputMethodServiceDelegateImpl
191 return mPrivOps.isUidAllowedOnDisplay(displayId, uid); in isUidAllowedOnDisplay()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerInternal.java471 public abstract boolean isUidAllowedOnDisplay(int displayId, int uid); in isUidAllowedOnDisplay() method in WindowManagerInternal
DWindowManagerService.java7448 public boolean isUidAllowedOnDisplay(int displayId, int uid) { in isUidAllowedOnDisplay() method in WindowManagerService.LocalService
/frameworks/base/services/core/java/com/android/server/inputmethod/
DMultiClientInputMethodManagerService.java1332 public boolean isUidAllowedOnDisplay(int displayId, int uid) { in isUidAllowedOnDisplay() method in MultiClientInputMethodManagerService.ImeCallbacks
1333 return mIWindowManagerInternal.isUidAllowedOnDisplay(displayId, uid); in isUidAllowedOnDisplay()
DInputMethodManagerService.java2088 if (!mWindowManagerInternal.isUidAllowedOnDisplay(cs.selfReportedDisplayId, cs.uid)) { in startInputUncheckedLocked()
3509 if (!mWindowManagerInternal.isUidAllowedOnDisplay(childDisplayId, cs.uid)) { in reportActivityView()
/frameworks/base/services/
Dart-profile17360 HSPLcom/android/server/wm/WindowManagerService$LocalService;->isUidAllowedOnDisplay(II)Z