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

  /frameworks/base/core/java/android/app/
ApplicationThreadNative.java 161 ProfilerInfo profilerInfo = data.readInt() != 0
162 ? ProfilerInfo.CREATOR.createFromParcel(data) : null;
165 notResumed, isForward, profilerInfo);
287 ProfilerInfo profilerInfo = data.readInt() != 0
288 ? ProfilerInfo.CREATOR.createFromParcel(data) : null;
304 bindApplication(packageName, info, providers, testName, profilerInfo, testArgs,
443 ProfilerInfo profilerInfo = data.readInt() !=
    [all...]
IApplicationThread.java 65 boolean notResumed, boolean isForward, ProfilerInfo profilerInfo) throws RemoteException;
97 ComponentName testName, ProfilerInfo profilerInfo, Bundle testArguments,
121 void profilerControl(boolean start, ProfilerInfo profilerInfo, int profileType)
IActivityManager.java 72 ProfilerInfo profilerInfo, Bundle options) throws RemoteException;
75 ProfilerInfo profilerInfo, Bundle options, int userId) throws RemoteException;
78 int flags, ProfilerInfo profilerInfo, Bundle options, boolean ignoreTargetSecurity,
82 int requestCode, int flags, ProfilerInfo profilerInfo, Bundle options,
94 IVoiceInteractor interactor, int flags, ProfilerInfo profilerInfo, Bundle options
    [all...]
ActivityManagerNative.java 161 ProfilerInfo profilerInfo = data.readInt() != 0
162 ? ProfilerInfo.CREATOR.createFromParcel(data) : null;
166 resultTo, resultWho, requestCode, startFlags, profilerInfo, options);
184 ProfilerInfo profilerInfo = data.readInt() != 0
185 ? ProfilerInfo.CREATOR.createFromParcel(data) : null;
190 resultTo, resultWho, requestCode, startFlags, profilerInfo, options, userId);
208 ProfilerInfo profilerInfo = data.readInt() !=
    [all...]
ActivityThread.java 332 ProfilerInfo profilerInfo;
521 ProfilerInfo initProfilerInfo;
535 public void setProfiler(ProfilerInfo profilerInfo) {
536 ParcelFileDescriptor fd = profilerInfo.profileFd;
554 profileFile = profilerInfo.profileFile;
556 samplingInterval = profilerInfo.samplingInterval;
557 autoStopProfiler = profilerInfo.autoStopProfiler;
714 boolean notResumed, boolean isForward, ProfilerInfo profilerInfo)
    [all...]
  /frameworks/base/cmds/am/src/com/android/commands/am/
Am.java 36 import android.app.ProfilerInfo;
604 ProfilerInfo profilerInfo = null;
618 profilerInfo = new ProfilerInfo(mProfileFile, fd, mSamplingInterval, mAutoStop);
631 null, null, 0, mStartFlags, profilerInfo,
636 null, null, 0, mStartFlags, profilerInfo,
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
ActivityStackSupervisor.java 33 import android.app.ProfilerInfo;
    [all...]
ActivityManagerService.java 103 import android.app.ProfilerInfo;
    [all...]
ActivityStarter.java 88 import android.app.ProfilerInfo;
439 null /*profilerInfo*/);
490 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 

Completed in 129 milliseconds