Home
last modified time | relevance | path

Searched defs:isChangeEnabledByUid (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DImePlatformCompatUtils.java56 private boolean isChangeEnabledByUid(long changeFlag, int uid) { in isChangeEnabledByUid() method in ImePlatformCompatUtils
/aosp14/frameworks/base/native/android/aidl/com/android/internal/compat/
H A DIPlatformCompatNative.aidl92 boolean isChangeEnabledByUid(long changeId, int uid); in isChangeEnabledByUid() method
/aosp14/frameworks/base/services/core/java/com/android/server/compat/
H A DPlatformCompatNative.java50 public boolean isChangeEnabledByUid(long changeId, int uid) { in isChangeEnabledByUid() method in PlatformCompatNative
H A DPlatformCompat.java150 public boolean isChangeEnabledByUid(long changeId, int uid) { in isChangeEnabledByUid() method in PlatformCompat
/aosp14/frameworks/base/core/java/com/android/internal/compat/
H A DIPlatformCompat.aidl149 boolean isChangeEnabledByUid(long changeId, int uid); in isChangeEnabledByUid() method