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

/frameworks/base/core/java/android/app/
H A DApplicationThreadNative.java145 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);
633 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
814 bindApplication(String packageName, ApplicationInfo info, List<ProviderInfo> providers, ComponentName testName, String profileName, ParcelFileDescriptor profileFd, boolean autoStopProfiler, Bundle testArgs, IInstrumentationWatcher testWatcher, int debugMode, 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)
91 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
89 bindApplication(String packageName, ApplicationInfo info, List<ProviderInfo> providers, ComponentName testName, String profileName, ParcelFileDescriptor profileFd, boolean autoStopProfiler, Bundle testArguments, IInstrumentationWatcher testWatcher, int debugMode, boolean restrictedBackupMode, boolean persistent, Configuration config, CompatibilityInfo compatInfo, Map<String, IBinder> services, Bundle coreSettings) argument
H A DActivityManagerNative.java130 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);
1608 boolean autoStopProfiler) throws RemoteException {
1629 data.writeInt(autoStopProfiler ? 1 : 0);
1642 boolean autoStopProfiler) throws RemoteException {
1663 data.writeInt(autoStopProfiler ? 1 : 0);
1603 startActivity(IApplicationThread caller, Intent intent, String resolvedType, Uri[] grantedUriPermissions, int grantedMode, IBinder resultTo, String resultWho, int requestCode, boolean onlyIfNeeded, boolean debug, String profileFile, ParcelFileDescriptor profileFd, boolean autoStopProfiler) argument
1637 startActivityAndWait(IApplicationThread caller, Intent intent, String resolvedType, Uri[] grantedUriPermissions, int grantedMode, IBinder resultTo, String resultWho, int requestCode, boolean onlyIfNeeded, boolean debug, String profileFile, ParcelFileDescriptor profileFd, boolean autoStopProfiler) argument
H A DActivityThread.java232 boolean autoStopProfiler; field in class:ActivityThread.ActivityClientRecord
390 boolean autoStopProfiler; field in class:ActivityThread.Profiler
546 String profileName, ParcelFileDescriptor profileFd, boolean autoStopProfiler) {
564 r.autoStopProfiler = autoStopProfiler;
668 ParcelFileDescriptor profileFd, boolean autoStopProfiler,
1315 && mProfiler.autoStopProfiler) {
1973 mProfiler.autoStopProfiler = r.autoStopProfiler;
3611 mProfiler.autoStopProfiler
542 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
665 bindApplication(String processName, ApplicationInfo appInfo, List<ProviderInfo> providers, ComponentName instrumentationName, String profileFile, ParcelFileDescriptor profileFd, boolean autoStopProfiler, Bundle instrumentationArgs, IInstrumentationWatcher instrumentationWatcher, int debugMode, boolean isRestrictedBackupMode, boolean persistent, Configuration config, CompatibilityInfo compatInfo, Map<String, IBinder> services, Bundle coreSettings) argument
[all...]
H A DIActivityManager.java88 ParcelFileDescriptor profileFd, boolean autoStopProfiler) throws RemoteException;
93 ParcelFileDescriptor profileFd, boolean autoStopProfiler) throws RemoteException;
84 startActivity(IApplicationThread caller, Intent intent, String resolvedType, Uri[] grantedUriPermissions, int grantedMode, IBinder resultTo, String resultWho, int requestCode, boolean onlyIfNeeded, boolean debug, String profileFile, ParcelFileDescriptor profileFd, boolean autoStopProfiler) argument
89 startActivityAndWait(IApplicationThread caller, Intent intent, String resolvedType, Uri[] grantedUriPermissions, int grantedMode, IBinder resultTo, String resultWho, int requestCode, boolean onlyIfNeeded, boolean debug, String profileFile, ParcelFileDescriptor profileFd, boolean autoStopProfiler) argument
/frameworks/base/services/java/com/android/server/am/
H A DActivityStack.java2780 String profileFile, ParcelFileDescriptor profileFd, boolean autoStopProfiler) {
2812 profileFile, profileFd, autoStopProfiler);
2824 boolean autoStopProfiler, WaitResult outResult, Configuration config) {
2837 profileFile, profileFd, autoStopProfiler);
2779 resolveActivity(Intent intent, String resolvedType, boolean debug, String profileFile, ParcelFileDescriptor profileFd, boolean autoStopProfiler) argument
2819 startActivityMayWait(IApplicationThread caller, int callingUid, Intent intent, String resolvedType, Uri[] grantedUriPermissions, int grantedMode, IBinder resultTo, String resultWho, int requestCode, boolean onlyIfNeeded, boolean debug, String profileFile, ParcelFileDescriptor profileFd, boolean autoStopProfiler, WaitResult outResult, Configuration config) argument
H A DActivityManagerService.java2231 String profileFile, ParcelFileDescriptor profileFd, boolean autoStopProfiler) {
2234 requestCode, onlyIfNeeded, debug, profileFile, profileFd, autoStopProfiler,
2242 String profileFile, ParcelFileDescriptor profileFd, boolean autoStopProfiler) {
2246 requestCode, onlyIfNeeded, debug, profileFile, profileFd, autoStopProfiler,
6499 ParcelFileDescriptor profileFd, boolean autoStopProfiler) {
6518 mAutoStopProfiler = autoStopProfiler;
2227 startActivity(IApplicationThread caller, Intent intent, String resolvedType, Uri[] grantedUriPermissions, int grantedMode, IBinder resultTo, String resultWho, int requestCode, boolean onlyIfNeeded, boolean debug, String profileFile, ParcelFileDescriptor profileFd, boolean autoStopProfiler) argument
2238 startActivityAndWait(IApplicationThread caller, Intent intent, String resolvedType, Uri[] grantedUriPermissions, int grantedMode, IBinder resultTo, String resultWho, int requestCode, boolean onlyIfNeeded, boolean debug, String profileFile, ParcelFileDescriptor profileFd, boolean autoStopProfiler) argument
6498 setProfileApp(ApplicationInfo app, String processName, String profileFile, ParcelFileDescriptor profileFd, boolean autoStopProfiler) argument

Completed in 165 milliseconds