Searched defs:autoStopProfiler (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/app/
H A DApplicationThreadNative.java145 boolean autoStopProfiler = data.readInt() != 0;
147 notResumed, isForward, profileName, profileFd, autoStopProfiler);
266 boolean autoStopProfiler = data.readInt() != 0;
279 providers, testName, profileName, profileFd, autoStopProfiler,
685 String profileName, ParcelFileDescriptor profileFd, boolean autoStopProfiler)
707 data.writeInt(autoStopProfiler ? 1 : 0);
865 ParcelFileDescriptor profileFd, boolean autoStopProfiler, Bundle testArgs,
888 data.writeInt(autoStopProfiler ? 1 : 0);
681 scheduleLaunchActivity(Intent intent, IBinder token, int ident, ActivityInfo info, Configuration curConfig, CompatibilityInfo compatInfo, Bundle state, List<ResultInfo> pendingResults, List<Intent> pendingNewIntents, boolean notResumed, boolean isForward, String profileName, ParcelFileDescriptor profileFd, boolean autoStopProfiler) argument
863 bindApplication(String packageName, ApplicationInfo info, List<ProviderInfo> providers, ComponentName testName, String profileName, ParcelFileDescriptor profileFd, boolean autoStopProfiler, Bundle testArgs, IInstrumentationWatcher testWatcher, int debugMode, boolean openGlTrace, boolean restrictedBackupMode, boolean persistent, Configuration config, CompatibilityInfo compatInfo, Map<String, IBinder> services, Bundle coreSettings) argument
H A DIApplicationThread.java59 String profileName, ParcelFileDescriptor profileFd, boolean autoStopProfiler)
92 boolean autoStopProfiler, Bundle testArguments, IInstrumentationWatcher testWatcher,
55 scheduleLaunchActivity(Intent intent, IBinder token, int ident, ActivityInfo info, Configuration curConfig, CompatibilityInfo compatInfo, Bundle state, List<ResultInfo> pendingResults, List<Intent> pendingNewIntents, boolean notResumed, boolean isForward, String profileName, ParcelFileDescriptor profileFd, boolean autoStopProfiler) argument
90 bindApplication(String packageName, ApplicationInfo info, List<ProviderInfo> providers, ComponentName testName, String profileName, ParcelFileDescriptor profileFd, boolean autoStopProfiler, Bundle testArguments, IInstrumentationWatcher testWatcher, int debugMode, boolean openGlTrace, boolean restrictedBackupMode, boolean persistent, Configuration config, CompatibilityInfo compatInfo, Map<String, IBinder> services, Bundle coreSettings) argument
H A DActivityThread.java283 boolean autoStopProfiler; field in class:ActivityThread.ActivityClientRecord
442 boolean autoStopProfiler; field in class:ActivityThread.Profiler
599 String profileName, ParcelFileDescriptor profileFd, boolean autoStopProfiler) {
617 r.autoStopProfiler = autoStopProfiler;
724 ParcelFileDescriptor profileFd, boolean autoStopProfiler,
1468 && mProfiler.autoStopProfiler) {
2222 mProfiler.autoStopProfiler = r.autoStopProfiler;
4009 mProfiler.autoStopProfiler
595 scheduleLaunchActivity(Intent intent, IBinder token, int ident, ActivityInfo info, Configuration curConfig, CompatibilityInfo compatInfo, Bundle state, List<ResultInfo> pendingResults, List<Intent> pendingNewIntents, boolean notResumed, boolean isForward, String profileName, ParcelFileDescriptor profileFd, boolean autoStopProfiler) argument
721 bindApplication(String processName, ApplicationInfo appInfo, List<ProviderInfo> providers, ComponentName instrumentationName, String profileFile, ParcelFileDescriptor profileFd, boolean autoStopProfiler, Bundle instrumentationArgs, IInstrumentationWatcher instrumentationWatcher, int debugMode, boolean enableOpenGlTrace, boolean isRestrictedBackupMode, boolean persistent, Configuration config, CompatibilityInfo compatInfo, Map<String, IBinder> services, Bundle coreSettings) argument
[all...]
/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java7293 ParcelFileDescriptor profileFd, boolean autoStopProfiler) {
7312 mAutoStopProfiler = autoStopProfiler;
7292 setProfileApp(ApplicationInfo app, String processName, String profileFile, ParcelFileDescriptor profileFd, boolean autoStopProfiler) argument

Completed in 84 milliseconds