Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/servicestests/utils/com/android/server/testutils/
H A DTestHandler.java132 Integer pendingMsgCount = mPendingMsgTypeCounts.getOrDefault(msgId, 0); in dispatch() local
133 if (pendingMsgCount <= 1) { in dispatch()
136 mPendingMsgTypeCounts.put(msgId, pendingMsgCount - 1); in dispatch()