Home
last modified time | relevance | path

Searched refs:onWarningThresholdReached (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/tests/coretests/BinderProxyCountingTestService/src/com/android/frameworks/coretests/binderproxycountingtestservice/
DBpcTestServiceCmdService.java84 public void onWarningThresholdReached(int uid) {
87 observer.onWarningThresholdReached(uid);
/frameworks/base/core/tests/coretests/aidl/com/android/frameworks/coretests/aidl/
DIBpcCallbackObserver.aidl21 void onWarningThresholdReached(int uid); in onWarningThresholdReached() method
/frameworks/base/core/java/com/android/internal/os/
DBinderInternal.java245 default void onWarningThresholdReached(int uid) { in onWarningThresholdReached() method
312 mBinderProxyCountEventListener.onWarningThresholdReached(uid)); in notifyWarningReached()
/frameworks/base/core/tests/coretests/src/android/os/
DBinderProxyCountingTest.java192 public void onWarningThresholdReached(int uid) { in createBinderLimitLatch()