Home | History | Annotate | Download | only in app

Lines Matching refs:profilerInfo

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() != 0
444 ? ProfilerInfo.CREATOR.createFromParcel(data) : null;
445 profilerControl(start, profilerInfo, profileType);
853 boolean notResumed, boolean isForward, ProfilerInfo profilerInfo) throws RemoteException {
877 if (profilerInfo != null) {
879 profilerInfo.writeToParcel(data, Parcelable.PARCELABLE_WRITE_RETURN_VALUE);
1050 List<ProviderInfo> providers, ComponentName testName, ProfilerInfo profilerInfo,
1067 if (profilerInfo != null) {
1069 profilerInfo.writeToParcel(data, Parcelable.PARCELABLE_WRITE_RETURN_VALUE);
1232 public void profilerControl(boolean start, ProfilerInfo profilerInfo, int profileType)
1238 if (profilerInfo != null) {
1240 profilerInfo.writeToParcel(data, Parcelable.PARCELABLE_WRITE_RETURN_VALUE);