Home
last modified time | relevance | path

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

/aosp12/frameworks/base/native/android/aidl/com/android/internal/compat/
H A DIPlatformCompatNative.aidl92 boolean isChangeEnabledByUid(long changeId, int uid); in isChangeEnabledByUid() method
/aosp12/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.java137 public boolean isChangeEnabledByUid(long changeId, int uid) { in isChangeEnabledByUid() method in PlatformCompat
/aosp12/frameworks/base/core/java/com/android/internal/compat/
H A DIPlatformCompat.aidl141 boolean isChangeEnabledByUid(long changeId, int uid); in isChangeEnabledByUid() method