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 59 String profileName, ParcelFileDescriptor profileFd, boolean autoStopProfiler)
92 boolean autoStopProfiler, Bundle testArguments, IInstrumentationWatcher testWatcher,
ApplicationThreadNative.java 145 boolean autoStopProfiler = data.readInt() != 0;
147 notResumed, isForward, profileName, profileFd, autoStopProfiler);
266 boolean autoStopProfiler = data.readInt() != 0;
282 providers, testName, profileName, profileFd, autoStopProfiler,
700 String profileName, ParcelFileDescriptor profileFd, boolean autoStopProfiler)
722 data.writeInt(autoStopProfiler ? 1 : 0);
    [all...]
ActivityThread.java 284 boolean autoStopProfiler;
444 boolean autoStopProfiler;
607 String profileName, ParcelFileDescriptor profileFd, boolean autoStopProfiler) {
625 r.autoStopProfiler = autoStopProfiler;
732 ParcelFileDescriptor profileFd, boolean autoStopProfiler,
    [all...]
  /frameworks/base/services/java/com/android/server/am/
ActivityManagerService.java     [all...]

Completed in 52 milliseconds