Searched refs:NOT_SAMPLED (Results 1 – 1 of 1) sorted by relevance
92 return DispatchSession.NOT_SAMPLED; in messageDispatchStarting()102 Entry entry = findEntry(msg, /* allowCreateNew= */session != DispatchSession.NOT_SAMPLED); in messageDispatched()106 if (session != DispatchSession.NOT_SAMPLED) { in messageDispatched()134 Entry entry = findEntry(msg, /* allowCreateNew= */session != DispatchSession.NOT_SAMPLED); in dispatchingThrewException()276 if (session != DispatchSession.NOT_SAMPLED && mSessionPool.size() < SESSION_POOL_SIZE) { in recycleSession()298 static final DispatchSession NOT_SAMPLED = new DispatchSession(); field in LooperStats.DispatchSession