Searched defs:profileFile (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/test-runner/src/android/test/mock/
H A DMockContext.java343 String profileFile, Bundle arguments) {
342 startInstrumentation(ComponentName className, String profileFile, Bundle arguments) argument
/frameworks/base/core/java/android/content/
H A DContextWrapper.java380 String profileFile, Bundle arguments) {
381 return mBase.startInstrumentation(className, profileFile, arguments);
379 startInstrumentation(ComponentName className, String profileFile, Bundle arguments) argument
H A DContext.java1336 * @param profileFile Optional path to write profiling data as the
1345 String profileFile, Bundle arguments);
1344 startInstrumentation(ComponentName className, String profileFile, Bundle arguments) argument
/frameworks/base/core/java/android/app/
H A DContextImpl.java1160 String profileFile, Bundle arguments) {
1166 className, profileFile, 0, arguments, null);
1159 startInstrumentation(ComponentName className, String profileFile, Bundle arguments) argument
H A DActivityManagerNative.java127 String profileFile = data.readString();
133 requestCode, onlyIfNeeded, debug, profileFile, profileFd, autoStopProfiler);
153 String profileFile = data.readString();
159 requestCode, onlyIfNeeded, debug, profileFile, profileFd, autoStopProfiler);
731 String profileFile = data.readString();
736 boolean res = startInstrumentation(className, profileFile, fl, arguments, w);
1607 boolean debug, String profileFile, ParcelFileDescriptor profileFd,
1622 data.writeString(profileFile);
1641 boolean debug, String profileFile, ParcelFileDescriptor profileFd,
1656 data.writeString(profileFile);
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
2447 startInstrumentation(ComponentName className, String profileFile, int flags, Bundle arguments, IInstrumentationWatcher watcher) argument
[all...]
H A DActivityThread.java230 String profileFile; field in class:ActivityThread.ActivityClientRecord
388 String profileFile; field in class:ActivityThread.Profiler
409 profileFile = file;
417 Debug.startMethodTracing(profileFile, profileFd.getFileDescriptor(),
421 Slog.w(TAG, "Profiling failed on path " + profileFile);
441 profileFile = null;
562 r.profileFile = profileName;
667 ComponentName instrumentationName, String profileFile,
693 data.initProfileFile = profileFile;
1656 return mProfiler != null && mProfiler.profileFile !
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.java87 boolean onlyIfNeeded, boolean debug, String profileFile,
92 boolean onlyIfNeeded, boolean debug, String profileFile,
187 public boolean startInstrumentation(ComponentName className, String profileFile, argument
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.java572 String profileFile = null;
578 profileFile = mService.mProfileFile;
596 mService.isNextTransitionForward(), profileFile, profileFd,
2780 String profileFile, ParcelFileDescriptor profileFd, boolean autoStopProfiler) {
2809 if (profileFile != null) {
2812 profileFile, profileFd, autoStopProfiler);
2823 boolean debug, String profileFile, ParcelFileDescriptor profileFd,
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,
3791 String profileFile = app.instrumentationProfileFile;
3796 profileFile = mProfileFile;
3824 app.instrumentationClass, profileFile, profileFd, profileAutoStop,
6498 void setProfileApp(ApplicationInfo app, String processName, String profileFile, argument
6508 mProfileFile = profileFile;
13170 String profileFile, in
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
13169 startInstrumentation(ComponentName className, String profileFile, int flags, Bundle arguments, IInstrumentationWatcher watcher) argument
[all...]

Completed in 267 milliseconds