OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:profilerInfo
(Results
1 - 6
of
6
) sorted by null
/frameworks/base/core/java/android/app/
ApplicationThreadNative.java
154
ProfilerInfo
profilerInfo
= data.readInt() != 0
155
?
ProfilerInfo
.CREATOR.createFromParcel(data) : null;
158
notResumed, isForward,
profilerInfo
);
277
ProfilerInfo
profilerInfo
= data.readInt() != 0
278
?
ProfilerInfo
.CREATOR.createFromParcel(data) : null;
293
bindApplication(packageName, info, providers, testName,
profilerInfo
, testArgs,
416
ProfilerInfo
profilerInfo
= data.readInt() !=
[
all
...]
ActivityManagerNative.java
135
ProfilerInfo
profilerInfo
= data.readInt() != 0
136
?
ProfilerInfo
.CREATOR.createFromParcel(data) : null;
140
resultTo, resultWho, requestCode, startFlags,
profilerInfo
, options);
158
ProfilerInfo
profilerInfo
= data.readInt() != 0
159
?
ProfilerInfo
.CREATOR.createFromParcel(data) : null;
164
resultTo, resultWho, requestCode, startFlags,
profilerInfo
, options, userId);
182
ProfilerInfo
profilerInfo
= data.readInt() !=
[
all
...]
ActivityThread.java
301
ProfilerInfo
profilerInfo
;
453
ProfilerInfo
initProfilerInfo;
467
public void setProfiler(
ProfilerInfo
profilerInfo
) {
468
ParcelFileDescriptor fd =
profilerInfo
.profileFd;
486
profileFile =
profilerInfo
.profileFile;
488
samplingInterval =
profilerInfo
.samplingInterval;
489
autoStopProfiler =
profilerInfo
.autoStopProfiler;
626
ProfilerInfo
profilerInfo)
[
all
...]
/frameworks/base/cmds/am/src/com/android/commands/am/
Am.java
29
import android.app.
ProfilerInfo
;
[
all
...]
/frameworks/base/services/core/java/com/android/server/am/
ActivityStackSupervisor.java
49
import android.app.
ProfilerInfo
;
[
all
...]
ActivityManagerService.java
42
import android.app.
ProfilerInfo
;
[
all
...]
Completed in 1026 milliseconds