Home
last modified time | relevance | path

Searched refs:dispatchingThrewException (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/tests/coretests/src/com/android/internal/os/
DLooperStatsTest.java120 looperStats.dispatchingThrewException(token, message, new ArithmeticException()); in testThrewException()
154 looperStats.dispatchingThrewException( in testThrewException_notSampled()
302 looperStats.dispatchingThrewException(token2, mHandlerFirst.obtainMessage(1000), in testDataNotCollectedBeforeDeviceStateSet()
317 looperStats.dispatchingThrewException(token2, mHandlerFirst.obtainMessage(1000), in testDataNotCollectedOnCharger()
333 looperStats.dispatchingThrewException(token2, mHandlerFirst.obtainMessage(1000), in testDataCollectedIfIgnoreBatteryStatusFlagSet()
349 looperStats.dispatchingThrewException(token2, mHandlerFirst.obtainMessage(1000), in testScreenStateCollected()
357 looperStats.dispatchingThrewException(token4, mHandlerFirst.obtainMessage(1000), in testScreenStateCollected()
425 () -> looperStats.dispatchingThrewException(new Object(), in testInvalidTokensCauseException()
/frameworks/base/core/java/android/os/
DLooper.java208 observer.dispatchingThrewException(token, msg, exception); in loopOnce()
491 void dispatchingThrewException(Object token, Message msg, Exception exception); in dispatchingThrewException() method
/frameworks/base/core/java/com/android/internal/os/
DLooperStats.java127 public void dispatchingThrewException(Object token, Message msg, Exception exception) { in dispatchingThrewException() method in LooperStats