Searched refs:mBinderProxyCountEventListener (Results 1 – 1 of 1) sorted by relevance
290 private BinderProxyCountEventListener mBinderProxyCountEventListener; field in BinderInternal.BinderProxyCountEventListenerDelegate295 mBinderProxyCountEventListener = listener; in setListener()302 if (mBinderProxyCountEventListener != null) { in notifyLimitReached()303 mHandler.post(() -> mBinderProxyCountEventListener.onLimitReached(uid)); in notifyLimitReached()310 if (mBinderProxyCountEventListener != null) { in notifyWarningReached()312 mBinderProxyCountEventListener.onWarningThresholdReached(uid)); in notifyWarningReached()