Home
last modified time | relevance | path

Searched refs:getProcessResultRunnable (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Profiling/service/java/com/android/os/profiling/
DProfilingService.java787 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()
DTracingSession.java160 public Runnable getProcessResultRunnable() { in getProcessResultRunnable() method in TracingSession