Searched refs:dispatchingThrewException (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/tests/coretests/src/com/android/internal/os/ |
D | LooperStatsTest.java | 120 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/ |
D | Looper.java | 208 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/ |
D | LooperStats.java | 127 public void dispatchingThrewException(Object token, Message msg, Exception exception) { in dispatchingThrewException() method in LooperStats
|