HomeSort by relevance Sort by last modified time
    Searched refs:profilerInfo (Results 1 - 14 of 14) sorted by null

  /frameworks/base/core/java/android/app/servertransaction/
LaunchActivityItem.java 23 import android.app.ProfilerInfo;
62 private ProfilerInfo mProfilerInfo;
92 List<ReferrerIntent> pendingNewIntents, boolean isForward, ProfilerInfo profilerInfo) {
99 pendingNewIntents, isForward, profilerInfo);
145 in.readTypedObject(ProfilerInfo.CREATOR));
239 + ",pendingNewIntents=" + mPendingNewIntents + ",profilerInfo=" + mProfilerInfo
249 boolean isForward, ProfilerInfo profilerInfo) {
264 instance.mProfilerInfo = profilerInfo;
    [all...]
  /frameworks/base/core/java/android/app/
IApplicationThread.aidl 21 import android.app.ProfilerInfo;
65 in ProfilerInfo profilerInfo, in Bundle testArguments,
87 void profilerControl(boolean start, in ProfilerInfo profilerInfo, int profileType);
IActivityManager.aidl 38 import android.app.ProfilerInfo;
105 int flags, in ProfilerInfo profilerInfo, in Bundle options);
233 in ProfilerInfo profilerInfo, int profileType);
261 int requestCode, int flags, in ProfilerInfo profilerInfo, in Bundle options,
343 int requestCode, int flags, in ProfilerInfo profilerInfo,
447 in IVoiceInteractor interactor, int flags, in ProfilerInfo profilerInfo
    [all...]
ActivityThread.java 394 ProfilerInfo profilerInfo;
425 ProfilerInfo profilerInfo, ClientTransactionHandler client) {
438 this.profilerInfo = profilerInfo;
645 ProfilerInfo initProfilerInfo;
662 public void setProfiler(ProfilerInfo profilerInfo) {
663 ParcelFileDescriptor fd = profilerInfo.profileFd
    [all...]
  /frameworks/base/core/tests/coretests/src/android/app/servertransaction/
TransactionParcelTests.java 30 import android.app.ProfilerInfo;
234 true /* isForward */, null /* profilerInfo */);
403 List<ProviderInfo> list, ComponentName componentName, ProfilerInfo profilerInfo,
457 public void profilerControl(boolean b, ProfilerInfo profilerInfo, int i)
  /frameworks/base/services/core/java/com/android/server/am/
ActivityStarter.java 84 import android.app.ProfilerInfo;
311 ProfilerInfo profilerInfo;
364 profilerInfo = null;
401 profilerInfo = request.profilerInfo;
490 mRequest.profilerInfo, mRequest.waitResult, mRequest.globalConfig,
    [all...]
ActivityManagerShellCommand.java 27 import android.app.ProfilerInfo;
419 ProfilerInfo profilerInfo = null;
429 profilerInfo = new ProfilerInfo(mProfileFile, fd, mSamplingInterval, mAutoStop,
475 null, null, 0, mStartFlags, profilerInfo,
480 null, null, 0, mStartFlags, profilerInfo,
811 ProfilerInfo profilerInfo = null;
819 profilerInfo = new ProfilerInfo(profileFile, fd, mSamplingInterval, false, mStreaming
    [all...]
ActivityManagerService.java 259 import android.app.ProfilerInfo;
    [all...]
ActivityStackSupervisor.java 116 import android.app.ProfilerInfo;
    [all...]
  /external/robolectric/v3/runtime/
shadows-core-3.1-SNAPSHOT-21.jar 
shadows-core-3.1-SNAPSHOT-22.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
shadows-core-v21-3.1.1.jar 
shadows-core-v22-3.1.1.jar 
shadows-core-v23-3.1.1.jar 

Completed in 622 milliseconds