Searched refs:stopProfiling (Results 1 – 11 of 11) sorted by relevance
48 ImageButton stopProfiling = findViewById(R.id.pause); in onCreate() local49 stopProfiling.setOnClickListener(new View.OnClickListener() { in onCreate()
94 public void stopProfiling(View v) { in stopProfiling() method in ListActivity
151 ActivityThread.currentActivityThread().stopProfiling(); in uncaughtException()
131 in boolean stopProfiling); in activityIdle() argument
861 public void stopProfiling() { in stopProfiling() method in ActivityThread.Profiler2063 boolean stopProfiling = false; in queueIdle()2066 stopProfiling = true; in queueIdle()2079 am.activityIdle(a.token, a.createdConfig, stopProfiling); in queueIdle()2090 if (stopProfiling) { in queueIdle()2091 mProfiler.stopProfiling(); in queueIdle()5858 mProfiler.stopProfiling(); in handleProfilerControl()5870 public void stopProfiling() { in stopProfiling() method in ActivityThread5872 mProfiler.stopProfiling(); in stopProfiling()
356 public void stopProfiling() { in stopProfiling() method in Instrumentation
1666 public final void activityIdle(IBinder token, Configuration config, boolean stopProfiling) { in activityIdle() argument1680 if (stopProfiling && proc != null) { in activityIdle()
4382 method public void stopProfiling();
2014 Landroid/app/ActivityThread$Profiler;->stopProfiling()V2209 Landroid/app/ActivityThread;->stopProfiling()V
5091 method public void stopProfiling();