Home
last modified time | relevance | path

Searched refs:reportChangeByUid (Results 1 – 8 of 8) 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.java110 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.aidl73 void reportChangeByUid(long changeId, int uid); in reportChangeByUid() method
/frameworks/base/tests/PlatformCompatGating/src/com/android/tests/gating/
DPlatformCompatPermissionsTest.java119 mPlatformCompat.reportChangeByUid(1, Process.myUid()); in reportChangeByUid_noLogCompatChangePermission_throwsSecurityException()
127 mPlatformCompat.reportChangeByUid(1, Process.myUid()); in reportChangeByUid_logCompatChangePermission_noThrow()
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp4605 mCompatService->reportChangeByUid(IInputConstants::BLOCK_FLAG_SLIPPERY, in setInputWindowsLocked()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java7826 mPlatformCompat.reportChangeByUid(RATE_LIMIT_TOASTS, uid);
/frameworks/base/services/
Dart-profile15081 HPLcom/android/server/compat/PlatformCompat;->reportChangeByUid(JI)V
15086 PLcom/android/server/compat/PlatformCompatNative;->reportChangeByUid(JI)V