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

1 2 3 4 5 6 78 91011>>

  /packages/apps/TV/usbtuner/src/com/android/usbtuner/exoplayer/cache/
DvrStorageManager.java 191 out.writeInt(format.getInteger(key));
193 out.writeInt(NO_VALUE);
217 out.writeInt(data.length);
228 out.writeInt(0);
236 out.writeInt(data.length);
240 out.writeInt(0);
249 out.writeInt(0);
  /system/tools/aidl/tests/
test_data_example_interface.cpp 135 reply.writeInt(((_result)?(1):(0)));
143 reply.writeInt(_result);
171 reply.writeInt(((_result)?(1):(0)));
198 reply.writeInt(_result);
220 reply.writeInt(_result);
222 reply.writeInt(1);
226 reply.writeInt(0);
326 _data.writeInt(mode);
327 _data.writeInt(duration);
398 _data.writeInt(1)
    [all...]
  /frameworks/base/core/java/android/app/usage/
UsageEvents.java 298 p.writeInt(packageIndex);
299 p.writeInt(classIndex);
300 p.writeInt(event.mEventType);
355 dest.writeInt(mEventCount);
356 dest.writeInt(mIndex);
373 dest.writeInt(listByteLength);
376 dest.writeInt(0);
386 dest.writeInt(mParcel.dataSize());
389 dest.writeInt(mParcel.dataPosition());
ConfigurationStats.java 128 dest.writeInt(1);
131 dest.writeInt(0);
138 dest.writeInt(mActivationCount);
  /frameworks/base/location/java/android/location/
Criteria.java 357 parcel.writeInt(mHorizontalAccuracy);
358 parcel.writeInt(mVerticalAccuracy);
359 parcel.writeInt(mSpeedAccuracy);
360 parcel.writeInt(mBearingAccuracy);
361 parcel.writeInt(mPowerRequirement);
362 parcel.writeInt(mAltitudeRequired ? 1 : 0);
363 parcel.writeInt(mBearingRequired ? 1 : 0);
364 parcel.writeInt(mSpeedRequired ? 1 : 0);
365 parcel.writeInt(mCostAllowed ? 1 : 0);
  /frameworks/support/core-utils/tests/java/android/support/v4/provider/
DocumentFileTest.java 93 writeInt(rootFoo, 12);
94 writeInt(rootMeowCat, 24);
95 writeInt(rootMeowDog, 48);
183 writeInt(foo.getUri(), 13);
240 writeInt(newFile.getUri(), 0);
342 private void writeInt(Uri uri, int value) throws IOException {
346 os.writeInt(value);
352 private static void writeInt(File file, int value) throws IOException {
355 os.writeInt(value);
  /external/javassist/src/main/javassist/
SerialVersionUID.java 95 out.writeInt(classMods);
122 out.writeInt(mods);
130 out.writeInt(Modifier.STATIC);
150 out.writeInt(mods);
179 out.writeInt(mods);
  /frameworks/base/core/java/android/app/
SearchableInfo.java 478 dest.writeInt(mKeyCode);
850 dest.writeInt(mLabelId);
    [all...]
ActivityManager.java     [all...]
  /frameworks/base/core/java/android/content/pm/
ConfigurationInfo.java 109 dest.writeInt(reqTouchScreen);
110 dest.writeInt(reqKeyboardType);
111 dest.writeInt(reqNavigation);
112 dest.writeInt(reqInputFeatures);
113 dest.writeInt(reqGlEsVersion);
ProviderInfo.java 138 out.writeInt(grantUriPermissions ? 1 : 0);
141 out.writeInt(multiprocess ? 1 : 0);
142 out.writeInt(initOrder);
143 out.writeInt(flags);
144 out.writeInt(isSyncable ? 1 : 0);
PermissionGroupInfo.java 108 dest.writeInt(descriptionRes);
110 dest.writeInt(flags);
111 dest.writeInt(priority);
  /frameworks/base/core/java/android/database/
BulkCursorNative.java 67 reply.writeInt(0);
69 reply.writeInt(1);
95 reply.writeInt(count);
161 data.writeInt(position);
182 data.writeInt(position);
  /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/
RemoteDisplayState.java 155 dest.writeInt(status);
156 dest.writeInt(volume);
157 dest.writeInt(volumeMax);
158 dest.writeInt(volumeHandling);
159 dest.writeInt(presentationDisplayId);
SRTRenderer.java 172 parcel.writeInt(KEY_LOCAL_SETTING);
173 parcel.writeInt(KEY_START_TIME);
174 parcel.writeInt((int) cue.mStartTimeMs);
176 parcel.writeInt(KEY_STRUCT_TEXT);
183 parcel.writeInt(buf.length);
  /frameworks/base/telephony/java/android/telephony/
CellIdentityCdma.java 186 dest.writeInt(mNetworkId);
187 dest.writeInt(mSystemId);
188 dest.writeInt(mBasestationId);
189 dest.writeInt(mLongitude);
190 dest.writeInt(mLatitude);
  /frameworks/base/telephony/java/android/telephony/cdma/
CdmaSmsCbProgramData.java 125 dest.writeInt(mOperation);
126 dest.writeInt(mCategory);
127 dest.writeInt(mLanguage);
128 dest.writeInt(mMaxMessages);
129 dest.writeInt(mAlertOption);
  /frameworks/volley/src/test/java/com/android/volley/toolbox/
DiskBasedCacheTest.java 62 DiskBasedCache.writeInt(baos, 0);
63 DiskBasedCache.writeInt(baos, 19791214);
64 DiskBasedCache.writeInt(baos, -20050711);
65 DiskBasedCache.writeInt(baos, Integer.MIN_VALUE);
66 DiskBasedCache.writeInt(baos, Integer.MAX_VALUE);
  /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/Messaging/src/com/android/messaging/sms/
DatabaseMessages.java 246 out.writeInt(mType);
248 out.writeInt(mStatus);
249 out.writeInt(mRead ? 1 : 0);
250 out.writeInt(mSeen ? 1 : 0);
251 out.writeInt(mSubId);
530 out.writeInt(mType);
532 out.writeInt(mStatus);
533 out.writeInt(mRead ? 1 : 0);
534 out.writeInt(mSeen ? 1 : 0);
535 out.writeInt(mSubId)
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothHealthAppConfiguration.java 161 out.writeInt(mDataType);
162 out.writeInt(mRole);
163 out.writeInt(mChannelType);
  /frameworks/base/core/java/android/net/metrics/
ValidationProbeEvent.java 78 out.writeInt(netId);
80 out.writeInt(probeType);
81 out.writeInt(returnCode);
  /frameworks/base/core/java/android/text/style/
BulletSpan.java 81 dest.writeInt(mGapWidth);
82 dest.writeInt(mWantColor ? 1 : 0);
83 dest.writeInt(mColor);
  /frameworks/base/core/java/com/android/internal/statusbar/
StatusBarIcon.java 97 out.writeInt(this.iconLevel);
98 out.writeInt(this.visible ? 1 : 0);
99 out.writeInt(this.number);

Completed in 525 milliseconds

1 2 3 4 5 6 78 91011>>