Searched refs:queuedServiceMethods (Results 1 – 1 of 1) sorted by relevance
73 private val queuedServiceMethods: MutableSet<ServiceMethod> = ArraySet() constant152 val queue = synchronized(queuedServiceMethods) { in handlePendingServiceMethods()153 ArraySet(queuedServiceMethods).also { in handlePendingServiceMethods()154 queuedServiceMethods.clear() in handlePendingServiceMethods()215 synchronized(queuedServiceMethods) { in queueServiceMethod()216 queuedServiceMethods.add(sm) in queueServiceMethod()