Searched defs:profilerInfo (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/java/android/app/servertransaction/
H A DLaunchActivityItem.java92 List<ReferrerIntent> pendingNewIntents, boolean isForward, ProfilerInfo profilerInfo) {
99 pendingNewIntents, isForward, profilerInfo);
239 + ",pendingNewIntents=" + mPendingNewIntents + ",profilerInfo=" + mProfilerInfo
249 boolean isForward, ProfilerInfo profilerInfo) {
264 instance.mProfilerInfo = profilerInfo;
88 obtain(Intent intent, int ident, ActivityInfo info, Configuration curConfig, Configuration overrideConfig, CompatibilityInfo compatInfo, String referrer, IVoiceInteractor voiceInteractor, int procState, Bundle state, PersistableBundle persistentState, List<ResultInfo> pendingResults, List<ReferrerIntent> pendingNewIntents, boolean isForward, ProfilerInfo profilerInfo) argument
244 setValues(LaunchActivityItem instance, Intent intent, int ident, ActivityInfo info, Configuration curConfig, Configuration overrideConfig, CompatibilityInfo compatInfo, String referrer, IVoiceInteractor voiceInteractor, int procState, Bundle state, PersistableBundle persistentState, List<ResultInfo> pendingResults, List<ReferrerIntent> pendingNewIntents, boolean isForward, ProfilerInfo profilerInfo) argument
/frameworks/base/core/tests/coretests/src/android/app/servertransaction/
H A DTransactionParcelTests.java234 true /* isForward */, null /* profilerInfo */);
403 List<ProviderInfo> list, ComponentName componentName, ProfilerInfo profilerInfo,
457 public void profilerControl(boolean b, ProfilerInfo profilerInfo, int i) argument
402 bindApplication(String s, ApplicationInfo applicationInfo, List<ProviderInfo> list, ComponentName componentName, ProfilerInfo profilerInfo, Bundle bundle, IInstrumentationWatcher iInstrumentationWatcher, IUiAutomationConnection iUiAutomationConnection, int i, boolean b, boolean b1, boolean b2, boolean b3, Configuration configuration, CompatibilityInfo compatibilityInfo, Map map, Bundle bundle1, String s1, boolean autofillCompatEnabled) argument
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityStarter.java311 ProfilerInfo profilerInfo; field in class:ActivityStarter.Request
364 profilerInfo = null;
401 profilerInfo = request.profilerInfo;
490 mRequest.profilerInfo, mRequest.waitResult, mRequest.globalConfig,
801 null /*profilerInfo*/);
823 aInfo = mSupervisor.resolveActivity(intent, rInfo, startFlags, null /*profilerInfo*/);
949 ProfilerInfo profilerInfo, WaitResult outResult,
1021 ActivityInfo aInfo = mSupervisor.resolveActivity(intent, rInfo, startFlags, profilerInfo);
2602 mRequest.profilerInfo
945 startActivityMayWait(IApplicationThread caller, int callingUid, String callingPackage, Intent intent, String resolvedType, IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor, IBinder resultTo, String resultWho, int requestCode, int startFlags, ProfilerInfo profilerInfo, WaitResult outResult, Configuration globalConfig, SafeActivityOptions options, boolean ignoreTargetSecurity, int userId, TaskRecord inTask, String reason, boolean allowPendingRemoteAnimationRegistryLookup) argument
[all...]
H A DActivityStackSupervisor.java1305 ProfilerInfo profilerInfo) {
1329 if (profilerInfo != null) {
1330 mService.setProfileApp(aInfo.applicationInfo, aInfo.processName, profilerInfo);
1372 ProfilerInfo profilerInfo, int userId, int filterCallingUid) {
1374 return resolveActivity(intent, rInfo, startFlags, profilerInfo);
1489 ProfilerInfo profilerInfo = null;
1503 profilerInfo = new ProfilerInfo(profilerInfoSvc);
1533 profilerInfo));
1304 resolveActivity(Intent intent, ResolveInfo rInfo, int startFlags, ProfilerInfo profilerInfo) argument
1371 resolveActivity(Intent intent, String resolvedType, int startFlags, ProfilerInfo profilerInfo, int userId, int filterCallingUid) argument
H A DActivityManagerService.java5081 int startFlags, ProfilerInfo profilerInfo, Bundle bOptions) {
5083 resultWho, requestCode, startFlags, profilerInfo, bOptions,
5090 int startFlags, ProfilerInfo profilerInfo, Bundle bOptions, int userId) {
5092 resultWho, requestCode, startFlags, profilerInfo, bOptions, userId,
5098 int startFlags, ProfilerInfo profilerInfo, Bundle bOptions, int userId,
5114 .setProfilerInfo(profilerInfo)
5124 int startFlags, ProfilerInfo profilerInfo, Bundle bOptions, boolean ignoreTargetSecurity,
5213 int startFlags, ProfilerInfo profilerInfo, Bundle bOptions, int userId) {
5229 .setProfilerInfo(profilerInfo)
5291 IVoiceInteractor interactor, int startFlags, ProfilerInfo profilerInfo,
5079 startActivity(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, ProfilerInfo profilerInfo, Bundle bOptions) argument
5088 startActivityAsUser(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, ProfilerInfo profilerInfo, Bundle bOptions, int userId) argument
5096 startActivityAsUser(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, ProfilerInfo profilerInfo, Bundle bOptions, int userId, boolean validateIncomingUser) argument
5122 startActivityAsCaller(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, ProfilerInfo profilerInfo, Bundle bOptions, boolean ignoreTargetSecurity, int userId) argument
5211 startActivityAndWait(IApplicationThread caller, String callingPackage, Intent intent, String resolvedType, IBinder resultTo, String resultWho, int requestCode, int startFlags, ProfilerInfo profilerInfo, Bundle bOptions, int userId) argument
5289 startVoiceActivity(String callingPackage, int callingPid, int callingUid, Intent intent, String resolvedType, IVoiceInteractionSession session, IVoiceInteractor interactor, int startFlags, ProfilerInfo profilerInfo, Bundle bOptions, int userId) argument
13669 setProfileApp(ApplicationInfo app, String processName, ProfilerInfo profilerInfo) argument
25869 profileControl(String process, int userId, boolean start, ProfilerInfo profilerInfo, int profileType) argument
[all...]
/frameworks/base/core/java/android/app/
H A DActivityThread.java394 ProfilerInfo profilerInfo; field in class:ActivityThread.ActivityClientRecord
425 ProfilerInfo profilerInfo, ClientTransactionHandler client) {
438 this.profilerInfo = profilerInfo;
662 public void setProfiler(ProfilerInfo profilerInfo) { argument
663 ParcelFileDescriptor fd = profilerInfo.profileFd;
681 profileFile = profilerInfo.profileFile;
683 samplingInterval = profilerInfo.samplingInterval;
684 autoStopProfiler = profilerInfo.autoStopProfiler;
685 streamingOutput = profilerInfo
420 ActivityClientRecord(IBinder token, Intent intent, int ident, ActivityInfo info, Configuration overrideConfig, CompatibilityInfo compatInfo, String referrer, IVoiceInteractor voiceInteractor, Bundle state, PersistableBundle persistentState, List<ResultInfo> pendingResults, List<ReferrerIntent> pendingNewIntents, boolean isForward, ProfilerInfo profilerInfo, ClientTransactionHandler client) argument
858 bindApplication(String processName, ApplicationInfo appInfo, List<ProviderInfo> providers, ComponentName instrumentationName, ProfilerInfo profilerInfo, Bundle instrumentationArgs, IInstrumentationWatcher instrumentationWatcher, IUiAutomationConnection instrumentationUiConnection, int debugMode, boolean enableBinderTracking, boolean trackAllocation, boolean isRestrictedBackupMode, boolean persistent, Configuration config, CompatibilityInfo compatInfo, Map services, Bundle coreSettings, String buildSerial, boolean autofillCompatibilityEnabled) argument
995 profilerControl(boolean start, ProfilerInfo profilerInfo, int profileType) argument
5248 handleProfilerControl(boolean start, ProfilerInfo profilerInfo, int profileType) argument
[all...]

Completed in 2831 milliseconds