Searched refs:stopProfiling (Results 1 - 7 of 7) 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/android/app/
H A DActivityThread.java510 public void stopProfiling() { method in class:ActivityThread.Profiler
1595 boolean stopProfiling = false;
1598 stopProfiling = true;
1611 am.activityIdle(a.token, a.createdConfig, stopProfiling);
1622 if (stopProfiling) {
1623 mProfiler.stopProfiling();
4306 mProfiler.stopProfiling();
H A DInstrumentation.java294 public void stopProfiling() { method in class:Instrumentation
H A DIActivityManager.java118 boolean stopProfiling) throws RemoteException;
117 activityIdle(IBinder token, Configuration config, boolean stopProfiling) argument
H A DActivityManagerNative.java520 boolean stopProfiling = data.readInt() != 0;
522 activityIdle(token, config, stopProfiling);
3104 public void activityIdle(IBinder token, Configuration config, boolean stopProfiling) argument
3117 data.writeInt(stopProfiling ? 1 : 0);
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java6256 public final void activityIdle(IBinder token, Configuration config, boolean stopProfiling) { argument
6263 if (stopProfiling) {

Completed in 220 milliseconds