HomeSort by relevance Sort by last modified time
    Searched refs:writeInt (Results 76 - 100 of 901) sorted by null

1 2 34 5 6 7 8 91011>>

  /frameworks/base/telephony/java/com/android/ims/
ImsStreamMediaProfile.java 115 out.writeInt(mAudioQuality);
116 out.writeInt(mAudioDirection);
117 out.writeInt(mVideoQuality);
118 out.writeInt(mVideoDirection);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
CommandDetails.java 60 dest.writeInt(compRequired ? 1 : 0);
61 dest.writeInt(commandNumber);
62 dest.writeInt(typeOfCommand);
63 dest.writeInt(commandQualifier);
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/spdy/
Http20Draft09Test.java 42 frame.writeInt(expectedStreamId);
43 frame.writeInt(111111111); // custom data
62 frame.writeInt(expectedStreamId & 0x7fffffff);
96 frame.writeInt(expectedStreamId & 0x7fffffff);
97 frame.writeInt(0); // Highest priority is 0.
132 frame.writeInt(expectedStreamId & 0x7fffffff);
140 frame.writeInt(expectedStreamId & 0x7fffffff);
181 frame.writeInt(expectedStreamId & 0x7fffffff);
182 frame.writeInt(expectedPromisedStreamId & 0x7fffffff);
219 frame.writeInt(expectedStreamId & 0x7fffffff)
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
TextView_SaveStateTest.java 61 source.writeInt(start);
62 source.writeInt(end);
63 source.writeInt(frozenWithFocus ? 1 : 0);
  /frameworks/base/core/java/android/bluetooth/
BluetoothAudioConfig.java 81 out.writeInt(mSampleRate);
82 out.writeInt(mChannelConfig);
83 out.writeInt(mAudioFormat);
BluetoothMasInstance.java 71 out.writeInt(mId);
73 out.writeInt(mChannel);
74 out.writeInt(mMsgTypes);
  /frameworks/base/core/java/android/bluetooth/le/
ResultStorageDescriptor.java 66 dest.writeInt(mType);
67 dest.writeInt(mOffset);
68 dest.writeInt(mLength);
ScanResult.java 66 dest.writeInt(1);
69 dest.writeInt(0);
72 dest.writeInt(1);
75 dest.writeInt(0);
77 dest.writeInt(mRssi);
  /frameworks/base/core/java/android/content/
ContentProviderResult.java 63 dest.writeInt(1);
64 dest.writeInt(count);
66 dest.writeInt(2);
SyncResult.java 243 parcel.writeInt(syncAlreadyInProgress ? 1 : 0);
244 parcel.writeInt(tooManyDeletions ? 1 : 0);
245 parcel.writeInt(tooManyRetries ? 1 : 0);
246 parcel.writeInt(databaseError ? 1 : 0);
247 parcel.writeInt(fullSyncRequested ? 1 : 0);
248 parcel.writeInt(partialSyncUnavailable ? 1 : 0);
249 parcel.writeInt(moreRecordsToGet ? 1 : 0);
  /frameworks/base/core/java/android/content/pm/
PermissionGroupInfo.java 108 dest.writeInt(descriptionRes);
110 dest.writeInt(flags);
111 dest.writeInt(priority);
ResolveInfo.java 319 dest.writeInt(1);
322 dest.writeInt(2);
325 dest.writeInt(3);
328 dest.writeInt(0);
331 dest.writeInt(1);
334 dest.writeInt(0);
336 dest.writeInt(priority);
337 dest.writeInt(preferredOrder);
338 dest.writeInt(match);
339 dest.writeInt(specificIndex)
    [all...]
ProviderInfo.java 132 out.writeInt(grantUriPermissions ? 1 : 0);
135 out.writeInt(multiprocess ? 1 : 0);
136 out.writeInt(initOrder);
137 out.writeInt(flags);
138 out.writeInt(isSyncable ? 1 : 0);
  /frameworks/base/core/java/android/hardware/location/
GeofenceHardwareMonitorEvent.java 105 parcel.writeInt(mMonitoringType);
106 parcel.writeInt(mMonitoringStatus);
107 parcel.writeInt(mSourceTechnologies);
  /frameworks/base/telephony/java/android/telephony/cdma/
CdmaSmsCbProgramResults.java 87 dest.writeInt(mCategory);
88 dest.writeInt(mLanguage);
89 dest.writeInt(mCategoryResult);
  /libcore/dex/src/main/java/com/android/dex/
ProtoId.java 54 out.writeInt(shortyIndex);
55 out.writeInt(returnTypeIndex);
56 out.writeInt(parametersOffset);
  /frameworks/base/core/java/android/hardware/usb/
UsbInterface.java 186 parcel.writeInt(mId);
187 parcel.writeInt(mAlternateSetting);
189 parcel.writeInt(mClass);
190 parcel.writeInt(mSubclass);
191 parcel.writeInt(mProtocol);
  /frameworks/base/media/java/android/media/tv/
TvStreamConfig.java 108 dest.writeInt(mStreamId);
109 dest.writeInt(mType);
110 dest.writeInt(mMaxWidth);
111 dest.writeInt(mMaxHeight);
112 dest.writeInt(mGeneration);
  /frameworks/base/telephony/java/android/telephony/
CellIdentityWcdma.java 167 dest.writeInt(mMcc);
168 dest.writeInt(mMnc);
169 dest.writeInt(mLac);
170 dest.writeInt(mCid);
171 dest.writeInt(mPsc);
PreciseCallState.java 249 out.writeInt(mRingingCallState);
250 out.writeInt(mForegroundCallState);
251 out.writeInt(mBackgroundCallState);
252 out.writeInt(mDisconnectCause);
253 out.writeInt(mPreciseDisconnectCause);
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
BlobCache.java 305 writeInt(buf, IH_MAGIC, MAGIC_INDEX_FILE);
306 writeInt(buf, IH_MAX_ENTRIES, maxEntries);
307 writeInt(buf, IH_MAX_BYTES, maxBytes);
308 writeInt(buf, IH_ACTIVE_REGION, 0);
309 writeInt(buf, IH_ACTIVE_ENTRIES, 0);
310 writeInt(buf, IH_ACTIVE_BYTES, DATA_HEADER_SIZE);
311 writeInt(buf, IH_VERSION, mVersion);
312 writeInt(buf, IH_CHECKSUM, checkSum(buf, 0, IH_CHECKSUM));
321 writeInt(buf, 0, MAGIC_DATA_FILE);
332 writeInt(mIndexHeader, IH_ACTIVE_REGION, mActiveRegion)
    [all...]
  /packages/apps/Mms/src/com/android/mms/util/
BlobCache.java 306 writeInt(buf, IH_MAGIC, MAGIC_INDEX_FILE);
307 writeInt(buf, IH_MAX_ENTRIES, maxEntries);
308 writeInt(buf, IH_MAX_BYTES, maxBytes);
309 writeInt(buf, IH_ACTIVE_REGION, 0);
310 writeInt(buf, IH_ACTIVE_ENTRIES, 0);
311 writeInt(buf, IH_ACTIVE_BYTES, DATA_HEADER_SIZE);
312 writeInt(buf, IH_VERSION, mVersion);
313 writeInt(buf, IH_CHECKSUM, checkSum(buf, 0, IH_CHECKSUM));
322 writeInt(buf, 0, MAGIC_DATA_FILE);
333 writeInt(mIndexHeader, IH_ACTIVE_REGION, mActiveRegion)
    [all...]
  /packages/apps/Settings/src/com/android/settings/dashboard/
DashboardTile.java 134 dest.writeInt(titleRes);
136 dest.writeInt(summaryRes);
138 dest.writeInt(iconRes);
142 dest.writeInt(1);
145 dest.writeInt(0);
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/util/
PsdFile.java 162 out.writeInt(mHeight);
163 out.writeInt(mWidth);
175 out.writeInt(mLength);
211 out.writeInt(mLength);
215 out.writeInt(mDataLength);
217 out.writeInt(mHorizontalResolution);
220 out.writeInt(mVerticalResolution);
238 out.writeInt(mMiscLength);
239 out.writeInt(mLayerInfoLength);
271 out.writeInt(0)
    [all...]
  /frameworks/base/core/java/android/view/inputmethod/
EditorInfo.java 392 dest.writeInt(inputType);
393 dest.writeInt(imeOptions);
396 dest.writeInt(actionId);
397 dest.writeInt(initialSelStart);
398 dest.writeInt(initialSelEnd);
399 dest.writeInt(initialCapsMode);
403 dest.writeInt(fieldId);

Completed in 823 milliseconds

1 2 34 5 6 7 8 91011>>