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

  /frameworks/base/core/java/android/app/
IApplicationThread.aidl 21 import android.app.ProfilerInfo;
68 boolean notResumed, boolean isForward, in ProfilerInfo profilerInfo);
82 in ProfilerInfo profilerInfo, in Bundle testArguments,
110 void profilerControl(boolean start, in ProfilerInfo profilerInfo, int profileType);
IActivityManager.aidl 38 import android.app.ProfilerInfo;
97 int flags, in ProfilerInfo profilerInfo, in Bundle options);
223 in ProfilerInfo profilerInfo, int profileType);
251 int requestCode, int flags, in ProfilerInfo profilerInfo, in Bundle options,
322 int requestCode, int flags, in ProfilerInfo profilerInfo,
405 in IVoiceInteractor interactor, int flags, in ProfilerInfo profilerInfo
    [all...]
ActivityThread.java 362 ProfilerInfo profilerInfo;
561 ProfilerInfo initProfilerInfo;
576 public void setProfiler(ProfilerInfo profilerInfo) {
577 ParcelFileDescriptor fd = profilerInfo.profileFd;
595 profileFile = profilerInfo.profileFile;
597 samplingInterval = profilerInfo.samplingInterval;
598 autoStopProfiler = profilerInfo.autoStopProfiler;
599 streamingOutput = profilerInfo.streamingOutput
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
ActivityManagerShellCommand.java 26 import android.app.ProfilerInfo;
369 ProfilerInfo profilerInfo = null;
376 profilerInfo = new ProfilerInfo(mProfileFile, fd, mSamplingInterval, mAutoStop,
406 null, null, 0, mStartFlags, profilerInfo,
411 null, null, 0, mStartFlags, profilerInfo,
742 ProfilerInfo profilerInfo = null;
750 profilerInfo = new ProfilerInfo(profileFile, fd, mSamplingInterval, false, mStreaming)
    [all...]
ActivityStackSupervisor.java 116 import android.app.ProfilerInfo;
    [all...]
ActivityManagerService.java 234 import android.app.ProfilerInfo;
    [all...]
ActivityStarter.java 95 import android.app.ProfilerInfo;
500 null /*profilerInfo*/);
524 aInfo = mSupervisor.resolveActivity(intent, rInfo, startFlags, null /*profilerInfo*/);
    [all...]
  /external/robolectric/v3/runtime/
shadows-core-3.1-SNAPSHOT-21.jar 
shadows-core-3.1-SNAPSHOT-22.jar 
  /prebuilts/misc/common/robolectric/lib/
shadows-core-v21-3.1.1.jar 
shadows-core-v22-3.1.1.jar 
shadows-core-v23-3.1.1.jar 

Completed in 3176 milliseconds