Searched refs:executeInternal (Results 1 – 2 of 2) sorted by relevance
323 auto executeInternal = [&testModel, &model, this]() { in execute() local333 executeInternal(); in execute()336 executeInternal(); in execute()
1263 executeInternal((Runnable) msg.obj); in handleMessage()1269 private void executeInternal(Runnable task) { in executeInternal() method in SipService.MyExecutor