Searched refs:stopProfiling (Results 1 – 9 of 9) sorted by relevance
48 ImageButton stopProfiling = (ImageButton) findViewById(R.id.pause); in onCreate() local49 stopProfiling.setOnClickListener(new View.OnClickListener() { in onCreate()
98 public void stopProfiling(View v) { in stopProfiling() method in ListActivity
429 public void stopProfiling() { in stopProfiling() method in ActivityThread.Profiler1312 boolean stopProfiling = false; in queueIdle()1315 stopProfiling = true; in queueIdle()1328 am.activityIdle(a.token, a.createdConfig, stopProfiling); in queueIdle()1339 if (stopProfiling) { in queueIdle()1340 mProfiler.stopProfiling(); in queueIdle()3627 mProfiler.stopProfiling(); in handleProfilerControl()
124 boolean stopProfiling) throws RemoteException; in activityIdle() argument
279 public void stopProfiling() { in stopProfiling() method in Instrumentation
360 boolean stopProfiling = data.readInt() != 0; in onTransact()362 activityIdle(token, config, stopProfiling); in onTransact()1875 public void activityIdle(IBinder token, Configuration config, boolean stopProfiling) in activityIdle() argument1888 data.writeInt(stopProfiling ? 1 : 0); in activityIdle()
3795 public final void activityIdle(IBinder token, Configuration config, boolean stopProfiling) { in activityIdle() argument3798 if (stopProfiling) { in activityIdle()
3443 method public void stopProfiling();