Home
last modified time | relevance | path

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

/aosp14/frameworks/base/native/android/aidl/com/android/internal/compat/
H A DIPlatformCompatNative.aidl50 void reportChangeByUid(long changeId, int uid); in reportChangeByUid() method
/aosp14/frameworks/base/services/core/java/com/android/server/compat/
H A DPlatformCompatNative.java39 public void reportChangeByUid(long changeId, int uid) { in reportChangeByUid() method in PlatformCompatNative
H A DPlatformCompat.java117 public void reportChangeByUid(long changeId, int uid) { in reportChangeByUid() method in PlatformCompat
/aosp14/frameworks/base/core/java/com/android/internal/compat/
H A DIPlatformCompat.aidl78 void reportChangeByUid(long changeId, int uid); in reportChangeByUid() method