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

  /frameworks/base/core/java/android/app/
IApplicationThread.java 59 String profileName, ParcelFileDescriptor profileFd, boolean autoStopProfiler)
91 boolean autoStopProfiler, Bundle testArguments, IInstrumentationWatcher testWatcher,
ApplicationThreadNative.java 145 boolean autoStopProfiler = data.readInt() != 0;
147 notResumed, isForward, profileName, profileFd, autoStopProfiler);
265 boolean autoStopProfiler = data.readInt() != 0;
277 providers, testName, profileName, profileFd, autoStopProfiler,
637 String profileName, ParcelFileDescriptor profileFd, boolean autoStopProfiler)
659 data.writeInt(autoStopProfiler ? 1 : 0);
816 ParcelFileDescriptor profileFd, boolean autoStopProfiler, Bundle testArgs,
838 data.writeInt(autoStopProfiler ? 1 : 0);
    [all...]
ActivityThread.java 232 boolean autoStopProfiler;
390 boolean autoStopProfiler;
546 String profileName, ParcelFileDescriptor profileFd, boolean autoStopProfiler) {
564 r.autoStopProfiler = autoStopProfiler;
668 ParcelFileDescriptor profileFd, boolean autoStopProfiler,
    [all...]
IActivityManager.java 88 ParcelFileDescriptor profileFd, boolean autoStopProfiler) throws RemoteException;
93 ParcelFileDescriptor profileFd, boolean autoStopProfiler) throws RemoteException;
    [all...]
ActivityManagerNative.java 130 boolean autoStopProfiler = data.readInt() != 0;
133 requestCode, onlyIfNeeded, debug, profileFile, profileFd, autoStopProfiler);
156 boolean autoStopProfiler = data.readInt() != 0;
159 requestCode, onlyIfNeeded, debug, profileFile, profileFd, autoStopProfiler);
    [all...]
  /frameworks/base/services/java/com/android/server/am/
ActivityStack.java     [all...]
ActivityManagerService.java     [all...]

Completed in 264 milliseconds