Searched refs:getProcessResultRunnable (Results 1 – 2 of 2) sorted by relevance
787 getHandler().postDelayed(session.getProcessResultRunnable(), postProcessingInitialDelayMs); in startProfiling()805 getHandler().postDelayed(session.getProcessResultRunnable(), in checkProfilingCompleteRescheduleIfNeeded()847 if (session.getProcessResultRunnable() == null) { in stopProfiling()857 getHandler().removeCallbacks(session.getProcessResultRunnable()); in stopProfiling()872 getHandler().post(session.getProcessResultRunnable()); in stopProfiling()1102 getHandler().postDelayed(session.getProcessResultRunnable(), in handleTraceResult()1126 getHandler().postDelayed(session.getProcessResultRunnable(), in checkRedactionStatus()
160 public Runnable getProcessResultRunnable() { in getProcessResultRunnable() method in TracingSession