Searched refs:NOT_SAMPLED (Results 1 – 1 of 1) sorted by relevance
89 return DispatchSession.NOT_SAMPLED; in messageDispatchStarting()99 Entry entry = findEntry(msg, /* allowCreateNew= */session != DispatchSession.NOT_SAMPLED); in messageDispatched()103 if (session != DispatchSession.NOT_SAMPLED) { in messageDispatched()131 Entry entry = findEntry(msg, /* allowCreateNew= */session != DispatchSession.NOT_SAMPLED); in dispatchingThrewException()261 if (session != DispatchSession.NOT_SAMPLED && mSessionPool.size() < SESSION_POOL_SIZE) { in recycleSession()283 static final DispatchSession NOT_SAMPLED = new DispatchSession(); field in LooperStats.DispatchSession