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

<<11121314151617181920>>

  /packages/apps/DeskClock/src/com/android/deskclock/provider/
Alarm.java 327 p.writeInt(enabled ? 1 : 0);
328 p.writeInt(hour);
329 p.writeInt(minutes);
330 p.writeInt(daysOfWeek.getBitSet());
331 p.writeInt(vibrate ? 1 : 0);
334 p.writeInt(deleteAfterUse ? 1 : 0);
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
ExifOutputStream.java 226 dataOutputStream.writeInt(EXIF_HEADER);
235 dataOutputStream.writeInt(8);
288 dataOutputStream.writeInt(tag.getComponentCount());
293 dataOutputStream.writeInt(tag.getOffset());
301 dataOutputStream.writeInt(ifd.getOffsetToNextIfd());
496 dataOutputStream.writeInt((int) tag.getValueAt(i));
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/
ExifOutputStream.java 226 dataOutputStream.writeInt(EXIF_HEADER);
235 dataOutputStream.writeInt(8);
288 dataOutputStream.writeInt(tag.getComponentCount());
293 dataOutputStream.writeInt(tag.getOffset());
301 dataOutputStream.writeInt(ifd.getOffsetToNextIfd());
496 dataOutputStream.writeInt((int) tag.getValueAt(i));
  /packages/apps/Messaging/src/com/android/messaging/util/exif/
ExifOutputStream.java 227 dataOutputStream.writeInt(EXIF_HEADER);
236 dataOutputStream.writeInt(8);
292 dataOutputStream.writeInt(tag.getComponentCount());
297 dataOutputStream.writeInt(tag.getOffset());
305 dataOutputStream.writeInt(ifd.getOffsetToNextIfd());
500 dataOutputStream.writeInt((int) tag.getValueAt(i));
  /development/samples/BackupRestore/src/com/example/android/backuprestore/
MultiRecordExampleAgent.java 111 out.writeInt(mFilling);
139 out.writeInt(mFilling);
193 file.writeInt(mFilling);
ExampleAgent.java 122 outWriter.writeInt(mFilling);
185 out.writeInt(AGENT_VERSION);
186 out.writeInt(mFilling);
234 file.writeInt(mFilling);
  /external/libphonenumber/internal/prefixmapper/src/com/google/i18n/phonenumbers/prefixmapper/
MappingFileProvider.java 109 objectOutput.writeInt(numOfEntries);
111 objectOutput.writeInt(countryCallingCodes[i]);
114 objectOutput.writeInt(numOfLangs);
  /external/skia/tests/
Writer32Test.cpp 46 writer.writeInt(array[i]);
52 writer.writeInt(3);
62 writer.writeInt(i);
  /frameworks/base/core/java/android/app/admin/
SystemUpdatePolicy.java 212 dest.writeInt(mPolicyType);
213 dest.writeInt(mMaintenanceWindowStart);
214 dest.writeInt(mMaintenanceWindowEnd);
  /frameworks/base/core/java/android/content/pm/
PermissionInfo.java 290 dest.writeInt(protectionLevel);
291 dest.writeInt(flags);
293 dest.writeInt(descriptionRes);
  /frameworks/base/core/java/android/nfc/cardemulation/
NfcFServiceInfo.java 257 dest.writeInt(mDynamicSystemCode != null ? 1 : 0);
262 dest.writeInt(mDynamicNfcid2 != null ? 1 : 0);
266 dest.writeInt(mUid);
  /frameworks/base/core/java/android/service/notification/
Condition.java 141 dest.writeInt(icon);
142 dest.writeInt(state);
143 dest.writeInt(this.flags);
  /frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestServices/src/com/android/framework/multidexlegacytestservices/
AbstractService.java 64 raf.writeInt(0x42434445);
79 raf.writeInt(value);
88 raf.writeInt(0x32333435);
  /frameworks/base/media/java/android/media/
AudioRecordingConfiguration.java 183 dest.writeInt(mSessionId);
184 dest.writeInt(mClientSource);
187 dest.writeInt(mPatchHandle);
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/model/
DocumentInfo.java 105 out.writeInt(VERSION_SPLIT_URI);
111 out.writeInt(flags);
114 out.writeInt(icon);
  /frameworks/base/wifi/java/android/net/wifi/nan/
SubscribeData.java 99 dest.writeInt(mServiceSpecificInfoLength);
103 dest.writeInt(mTxFilterLength);
107 dest.writeInt(mRxFilterLength);
  /frameworks/base/wifi/java/android/net/wifi/p2p/nsd/
WifiP2pServiceRequest.java 258 dest.writeInt(mProtocolType);
259 dest.writeInt(mLength);
260 dest.writeInt(mTransId);
  /libcore/ojluni/src/main/java/java/util/zip/
GZIPOutputStream.java 202 writeInt((int)crc.getValue(), buf, offset); // CRC-32 of uncompr. data
203 writeInt(def.getTotalIn(), buf, offset + 4); // Number of uncompr. bytes
210 private void writeInt(int i, byte[] buf, int offset) throws IOException {
  /packages/providers/BlockedNumberProvider/src/com/android/providers/blockednumber/
BlockedNumberBackupAgent.java 134 dataOutputStream.writeInt(VERSION);
192 dataOutputStream.writeInt(VERSION);
194 dataOutputStream.writeInt(i);
  /cts/tests/app/app/src/android/app/stubs/
LocalService.java 108 data.writeInt(mStartCount);
  /cts/tests/tests/os/src/android/os/cts/
LocalService.java 108 data.writeInt(mStartCount);
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
AnnotationsDirectoryItem.java 302 out.writeInt(classOff);
303 out.writeInt(fieldsSize);
304 out.writeInt(methodsSize);
305 out.writeInt(parametersSize);
  /dalvik/dx/src/com/android/dx/dex/file/
AnnotationsDirectoryItem.java 306 out.writeInt(classOff);
307 out.writeInt(fieldsSize);
308 out.writeInt(methodsSize);
309 out.writeInt(parametersSize);
StringIdItem.java 105 out.writeInt(dataOff);
  /external/archive-patcher/applier/src/test/java/com/google/archivepatcher/applier/
FileByFileV1DeltaApplierTest.java 175 dataOut.writeInt(0); // Flags (reserved)
179 dataOut.writeInt(1); // num instructions that follow
185 dataOut.writeInt(1); // num instructions that follow
194 dataOut.writeInt(1);

Completed in 821 milliseconds

<<11121314151617181920>>