Home
last modified time | relevance | path

Searched refs:reportChangeByUid (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/core/java/com/android/server/compat/
DPlatformCompatNative.java39 public void reportChangeByUid(long changeId, int uid) { in reportChangeByUid() method in PlatformCompatNative
40 mPlatformCompat.reportChangeByUid(changeId, uid); in reportChangeByUid()
DPlatformCompat.java97 public void reportChangeByUid(long changeId, int uid) { in reportChangeByUid() method in PlatformCompat
/frameworks/base/native/android/aidl/com/android/internal/compat/
DIPlatformCompatNative.aidl50 void reportChangeByUid(long changeId, int uid); in reportChangeByUid() method
/frameworks/base/core/java/com/android/internal/compat/
DIPlatformCompat.aidl69 void reportChangeByUid(long changeId, int uid); in reportChangeByUid() method
/frameworks/base/tests/PlatformCompatGating/src/com/android/tests/gating/
DPlatformCompatPermissionsTest.java118 mPlatformCompat.reportChangeByUid(1, Process.myUid()); in reportChangeByUid_noLogCompatChangePermission_throwsSecurityException()
126 mPlatformCompat.reportChangeByUid(1, Process.myUid()); in reportChangeByUid_logCompatChangePermission_noThrow()