HomeSort by relevance Sort by last modified time
    Searched refs:autoStopProfiler (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/java/android/app/
IApplicationThread.java 60 String profileName, ParcelFileDescriptor profileFd, boolean autoStopProfiler)
93 boolean autoStopProfiler, Bundle testArguments, IInstrumentationWatcher testWatcher,
ApplicationThreadNative.java 147 boolean autoStopProfiler = data.readInt() != 0;
149 ri, pi, notResumed, isForward, profileName, profileFd, autoStopProfiler);
271 boolean autoStopProfiler = data.readInt() != 0;
287 providers, testName, profileName, profileFd, autoStopProfiler,
726 String profileName, ParcelFileDescriptor profileFd, boolean autoStopProfiler)
749 data.writeInt(autoStopProfiler ? 1 : 0);
    [all...]
ActivityThread.java 274 boolean autoStopProfiler;
434 boolean autoStopProfiler;
604 String profileName, ParcelFileDescriptor profileFd, boolean autoStopProfiler) {
625 r.autoStopProfiler = autoStopProfiler;
735 ParcelFileDescriptor profileFd, boolean autoStopProfiler,
    [all...]
  /frameworks/base/services/java/com/android/server/am/
ActivityManagerService.java     [all...]

Completed in 450 milliseconds