Searched refs:stopProfiling (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/widget/listview/
H A DListRecyclerProfiling.java48 ImageButton stopProfiling = (ImageButton) findViewById(R.id.pause);
49 stopProfiling.setOnClickListener(new View.OnClickListener() {
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DListActivity.java94 public void stopProfiling(View v) { method in class:ListActivity
/frameworks/base/core/java/com/android/internal/os/
H A DRuntimeInit.java93 ActivityThread.currentActivityThread().stopProfiling();
/frameworks/base/core/java/android/app/
H A DActivityThread.java578 public void stopProfiling() { method in class:ActivityThread.Profiler
1739 boolean stopProfiling = false;
1742 stopProfiling = true;
1755 am.activityIdle(a.token, a.createdConfig, stopProfiling);
1766 if (stopProfiling) {
1767 mProfiler.stopProfiling();
4810 mProfiler.stopProfiling();
4822 public void stopProfiling() { method in class:ActivityThread
4823 mProfiler.stopProfiling();
H A DIActivityManager.java122 boolean stopProfiling) throws RemoteException;
121 activityIdle(IBinder token, Configuration config, boolean stopProfiling) argument
H A DInstrumentation.java305 public void stopProfiling() { method in class:Instrumentation
H A DActivityManagerNative.java552 boolean stopProfiling = data.readInt() != 0;
554 activityIdle(token, config, stopProfiling);
3555 public void activityIdle(IBinder token, Configuration config, boolean stopProfiling) argument
3568 data.writeInt(stopProfiling ? 1 : 0);
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java6610 public final void activityIdle(IBinder token, Configuration config, boolean stopProfiling) { argument
6617 if (stopProfiling) {

Completed in 359 milliseconds