Searched refs:writeInt (Results 1 - 25 of 658) sorted by path

1234567891011>>

/frameworks/base/apct-tests/perftests/core/src/android/os/
H A DParcelPerfTest.java124 mParcel.writeInt(val);
/frameworks/base/core/java/android/accessibilityservice/
H A DAccessibilityServiceInfo.java738 parcel.writeInt(eventTypes);
740 parcel.writeInt(feedbackType);
742 parcel.writeInt(flags);
746 parcel.writeInt(mCapabilities);
747 parcel.writeInt(mSummaryResId);
749 parcel.writeInt(mDescriptionResId);
H A DGestureDescription.java437 dest.writeInt(mStrokeId);
438 dest.writeInt(mContinuedStrokeId);
441 dest.writeInt(startEnd);
/frameworks/base/core/java/android/accounts/
H A DAuthenticatorDescription.java125 dest.writeInt(labelId);
126 dest.writeInt(iconId);
127 dest.writeInt(smallIconId);
128 dest.writeInt(accountPreferencesId);
/frameworks/base/core/java/android/app/
H A DActivityManager.java1492 dest.writeInt(0);
1494 dest.writeInt(1);
1498 dest.writeInt(0);
1500 dest.writeInt(1);
1503 dest.writeInt(mColorPrimary);
1504 dest.writeInt(mColorBackground);
1505 dest.writeInt(mStatusBarColor);
1506 dest.writeInt(mNavigationBarColor);
1508 dest.writeInt(0);
1510 dest.writeInt(
[all...]
H A DAppOpsManager.java1211 dest.writeInt(mUid);
1212 dest.writeInt(mEntries.size());
1302 dest.writeInt(mOp);
1303 dest.writeInt(mMode);
1306 dest.writeInt(mDuration);
1307 dest.writeInt(mProxyUid);
H A DApplicationErrorReport.java233 dest.writeInt(type);
238 dest.writeInt(systemApp ? 1 : 0);
239 dest.writeInt(crashInfo != null ? 1 : 0);
431 dest.writeInt(throwLineNumber);
598 dest.writeInt(usagePercent);
H A DAutomaticZenRule.java159 dest.writeInt(enabled ? 1 : 0);
161 dest.writeInt(1);
164 dest.writeInt(0);
166 dest.writeInt(interruptionFilter);
H A DBackStackRecord.java145 dest.writeInt(mTransition);
146 dest.writeInt(mTransitionStyle);
148 dest.writeInt(mIndex);
149 dest.writeInt(mBreadCrumbTitleRes);
151 dest.writeInt(mBreadCrumbShortTitleRes);
155 dest.writeInt(mReorderingAllowed ? 1 : 0);
H A DContentProviderHolder.java55 dest.writeInt(noReleaseNeeded ? 1 : 0);
H A DFragmentManager.java602 dest.writeInt(mPrimaryNavActiveIndex);
603 dest.writeInt(mNextFragmentIndex);
H A DFragmentState.java113 dest.writeInt(mIndex);
114 dest.writeInt(mFromLayout ? 1 : 0);
115 dest.writeInt(mFragmentId);
116 dest.writeInt(mContainerId);
118 dest.writeInt(mRetainInstance ? 1 : 0);
119 dest.writeInt(mDetached ? 1 : 0);
121 dest.writeInt(mHidden ? 1 : 0);
H A DNotification.java1514 out.writeInt(1);
1517 out.writeInt(0);
1521 out.writeInt(1);
1524 out.writeInt(0);
1528 out.writeInt(mAllowGeneratedReplies ? 1 : 0);
2213 parcel.writeInt(1);
2223 parcel.writeInt(1);
2226 parcel.writeInt(0);
2228 parcel.writeInt(number);
2230 parcel.writeInt(
[all...]
H A DNotificationChannel.java232 dest.writeInt(mImportance);
234 dest.writeInt(mLockscreenVisibility);
243 dest.writeInt(mUserLockedFields);
254 dest.writeInt(1);
257 dest.writeInt(0);
259 dest.writeInt(mLightColor);
H A DNotificationManager.java1022 dest.writeInt(priorityCategories);
1023 dest.writeInt(priorityCallSenders);
1024 dest.writeInt(priorityMessageSenders);
1025 dest.writeInt(suppressedVisualEffects);
H A DPictureInPictureArgs.java325 out.writeInt(1);
326 out.writeInt(mAspectRatio.getNumerator());
327 out.writeInt(mAspectRatio.getDenominator());
329 out.writeInt(0);
332 out.writeInt(1);
335 out.writeInt(0);
338 out.writeInt(1);
341 out.writeInt(0);
H A DPictureInPictureParams.java254 out.writeInt(1);
255 out.writeInt(mAspectRatio.getNumerator());
256 out.writeInt(mAspectRatio.getDenominator());
258 out.writeInt(0);
261 out.writeInt(1);
264 out.writeInt(0);
267 out.writeInt(1);
270 out.writeInt(0);
H A DProfilerInfo.java103 out.writeInt(1);
106 out.writeInt(0);
108 out.writeInt(samplingInterval);
109 out.writeInt(autoStopProfiler ? 1 : 0);
110 out.writeInt(streamingOutput ? 1 : 0);
H A DRemoteInput.java433 out.writeInt(mFlags);
H A DResultInfo.java51 out.writeInt(mRequestCode);
52 out.writeInt(mResultCode);
54 out.writeInt(1);
57 out.writeInt(0);
H A DSearchableInfo.java478 dest.writeInt(mKeyCode);
850 dest.writeInt(mLabelId);
852 dest.writeInt(mHintId);
853 dest.writeInt(mSearchMode);
854 dest.writeInt(mIconId);
855 dest.writeInt(mSearchButtonText);
856 dest.writeInt(mSearchInputType);
857 dest.writeInt(mSearchImeOptions);
858 dest.writeInt(mIncludeInGlobalSearch ? 1 : 0);
859 dest.writeInt(mQueryAfterZeroResult
[all...]
H A DServiceStartArgs.java50 out.writeInt(taskRemoved ? 1 : 0);
51 out.writeInt(startId);
52 out.writeInt(flags);
54 out.writeInt(1);
57 out.writeInt(0);
H A DVoiceInteractor.java498 dest.writeInt(mIndex);
H A DVr2dDisplayProperties.java96 dest.writeInt(mWidth);
97 dest.writeInt(mHeight);
98 dest.writeInt(mDpi);
99 dest.writeInt(mAddedFlags);
100 dest.writeInt(mRemovedFlags);
H A DWaitResult.java47 dest.writeInt(result);
48 dest.writeInt(timeout ? 1 : 0);

Completed in 254 milliseconds

1234567891011>>