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

/frameworks/base/core/java/android/app/
H A DApplicationThreadNative.java147 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);
910 ParcelFileDescriptor profileFd, boolean autoStopProfiler, Bundle testArgs,
934 data.writeInt(autoStopProfiler ? 1 : 0);
722 scheduleLaunchActivity(Intent intent, IBinder token, int ident, ActivityInfo info, Configuration curConfig, CompatibilityInfo compatInfo, int procState, Bundle state, List<ResultInfo> pendingResults, List<Intent> pendingNewIntents, boolean notResumed, boolean isForward, String profileName, ParcelFileDescriptor profileFd, boolean autoStopProfiler) argument
908 bindApplication(String packageName, ApplicationInfo info, List<ProviderInfo> providers, ComponentName testName, String profileName, ParcelFileDescriptor profileFd, boolean autoStopProfiler, Bundle testArgs, IInstrumentationWatcher testWatcher, IUiAutomationConnection uiAutomationConnection, int debugMode, boolean openGlTrace, boolean restrictedBackupMode, boolean persistent, Configuration config, CompatibilityInfo compatInfo, Map<String, IBinder> services, Bundle coreSettings) argument
H A DIApplicationThread.java60 String profileName, ParcelFileDescriptor profileFd, boolean autoStopProfiler)
93 boolean autoStopProfiler, Bundle testArguments, IInstrumentationWatcher testWatcher,
56 scheduleLaunchActivity(Intent intent, IBinder token, int ident, ActivityInfo info, Configuration curConfig, CompatibilityInfo compatInfo, int procState, Bundle state, List<ResultInfo> pendingResults, List<Intent> pendingNewIntents, boolean notResumed, boolean isForward, String profileName, ParcelFileDescriptor profileFd, boolean autoStopProfiler) argument
91 bindApplication(String packageName, ApplicationInfo info, List<ProviderInfo> providers, ComponentName testName, String profileName, ParcelFileDescriptor profileFd, boolean autoStopProfiler, Bundle testArguments, IInstrumentationWatcher testWatcher, IUiAutomationConnection uiAutomationConnection, int debugMode, boolean openGlTrace, boolean restrictedBackupMode, boolean persistent, Configuration config, CompatibilityInfo compatInfo, Map<String, IBinder> services, Bundle coreSettings) argument
H A DActivityThread.java274 boolean autoStopProfiler; field in class:ActivityThread.ActivityClientRecord
434 boolean autoStopProfiler; field in class:ActivityThread.Profiler
597 String profileName, ParcelFileDescriptor profileFd, boolean autoStopProfiler) {
618 r.autoStopProfiler = autoStopProfiler;
728 ParcelFileDescriptor profileFd, boolean autoStopProfiler,
1440 && mProfiler.autoStopProfiler) {
2225 mProfiler.autoStopProfiler = r.autoStopProfiler;
3943 mProfiler.autoStopProfiler
593 scheduleLaunchActivity(Intent intent, IBinder token, int ident, ActivityInfo info, Configuration curConfig, CompatibilityInfo compatInfo, int procState, Bundle state, List<ResultInfo> pendingResults, List<Intent> pendingNewIntents, boolean notResumed, boolean isForward, String profileName, ParcelFileDescriptor profileFd, boolean autoStopProfiler) argument
725 bindApplication(String processName, ApplicationInfo appInfo, List<ProviderInfo> providers, ComponentName instrumentationName, String profileFile, ParcelFileDescriptor profileFd, boolean autoStopProfiler, Bundle instrumentationArgs, IInstrumentationWatcher instrumentationWatcher, IUiAutomationConnection instrumentationUiConnection, 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.java8470 ParcelFileDescriptor profileFd, boolean autoStopProfiler) {
8489 mAutoStopProfiler = autoStopProfiler;
8469 setProfileApp(ApplicationInfo app, String processName, String profileFile, ParcelFileDescriptor profileFd, boolean autoStopProfiler) argument

Completed in 85 milliseconds