Searched defs:stopProfiling (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DListActivity.java98 public void stopProfiling(View v) { method in class:ListActivity
/frameworks/base/core/java/android/app/
H A DInstrumentation.java281 public void stopProfiling() { method in class:Instrumentation
H A DActivityManagerNative.java399 boolean stopProfiling = data.readInt() != 0;
401 activityIdle(token, config, stopProfiling);
2189 public void activityIdle(IBinder token, Configuration config, boolean stopProfiling) argument
2202 data.writeInt(stopProfiling ? 1 : 0);
H A DIActivityManager.java94 boolean stopProfiling) throws RemoteException;
93 activityIdle(IBinder token, Configuration config, boolean stopProfiling) argument
H A DActivityThread.java484 public void stopProfiling() { method in class:ActivityThread.Profiler
1466 boolean stopProfiling = false;
1469 stopProfiling = true;
1482 am.activityIdle(a.token, a.createdConfig, stopProfiling);
1493 if (stopProfiling) {
1494 mProfiler.stopProfiling();
4026 mProfiler.stopProfiling();
/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java4322 public final void activityIdle(IBinder token, Configuration config, boolean stopProfiling) { argument
4325 if (stopProfiling) {

Completed in 951 milliseconds