Home
last modified time | relevance | path

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

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