Searched refs:writeInt (Results 176 - 200 of 550) sorted by relevance

1234567891011>>

/frameworks/base/core/java/android/view/inputmethod/
H A DEditorInfo.java430 dest.writeInt(inputType);
431 dest.writeInt(imeOptions);
434 dest.writeInt(actionId);
435 dest.writeInt(initialSelStart);
436 dest.writeInt(initialSelEnd);
437 dest.writeInt(initialCapsMode);
441 dest.writeInt(fieldId);
/frameworks/base/core/java/android/app/job/
H A DJobInfo.java418 out.writeInt(jobId);
421 out.writeInt(requireCharging ? 1 : 0);
422 out.writeInt(requireDeviceIdle ? 1 : 0);
426 out.writeInt(networkType);
429 out.writeInt(isPeriodic ? 1 : 0);
430 out.writeInt(isPersisted ? 1 : 0);
434 out.writeInt(backoffPolicy);
435 out.writeInt(hasEarlyConstraint ? 1 : 0);
436 out.writeInt(hasLateConstraint ? 1 : 0);
437 out.writeInt(priorit
[all...]
/frameworks/base/core/java/android/content/pm/
H A DPermissionInfo.java290 dest.writeInt(protectionLevel);
291 dest.writeInt(flags);
293 dest.writeInt(descriptionRes);
/frameworks/base/core/java/android/hardware/display/
H A DWifiDisplay.java166 dest.writeInt(mIsAvailable ? 1 : 0);
167 dest.writeInt(mCanConnect ? 1 : 0);
168 dest.writeInt(mIsRemembered ? 1 : 0);
/frameworks/base/core/java/android/hardware/input/
H A DKeyboardLayout.java138 dest.writeInt(mPriority);
140 dest.writeInt(mVendorId);
141 dest.writeInt(mProductId);
/frameworks/base/core/java/android/text/style/
H A DBulletSpan.java81 dest.writeInt(mGapWidth);
82 dest.writeInt(mWantColor ? 1 : 0);
83 dest.writeInt(mColor);
H A DBackgroundColorSpan.java56 dest.writeInt(mColor);
H A DForegroundColorSpan.java57 dest.writeInt(mColor);
H A DSuggestionRangeSpan.java54 dest.writeInt(mBackgroundColor);
/frameworks/base/core/java/com/android/internal/statusbar/
H A DStatusBarIcon.java97 out.writeInt(this.iconLevel);
98 out.writeInt(this.visible ? 1 : 0);
99 out.writeInt(this.number);
/frameworks/base/media/java/android/media/
H A DAudioFocusInfo.java116 dest.writeInt(mGainRequest);
117 dest.writeInt(mLossReceived);
118 dest.writeInt(mFlags);
H A DPlaybackParams.java244 dest.writeInt(mSet);
245 dest.writeInt(mAudioFallbackMode);
246 dest.writeInt(mAudioStretchMode);
/frameworks/base/telecomm/java/android/telecom/
H A DParcelableCallAnalytics.java122 out.writeInt(callType);
125 out.writeInt(callTechnologies);
126 out.writeInt(callTerminationCode);
/frameworks/base/telephony/java/android/telephony/
H A DCellInfo.java180 dest.writeInt(type);
181 dest.writeInt(mRegistered ? 1 : 0);
182 dest.writeInt(mTimeStampType);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRIL.java153 rr.mParcel.writeInt(request);
154 rr.mParcel.writeInt(rr.mSerial);
841 rr.mParcel.writeInt(slotId);
842 rr.mParcel.writeInt(appIndex);
843 rr.mParcel.writeInt(subId);
844 rr.mParcel.writeInt(subStatus);
857 rr.mParcel.writeInt(1);
858 rr.mParcel.writeInt(allowed ? 1 : 0);
875 rr.mParcel.writeInt(2);
895 rr.mParcel.writeInt(
[all...]
/frameworks/base/core/java/android/view/
H A DWindowManager.java1842 out.writeInt(width);
1843 out.writeInt(height);
1844 out.writeInt(x);
1845 out.writeInt(y);
1846 out.writeInt(type);
1847 out.writeInt(flags);
1848 out.writeInt(privateFlags);
1849 out.writeInt(softInputMode);
1850 out.writeInt(gravity);
1853 out.writeInt(forma
[all...]
/frameworks/base/core/java/android/os/storage/
H A DIMountService.java118 _data.writeInt((enable ? 1 : 0));
180 _data.writeInt((force ? 1 : 0));
181 _data.writeInt((removeEncryption ? 1 : 0));
263 _data.writeInt(sizeMb);
266 _data.writeInt(ownerUid);
267 _data.writeInt(external ? 1 : 0);
290 _data.writeInt((force ? 1 : 0));
336 _data.writeInt(ownerUid);
337 _data.writeInt(readOnly ? 1 : 0);
359 _data.writeInt((forc
[all...]
/frameworks/base/core/java/android/app/
H A DAutomaticZenRule.java159 dest.writeInt(enabled ? 1 : 0);
161 dest.writeInt(1);
164 dest.writeInt(0);
166 dest.writeInt(interruptionFilter);
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothHeadsetClientCall.java247 out.writeInt(mId);
249 out.writeInt(mState);
251 out.writeInt(mMultiParty ? 1 : 0);
252 out.writeInt(mOutgoing ? 1 : 0);
H A DSdpRecord.java54 dest.writeInt(this.mRawSize);
/frameworks/base/core/java/android/content/
H A DSyncAdapterType.java199 dest.writeInt(userVisible ? 1 : 0);
200 dest.writeInt(supportsUploading ? 1 : 0);
201 dest.writeInt(isAlwaysSyncable ? 1 : 0);
202 dest.writeInt(allowParallelSyncs ? 1 : 0);
/frameworks/base/core/java/android/hardware/camera2/utils/
H A DSubmitInfo.java70 dest.writeInt(mRequestId);
/frameworks/base/core/java/android/hardware/hdmi/
H A DHdmiHotplugEvent.java82 dest.writeInt(mPort);
/frameworks/base/core/java/android/nfc/
H A DTechListParcel.java43 dest.writeInt(count);
/frameworks/base/core/java/android/os/health/
H A DTimerStat.java85 out.writeInt(mCount);

Completed in 664 milliseconds

1234567891011>>