Searched refs:writeInt (Results 1 - 25 of 75) sorted by relevance

123

/packages/apps/Camera2/src/com/android/camera/exif/
H A DOrderedDataOutputStream.java44 public OrderedDataOutputStream writeInt(int value) throws IOException { method in class:OrderedDataOutputStream
52 writeInt((int) rational.getNumerator());
53 writeInt((int) rational.getDenominator());
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
H A DOrderedDataOutputStream.java44 public OrderedDataOutputStream writeInt(int value) throws IOException { method in class:OrderedDataOutputStream
52 writeInt((int) rational.getNumerator());
53 writeInt((int) rational.getDenominator());
/packages/apps/Gallery2/src/com/android/gallery3d/util/
H A DProfileData.java52 private byte mScratch[] = new byte[4]; // scratch space for writeInt()
106 writeInt(0);
107 writeInt(3);
108 writeInt(1);
109 writeInt(20000); // Sampling period: 20ms
110 writeInt(0);
116 writeInt(0);
117 writeInt(1);
118 writeInt(0);
132 writeInt(nod
161 private void writeInt(int v) throws IOException { method in class:ProfileData
[all...]
/packages/apps/Launcher3/src/com/android/gallery3d/exif/
H A DOrderedDataOutputStream.java44 public OrderedDataOutputStream writeInt(int value) throws IOException { method in class:OrderedDataOutputStream
52 writeInt((int) rational.getNumerator());
53 writeInt((int) rational.getDenominator());
/packages/apps/Mms/src/com/android/mms/exif/
H A DOrderedDataOutputStream.java44 public OrderedDataOutputStream writeInt(int value) throws IOException { method in class:OrderedDataOutputStream
52 writeInt((int) rational.getNumerator());
53 writeInt((int) rational.getDenominator());
/packages/apps/Nfc/src/com/android/nfc/handover/
H A DPendingHandoverTransfer.java70 dest.writeInt(id);
71 dest.writeInt(incoming ? 1 : 0);
73 dest.writeInt(remoteActivating ? 1 : 0);
74 dest.writeInt(uris != null ? uris.length : 0);
/packages/apps/UnifiedEmail/tests/src/com/android/mail/providers/
H A DAccountTests.java28 dest.writeInt(0);
30 dest.writeInt(12345);
37 dest.writeInt(0);
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
H A DBlobCache.java305 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(mIndexHeade
655 static void writeInt(byte[] buf, int offset, int value) { method in class:BlobCache
[all...]
/packages/apps/Mms/src/com/android/mms/util/
H A DBlobCache.java304 writeInt(buf, IH_MAGIC, MAGIC_INDEX_FILE);
305 writeInt(buf, IH_MAX_ENTRIES, maxEntries);
306 writeInt(buf, IH_MAX_BYTES, maxBytes);
307 writeInt(buf, IH_ACTIVE_REGION, 0);
308 writeInt(buf, IH_ACTIVE_ENTRIES, 0);
309 writeInt(buf, IH_ACTIVE_BYTES, DATA_HEADER_SIZE);
310 writeInt(buf, IH_VERSION, mVersion);
311 writeInt(buf, IH_CHECKSUM, checkSum(buf, 0, IH_CHECKSUM));
320 writeInt(buf, 0, MAGIC_DATA_FILE);
331 writeInt(mIndexHeade
641 static void writeInt(byte[] buf, int offset, int value) { method in class:BlobCache
[all...]
/packages/apps/Contacts/src/com/android/contacts/list/
H A DContactsRequest.java146 dest.writeInt(mValid ? 1 : 0);
147 dest.writeInt(mActionCode);
150 dest.writeInt(mSearchMode ? 1 : 0);
152 dest.writeInt(mIncludeProfile ? 1 : 0);
153 dest.writeInt(mLegacyCompatibilityMode ? 1 : 0);
154 dest.writeInt(mDirectorySearchEnabled ? 1 : 0);
/packages/apps/UnifiedEmail/src/com/android/mail/providers/
H A DMessageInfo.java56 dest.writeInt(read ? 1 : 0);
57 dest.writeInt(starred ? 1 : 0);
59 dest.writeInt(priority);
H A DConversation.java218 dest.writeInt(hasAttachments ? 1 : 0);
221 dest.writeInt(numMessages);
222 dest.writeInt(numDrafts);
223 dest.writeInt(sendingState);
224 dest.writeInt(priority);
225 dest.writeInt(read ? 1 : 0);
226 dest.writeInt(seen ? 1 : 0);
227 dest.writeInt(starred ? 1 : 0);
229 dest.writeInt(convFlags);
230 dest.writeInt(personalLeve
[all...]
H A DListParams.java67 dest.writeInt(mLimit);
68 dest.writeInt(mUseNetwork ? 1 : 0);
H A DSettings.java327 dest.writeInt(getAutoAdvanceSetting());
328 dest.writeInt(messageTextSize);
329 dest.writeInt(snapHeaders);
330 dest.writeInt(replyBehavior);
331 dest.writeInt(convListIcon);
332 dest.writeInt(convListAttachmentPreviews ? 1 : 0);
333 dest.writeInt(confirmDelete ? 1 : 0);
334 dest.writeInt(confirmArchive? 1 : 0);
335 dest.writeInt(confirmSend? 1 : 0);
338 dest.writeInt(forceReplyFromDefaul
[all...]
/packages/services/Telephony/common/src/com/android/services/telephony/common/
H A DCallIdentification.java99 dest.writeInt(mCallId);
101 dest.writeInt(mNumberPresentation);
102 dest.writeInt(mCnapNamePresentation);
/packages/apps/Calculator/src/com/android/calculator2/
H A DPersist.java73 out.writeInt(LAST_VERSION);
74 out.writeInt(mDeleteMode);
H A DHistory.java67 out.writeInt(mEntries.size());
71 out.writeInt(mPos);
/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
H A DPolicy.java465 dest.writeInt(mPasswordMode);
466 dest.writeInt(mPasswordMinLength);
467 dest.writeInt(mPasswordMaxFails);
468 dest.writeInt(mPasswordHistory);
469 dest.writeInt(mPasswordExpirationDays);
470 dest.writeInt(mPasswordComplexChars);
471 dest.writeInt(mMaxScreenLockTime);
472 dest.writeInt(mRequireRemoteWipe ? 1 : 0);
473 dest.writeInt(mRequireEncryption ? 1 : 0);
474 dest.writeInt(mRequireEncryptionExterna
[all...]
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DToastBarOperation.java94 dest.writeInt(mCount);
95 dest.writeInt(mAction);
96 dest.writeInt(mBatch ? 1 : 0);
97 dest.writeInt(mType);
/packages/apps/Launcher3/src/com/android/launcher3/
H A DStats.java69 mLog.writeInt(LOG_TAG_VERSION);
70 mLog.writeInt(LOG_VERSION);
133 mLog.writeInt(LOG_TAG_LAUNCH);
160 stats.writeInt(STATS_VERSION);
162 stats.writeInt(N);
165 stats.writeInt(mHistogram.get(i));
/packages/apps/Email/src/com/android/email/activity/setup/
H A DSetupData.java187 dest.writeInt(mFlowMode);
191 dest.writeInt(mCheckSettingsMode);
192 dest.writeInt(mAllowAutodiscover ? 1 : 0);
/packages/apps/Nfc/src/com/android/nfc/snep/
H A DSnepMessage.java134 output.writeInt(bytes.length + 4);
135 output.writeInt(mAcceptableLength);
137 output.writeInt(bytes.length);
/packages/apps/UnifiedEmail/src/com/android/emailcommon/service/
H A DSearchParams.java143 dest.writeInt(mIncludeChildren ? 1 : 0);
145 dest.writeInt(mLimit);
146 dest.writeInt(mOffset);
/packages/apps/DeskClock/src/com/android/deskclock/provider/
H A DAlarm.java286 p.writeInt(enabled ? 1 : 0);
287 p.writeInt(hour);
288 p.writeInt(minutes);
289 p.writeInt(daysOfWeek.getBitSet());
290 p.writeInt(vibrate ? 1 : 0);
293 p.writeInt(deleteAfterUse ? 1 : 0);
/packages/apps/UnifiedEmail/src/com/android/mail/providers/protos/exchange/
H A DExchangeAttachment.java55 dest.writeInt(flags);

Completed in 678 milliseconds

123