HomeSort by relevance Sort by last modified time
    Searched refs:writeInt (Results 26 - 50 of 1007) sorted by null

12 3 4 5 6 7 8 91011>>

  /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/bluetooth/
SdpMasRecord.java 102 dest.writeInt(this.mMasInstanceId);
103 dest.writeInt(this.mL2capPsm);
104 dest.writeInt(this.mRfcommChannelNumber);
105 dest.writeInt(this.mProfileVersion);
106 dest.writeInt(this.mSupportedFeatures);
107 dest.writeInt(this.mSupportedMessageTypes);
SdpMnsRecord.java 76 dest.writeInt(mRfcommChannelNumber);
77 dest.writeInt(mL2capPsm);
79 dest.writeInt(mSupportedFeatures);
80 dest.writeInt(mProfileVersion);
SdpOppOpsRecord.java 87 dest.writeInt(mRfcommChannel);
88 dest.writeInt(mL2capPsm);
89 dest.writeInt(mProfileVersion);
92 dest.writeInt(mFormatsList.length);
95 dest.writeInt(0);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DataProfile.java 86 pc.writeInt(dps.length);
88 pc.writeInt(dps[i].profileId);
91 pc.writeInt(dps[i].authType);
94 pc.writeInt(dps[i].type);
95 pc.writeInt(dps[i].maxConnsTime);
96 pc.writeInt(dps[i].maxConns);
97 pc.writeInt(dps[i].waitTime);
98 pc.writeInt(dps[i].enabled ? 1 : 0);
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
TraceCommandWriter.java 48 mStream.writeInt(CMD_SIZE);
49 mStream.writeInt(cmd);
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowParcel.java 110 writeInt(-1);
112 writeInt(str.length());
138 public void writeInt(int i) {
217 writeInt(-1);
220 writeInt(val.length);
251 writeInt(-1);
254 writeInt(val.length);
285 writeInt(-1);
288 writeInt(val.length);
309 writeInt(-1)
    [all...]
  /cts/hostsidetests/appsecurity/test-apps/WriteExternalStorageApp/src/com/android/cts/writeexternalstorageapp/
WriteGiftTest.java 25 import static com.android.cts.externalstorageapp.CommonExternalStorageTest.writeInt;
41 writeInt(none, 100);
49 writeInt(read, 101);
57 writeInt(write, 102);
  /external/emma/core/java12/com/vladium/jcd/lib/
UDataOutputStream.java 44 writeInt ((int) ulong); // this narrowing cast is Ok
  /frameworks/base/core/java/android/app/
ProfilerInfo.java 60 out.writeInt(1);
63 out.writeInt(0);
65 out.writeInt(samplingInterval);
66 out.writeInt(autoStopProfiler ? 1 : 0);
ResultInfo.java 51 out.writeInt(mRequestCode);
52 out.writeInt(mResultCode);
54 out.writeInt(1);
57 out.writeInt(0);
  /frameworks/base/core/java/android/appwidget/
AppWidgetProviderInfo.java 310 out.writeInt(1);
313 out.writeInt(0);
315 out.writeInt(this.minWidth);
316 out.writeInt(this.minHeight);
317 out.writeInt(this.minResizeWidth);
318 out.writeInt(this.minResizeHeight);
319 out.writeInt(this.updatePeriodMillis);
320 out.writeInt(this.initialLayout);
321 out.writeInt(this.initialKeyguardLayout);
323 out.writeInt(1)
    [all...]
  /frameworks/base/core/java/android/database/
BulkCursorDescriptor.java 59 out.writeInt(wantsAllOnMoveCalls ? 1 : 0);
60 out.writeInt(count);
62 out.writeInt(1);
65 out.writeInt(0);
  /frameworks/base/core/java/android/hardware/usb/
UsbEndpoint.java 156 parcel.writeInt(mAddress);
157 parcel.writeInt(mAttributes);
158 parcel.writeInt(mMaxPacketSize);
159 parcel.writeInt(mInterval);
UsbPortStatus.java 121 dest.writeInt(mCurrentMode);
122 dest.writeInt(mCurrentPowerRole);
123 dest.writeInt(mCurrentDataRole);
124 dest.writeInt(mSupportedRoleCombinations);
  /frameworks/base/core/java/android/service/gatekeeper/
GateKeeperResponse.java 80 dest.writeInt(mResponseCode);
82 dest.writeInt(mTimeout);
84 dest.writeInt(mShouldReEnroll ? 1 : 0);
86 dest.writeInt(mPayload.length);
  /frameworks/base/media/java/android/media/
VolumePolicy.java 81 dest.writeInt(volumeDownToEnterSilent ? 1 : 0);
82 dest.writeInt(volumeUpToExitSilent ? 1 : 0);
83 dest.writeInt(doNotDisturbWhenSilent ? 1 : 0);
84 dest.writeInt(vibrateToSilentDebounce);
  /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);
  /frameworks/base/telephony/java/android/telephony/
IccOpenLogicalChannelResponse.java 103 out.writeInt(mChannel);
104 out.writeInt(mStatus);
106 out.writeInt(mSelectResponse.length);
109 out.writeInt(0);
  /frameworks/base/telephony/java/com/android/ims/
ImsCallForwardInfo.java 53 out.writeInt(mCondition);
54 out.writeInt(mStatus);
55 out.writeInt(mToA);
57 out.writeInt(mTimeSeconds);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
TextMessage.java 57 dest.writeInt(iconSelfExplanatory ? 1 : 0);
58 dest.writeInt(isHighPriority ? 1 : 0);
59 dest.writeInt(responseNeeded ? 1 : 0);
60 dest.writeInt(userClear ? 1 : 0);
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/hardware/location/
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/core/java/android/net/
DhcpInfo.java 77 dest.writeInt(ipAddress);
78 dest.writeInt(gateway);
79 dest.writeInt(netmask);
80 dest.writeInt(dns1);
81 dest.writeInt(dns2);
82 dest.writeInt(serverAddress);
83 dest.writeInt(leaseDuration);
LinkQualityInfo.java 98 dest.writeInt(objectType);
99 dest.writeInt(mNetworkType);
100 dest.writeInt(mNormalizedSignalStrength);
103 dest.writeInt(mTheoreticalTxBandwidth);
104 dest.writeInt(mTheoreticalRxBandwidth);
105 dest.writeInt(mTheoreticalLatency);
107 dest.writeInt(mDataSampleDuration);

Completed in 996 milliseconds

12 3 4 5 6 7 8 91011>>