Searched refs:writeInt (Results 201 - 225 of 550) sorted by relevance

1234567891011>>

/frameworks/base/core/java/android/view/
H A DGraphicBuffer.java260 dest.writeInt(mWidth);
261 dest.writeInt(mHeight);
262 dest.writeInt(mFormat);
263 dest.writeInt(mUsage);
/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodSubtypeArray.java87 dest.writeInt(mCount);
113 dest.writeInt(mCount);
114 dest.writeInt(decompressedSize);
118 dest.writeInt(0);
/frameworks/base/core/java/android/webkit/
H A DWebViewProviderResponse.java56 out.writeInt(status);
/frameworks/base/location/java/android/location/
H A DGpsNavigationMessage.java281 parcel.writeInt(mMessageId);
282 parcel.writeInt(mSubmessageId);
283 parcel.writeInt(mData.length);
285 parcel.writeInt(mStatus);
/frameworks/base/media/java/android/media/tv/
H A DTvInputHardwareInfo.java121 dest.writeInt(mDeviceId);
122 dest.writeInt(mType);
123 dest.writeInt(mAudioType);
126 dest.writeInt(mHdmiPortId);
/frameworks/base/services/core/java/com/android/server/
H A DRecoverySystemService.java126 dos.writeInt(0);
135 dos.writeInt(0);
214 dos.writeInt(command.length());
224 dos.writeInt(0);
/frameworks/base/telecomm/java/android/telecom/
H A DParcelableConference.java169 destination.writeInt(mState);
170 destination.writeInt(mConnectionCapabilities);
175 destination.writeInt(mVideoState);
178 destination.writeInt(mConnectionProperties);
H A DVideoProfile.java213 dest.writeInt(mVideoState);
214 dest.writeInt(mQuality);
431 dest.writeInt(getWidth());
432 dest.writeInt(getHeight());
/frameworks/base/telephony/java/android/telephony/
H A DServiceState.java346 out.writeInt(mVoiceRegState);
347 out.writeInt(mDataRegState);
348 out.writeInt(mVoiceRoamingType);
349 out.writeInt(mDataRoamingType);
356 out.writeInt(mIsManualNetworkSelection ? 1 : 0);
357 out.writeInt(mRilVoiceRadioTechnology);
358 out.writeInt(mRilDataRadioTechnology);
359 out.writeInt(mCssIndicator ? 1 : 0);
360 out.writeInt(mNetworkId);
361 out.writeInt(mSystemI
[all...]
/frameworks/base/telephony/java/com/android/ims/
H A DImsSsInfo.java53 out.writeInt(mStatus);
/frameworks/base/telephony/java/com/android/ims/internal/uce/common/
H A DStatusCode.java100 dest.writeInt(mStatusCode);
/frameworks/base/telephony/java/com/android/ims/internal/uce/options/
H A DOptionsCmdId.java75 dest.writeInt(mCmdId);
/frameworks/base/telephony/java/com/android/ims/internal/uce/presence/
H A DPresCmdId.java80 dest.writeInt(mCmdId);
H A DPresPublishTriggerType.java86 dest.writeInt(mPublishTriggerType);
H A DPresSubscriptionState.java50 dest.writeInt(mPresSubscriptionState);
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DSmsRawData.java59 dest.writeInt(data.length);
/frameworks/base/tests/HugeBackup/src/com/android/hugebackup/
H A DHugeAgent.java123 outWriter.writeInt(mFilling);
197 out.writeInt(AGENT_VERSION);
198 out.writeInt(mFilling);
246 file.writeInt(mFilling);
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiLinkLayerStats.java185 dest.writeInt(on_time);
186 dest.writeInt(tx_time);
188 dest.writeInt(rx_time);
189 dest.writeInt(on_time_scan);
/frameworks/data-binding/extensions/library/src/main/java/android/databinding/
H A DObservableBoolean.java80 dest.writeInt(mValue ? 1 : 0);
H A DObservableChar.java80 dest.writeInt(mValue);
H A DObservableInt.java81 dest.writeInt(mValue);
H A DObservableShort.java80 dest.writeInt(mValue);
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
H A DIntFloat.java32 out.writeInt(index);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiApConfigStore.java171 out.writeInt(AP_CONFIG_FILE_VERSION);
173 out.writeInt(config.apBand);
174 out.writeInt(config.apChannel);
176 out.writeInt(authType);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DToneSettings.java52 dest.writeInt(vibrate ? 1 : 0);

Completed in 664 milliseconds

1234567891011>>