HomeSort by relevance Sort by last modified time
    Searched full:writeint (Results 26 - 50 of 1282) sorted by null

12 3 4 5 6 7 8 91011>>

  /frameworks/base/media/java/android/media/session/
ParcelableVolumeInfo.java 60 dest.writeInt(volumeType);
61 dest.writeInt(controlType);
62 dest.writeInt(maxVolume);
63 dest.writeInt(currentVolume);
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/framed/
Http2Test.java 51 frame.writeInt(expectedStreamId);
52 frame.writeInt(111111111); // custom data
64 frame.writeInt(expectedStreamId & 0x7fffffff);
90 frame.writeInt(expectedStreamId & 0x7fffffff);
91 frame.writeInt(0); // Independent stream.
126 frame.writeInt(expectedStreamId & 0x7fffffff);
133 frame.writeInt(expectedStreamId & 0x7fffffff);
167 frame.writeInt(expectedStreamId & 0x7fffffff);
168 frame.writeInt(expectedPromisedStreamId & 0x7fffffff);
195 frame.writeInt(expectedStreamId & 0x7fffffff)
    [all...]
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
OrderedDataOutputStream.java 44 public OrderedDataOutputStream writeInt(int value) throws IOException {
52 writeInt((int) rational.getNumerator());
53 writeInt((int) rational.getDenominator());
  /frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
TestArgs.java 49 dest.writeInt(combOp);
50 dest.writeInt(fgOp);
51 dest.writeInt(bgOp);
  /packages/apps/Camera2/src/com/android/camera/exif/
OrderedDataOutputStream.java 44 public OrderedDataOutputStream writeInt(int value) throws IOException {
52 writeInt((int) rational.getNumerator());
53 writeInt((int) rational.getDenominator());
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
OrderedDataOutputStream.java 44 public OrderedDataOutputStream writeInt(int value) throws IOException {
52 writeInt((int) rational.getNumerator());
53 writeInt((int) rational.getDenominator());
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/
OrderedDataOutputStream.java 44 public OrderedDataOutputStream writeInt(int value) throws IOException {
52 writeInt((int) rational.getNumerator());
53 writeInt((int) rational.getDenominator());
  /packages/apps/Messaging/src/com/android/messaging/util/exif/
OrderedDataOutputStream.java 44 public OrderedDataOutputStream writeInt(int value) throws IOException {
52 writeInt((int) rational.getNumerator());
53 writeInt((int) rational.getDenominator());
  /frameworks/base/core/java/android/appwidget/
PendingHostUpdate.java 88 dest.writeInt(appWidgetId);
89 dest.writeInt(type);
98 dest.writeInt(viewId);
105 dest.writeInt(1);
108 dest.writeInt(0);
  /frameworks/base/core/java/android/bluetooth/
SdpOppOpsRecord.java 87 dest.writeInt(mRfcommChannel);
88 dest.writeInt(mL2capPsm);
89 dest.writeInt(mProfileVersion);
92 dest.writeInt(mFormatsList.length);
95 dest.writeInt(0);
SdpPseRecord.java 83 dest.writeInt(mRfcommChannelNumber);
84 dest.writeInt(mL2capPsm);
85 dest.writeInt(mProfileVersion);
86 dest.writeInt(mSupportedFeatures);
87 dest.writeInt(mSupportedRepositories);
  /frameworks/base/core/java/android/hardware/location/
MemoryRegion.java 115 dest.writeInt(mSizeBytes);
116 dest.writeInt(mSizeBytesFree);
117 dest.writeInt(mIsReadable ? 1 : 0);
118 dest.writeInt(mIsWritable ? 1 : 0);
119 dest.writeInt(mIsExecutable ? 1 : 0);
GeofenceHardwareRequestParcelable.java 176 parcel.writeInt(getType());
180 parcel.writeInt(getLastTransition());
181 parcel.writeInt(getMonitorTransitions());
182 parcel.writeInt(getUnknownTimer());
183 parcel.writeInt(getNotificationResponsiveness());
184 parcel.writeInt(getSourceTechnologies());
185 parcel.writeInt(getId());
  /frameworks/base/telephony/java/com/android/ims/
ImsCallForwardInfo.java 55 out.writeInt(mCondition);
56 out.writeInt(mStatus);
57 out.writeInt(mToA);
59 out.writeInt(mTimeSeconds);
60 out.writeInt(mServiceClass);
  /frameworks/base/telephony/java/com/android/ims/internal/uce/common/
CapInfo.java 376 dest.writeInt(mImSupported ? 1 : 0);
377 dest.writeInt(mFtSupported ? 1 : 0);
378 dest.writeInt(mFtThumbSupported ? 1 : 0);
379 dest.writeInt(mFtSnFSupported ? 1 : 0);
380 dest.writeInt(mFtHttpSupported ? 1 : 0);
381 dest.writeInt(mIsSupported ? 1 : 0);
382 dest.writeInt(mVsDuringCSSupported ? 1 : 0);
383 dest.writeInt(mVsSupported ? 1 : 0);
384 dest.writeInt(mSpSupported ? 1 : 0);
385 dest.writeInt(mCdViaPresenceSupported ? 1 : 0)
    [all...]
  /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/content/pm/
PackageInfoLite.java 84 dest.writeInt(versionCode);
85 dest.writeInt(baseRevisionCode);
87 dest.writeInt(recommendedInstallLocation);
88 dest.writeInt(installLocation);
89 dest.writeInt(multiArch ? 1 : 0);
92 dest.writeInt(0);
94 dest.writeInt(verifiers.length);
  /frameworks/base/core/java/android/net/metrics/
ApfStats.java 66 out.writeInt(receivedRas);
67 out.writeInt(matchingRas);
68 out.writeInt(droppedRas);
69 out.writeInt(zeroLifetimeRas);
70 out.writeInt(parseErrors);
71 out.writeInt(programUpdates);
72 out.writeInt(maxProgramSize);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
Menu.java 86 dest.writeInt(size);
90 dest.writeInt(defaultItem);
91 dest.writeInt(softKeyPreferred ? 1 : 0);
92 dest.writeInt(helpAvailable ? 1 : 0);
93 dest.writeInt(titleIconSelfExplanatory ? 1 : 0);
94 dest.writeInt(itemsIconSelfExplanatory ? 1 : 0);
95 dest.writeInt(presentationType.ordinal());
  /frameworks/base/core/java/android/app/
ApplicationThreadNative.java 780 data.writeInt(finished ? 1 : 0);
781 data.writeInt(userLeaving ? 1 :0);
782 data.writeInt(configChanges);
783 data.writeInt(dontReport ? 1 : 0);
794 data.writeInt(showWindow ? 1 : 0);
795 data.writeInt(configChanges);
806 data.writeInt(showWindow ? 1 : 0);
817 data.writeInt(sleeping ? 1 : 0);
829 data.writeInt(procState);
830 data.writeInt(isForward ? 1 : 0)
    [all...]
  /frameworks/base/core/java/android/os/health/
HealthStatsWriter.java 170 out.writeInt(countBooleanArray(mTimerFields));
174 out.writeInt(keys[i]);
175 out.writeInt(mTimerCounts[i]);
181 out.writeInt(countBooleanArray(mMeasurementFields));
185 out.writeInt(keys[i]);
191 out.writeInt(countObjectArray(mStatsValues));
195 out.writeInt(keys[i]);
201 out.writeInt(countObjectArray(mTimersValues));
205 out.writeInt(keys[i]);
211 out.writeInt(countObjectArray(mMeasurementsValues))
    [all...]
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
State.java 189 out.writeInt(action);
191 out.writeInt(userSortOrder);
192 out.writeInt(allowMultiple ? 1 : 0);
193 out.writeInt(forceSize ? 1 : 0);
194 out.writeInt(showSize ? 1 : 0);
195 out.writeInt(localOnly ? 1 : 0);
196 out.writeInt(showAdvancedOption ? 1 : 0);
197 out.writeInt(showAdvanced ? 1 : 0);
198 out.writeInt(restored ? 1 : 0);
199 out.writeInt(external ? 1 : 0)
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/
ScanResult.java 510 dest.writeInt(1);
513 dest.writeInt(0);
518 dest.writeInt(anqpDomainId);
520 dest.writeInt(level);
521 dest.writeInt(frequency);
523 dest.writeInt(distanceCm);
524 dest.writeInt(distanceSdCm);
525 dest.writeInt(channelWidth);
526 dest.writeInt(centerFreq0);
527 dest.writeInt(centerFreq1)
    [all...]
  /frameworks/base/core/java/android/app/assist/
AssistContent.java 171 dest.writeInt(1);
174 dest.writeInt(0);
177 dest.writeInt(1);
180 dest.writeInt(0);
183 dest.writeInt(1);
186 dest.writeInt(0);
189 dest.writeInt(1);
192 dest.writeInt(0);
194 dest.writeInt(mIsAppProvidedIntent ? 1 : 0);
196 dest.writeInt(mIsAppProvidedWebUri ? 1 : 0)
    [all...]
  /frameworks/base/core/tests/coretests/src/android/content/pm/
ParceledListSliceTest.java 128 dest.writeInt(listCount);
136 dest.writeInt(1);
146 dest.writeInt(type);
191 dest.writeInt(mFieldA);
192 dest.writeInt(mFieldB);
232 dest.writeInt(mFieldA);
233 dest.writeInt(mFieldB);
234 dest.writeInt(mFieldC);
235 dest.writeInt(mFieldD);
236 dest.writeInt(mFieldE)
    [all...]

Completed in 458 milliseconds

12 3 4 5 6 7 8 91011>>