HomeSort by relevance Sort by last modified time
    Searched refs:writeInt (Results 226 - 250 of 1007) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/core/java/android/content/
SyncAdapterType.java 199 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/hdmi/
HdmiHotplugEvent.java 82 dest.writeInt(mPort);
  /frameworks/base/core/java/android/nfc/
TechListParcel.java 43 dest.writeInt(count);
  /frameworks/base/core/java/android/text/style/
BackgroundColorSpan.java 56 dest.writeInt(mColor);
ForegroundColorSpan.java 57 dest.writeInt(mColor);
SuggestionRangeSpan.java 54 dest.writeInt(mBackgroundColor);
  /frameworks/base/core/java/android/view/
GraphicBuffer.java 260 dest.writeInt(mWidth);
261 dest.writeInt(mHeight);
262 dest.writeInt(mFormat);
263 dest.writeInt(mUsage);
  /frameworks/base/core/java/android/view/inputmethod/
InputMethodSubtypeArray.java 87 dest.writeInt(mCount);
113 dest.writeInt(mCount);
114 dest.writeInt(decompressedSize);
118 dest.writeInt(0);
  /frameworks/base/core/java/com/android/internal/statusbar/
StatusBarIconList.java 53 out.writeInt(-1);
56 out.writeInt(N);
60 out.writeInt(0);
62 out.writeInt(1);
  /frameworks/base/location/java/android/location/
GpsNavigationMessage.java 281 parcel.writeInt(mMessageId);
282 parcel.writeInt(mSubmessageId);
283 parcel.writeInt(mData.length);
285 parcel.writeInt(mStatus);
  /frameworks/base/media/java/android/media/
AudioRoutesInfo.java 59 dest.writeInt(mainType);
  /frameworks/base/media/java/android/media/tv/
TvInputHardwareInfo.java 121 dest.writeInt(mDeviceId);
122 dest.writeInt(mType);
123 dest.writeInt(mAudioType);
126 dest.writeInt(mHdmiPortId);
  /frameworks/base/telecomm/java/android/telecom/
VideoProfile.java 193 dest.writeInt(mVideoState);
194 dest.writeInt(mQuality);
411 dest.writeInt(getWidth());
412 dest.writeInt(getHeight());
  /frameworks/base/telephony/java/android/telephony/
ServiceState.java 334 out.writeInt(mVoiceRegState);
335 out.writeInt(mDataRegState);
336 out.writeInt(mVoiceRoamingType);
337 out.writeInt(mDataRoamingType);
344 out.writeInt(mIsManualNetworkSelection ? 1 : 0);
345 out.writeInt(mRilVoiceRadioTechnology);
346 out.writeInt(mRilDataRadioTechnology);
347 out.writeInt(mCssIndicator ? 1 : 0);
348 out.writeInt(mNetworkId);
349 out.writeInt(mSystemId)
    [all...]
  /frameworks/base/telephony/java/com/android/ims/
ImsSsInfo.java 52 out.writeInt(mStatus);
  /frameworks/base/telephony/java/com/android/internal/telephony/
SmsRawData.java 59 dest.writeInt(data.length);
  /frameworks/base/tests/HugeBackup/src/com/android/hugebackup/
HugeAgent.java 123 outWriter.writeInt(mFilling);
197 out.writeInt(AGENT_VERSION);
198 out.writeInt(mFilling);
246 file.writeInt(mFilling);
  /frameworks/base/wifi/java/android/net/wifi/
WifiLinkLayerStats.java 180 dest.writeInt(on_time);
181 dest.writeInt(tx_time);
182 dest.writeInt(rx_time);
183 dest.writeInt(on_time_scan);
  /frameworks/data-binding/library/src/main/java/android/databinding/
ObservableBoolean.java 80 dest.writeInt(mValue ? 1 : 0);
ObservableChar.java 80 dest.writeInt(mValue);
ObservableInt.java 81 dest.writeInt(mValue);
ObservableShort.java 80 dest.writeInt(mValue);
  /frameworks/ml/bordeaux/service/src/android/bordeaux/services/
IntFloat.java 32 out.writeInt(index);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
ToneSettings.java 52 dest.writeInt(vibrate ? 1 : 0);
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ToastBarOperation.java 94 dest.writeInt(mCount);
95 dest.writeInt(mAction);
96 dest.writeInt(mBatch ? 1 : 0);
97 dest.writeInt(mType);

Completed in 1280 milliseconds

1 2 3 4 5 6 7 8 91011>>