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

1234567891011>>

/frameworks/base/core/java/android/os/
H A DBatteryProperties.java77 p.writeInt(chargerAcOnline ? 1 : 0);
78 p.writeInt(chargerUsbOnline ? 1 : 0);
79 p.writeInt(chargerWirelessOnline ? 1 : 0);
80 p.writeInt(maxChargingCurrent);
81 p.writeInt(maxChargingVoltage);
82 p.writeInt(batteryStatus);
83 p.writeInt(batteryHealth);
84 p.writeInt(batteryPresent ? 1 : 0);
85 p.writeInt(batteryLevel);
86 p.writeInt(batteryVoltag
[all...]
H A DPooledStringWriter.java55 out.writeInt(0); // reserve space for final pool size.
61 mOut.writeInt(cur);
64 mOut.writeInt(-(mNext+1));
77 mOut.writeInt(mNext);
/frameworks/base/core/java/android/net/
H A DMobileLinkQualityInfo.java50 dest.writeInt(mMobileNetworkType);
51 dest.writeInt(mRssi);
52 dest.writeInt(mGsmErrorRate);
53 dest.writeInt(mCdmaDbm);
54 dest.writeInt(mCdmaEcio);
55 dest.writeInt(mEvdoDbm);
56 dest.writeInt(mEvdoEcio);
57 dest.writeInt(mEvdoSnr);
58 dest.writeInt(mLteSignalStrength);
59 dest.writeInt(mLteRsr
[all...]
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
H A DMediaPlayerMetadataParserTest.java76 mParcel.writeInt(pos - offset);
85 mParcel.writeInt(-1); // Placeholder for the size
86 mParcel.writeInt(kMarker);
111 mParcel.writeInt(size);
130 mParcel.writeInt(13); // record length
138 mParcel.writeInt(13); // record length lies
139 mParcel.writeInt(Metadata.TITLE);
147 mParcel.writeInt(0);
155 mParcel.writeInt(12);
156 mParcel.writeInt(Metadat
[all...]
/frameworks/base/location/java/com/android/internal/location/
H A DProviderProperties.java142 parcel.writeInt(mRequiresNetwork ? 1 : 0);
143 parcel.writeInt(mRequiresSatellite ? 1 : 0);
144 parcel.writeInt(mRequiresCell ? 1 : 0);
145 parcel.writeInt(mHasMonetaryCost ? 1 : 0);
146 parcel.writeInt(mSupportsAltitude ? 1 : 0);
147 parcel.writeInt(mSupportsSpeed ? 1 : 0);
148 parcel.writeInt(mSupportsBearing ? 1 : 0);
149 parcel.writeInt(mPowerRequirement);
150 parcel.writeInt(mAccuracy);
/frameworks/base/core/java/android/view/inputmethod/
H A DExtractedTextRequest.java57 dest.writeInt(token);
58 dest.writeInt(this.flags);
59 dest.writeInt(hintMaxLines);
60 dest.writeInt(hintMaxChars);
H A DExtractedText.java97 dest.writeInt(startOffset);
98 dest.writeInt(partialStartOffset);
99 dest.writeInt(partialEndOffset);
100 dest.writeInt(selectionStart);
101 dest.writeInt(selectionEnd);
102 dest.writeInt(this.flags);
/frameworks/base/wifi/java/android/net/wifi/
H A DRssiPacketCountInfo.java52 out.writeInt(rssi);
53 out.writeInt(txgood);
54 out.writeInt(txbad);
55 out.writeInt(rxgood);
H A DWifiWakeReasonAndCounts.java106 dest.writeInt(totalCmdEventWake);
107 dest.writeInt(totalDriverFwLocalWake);
108 dest.writeInt(totalRxDataWake);
110 dest.writeInt(rxUnicast);
111 dest.writeInt(rxMulticast);
112 dest.writeInt(rxBroadcast);
114 dest.writeInt(icmp);
115 dest.writeInt(icmp6);
116 dest.writeInt(icmp6Ra);
117 dest.writeInt(icmp6N
[all...]
H A DWifiChannel.java65 out.writeInt(freqMHz);
66 out.writeInt(channelNum);
67 out.writeInt(isDFS ? 1 : 0);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DInput.java81 dest.writeInt(minLen);
82 dest.writeInt(maxLen);
83 dest.writeInt(ucs2 ? 1 : 0);
84 dest.writeInt(packed ? 1 : 0);
85 dest.writeInt(digitOnly ? 1 : 0);
86 dest.writeInt(echo ? 1 : 0);
87 dest.writeInt(yesNo ? 1 : 0);
88 dest.writeInt(helpAvailable ? 1 : 0);
/frameworks/base/core/java/android/app/assist/
H A DAssistContent.java171 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(mIsAppProvidedWebUr
[all...]
/frameworks/base/core/java/android/content/pm/
H A DPackageInfoLite.java84 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);
H A DConfigurationInfo.java109 dest.writeInt(reqTouchScreen);
110 dest.writeInt(reqKeyboardType);
111 dest.writeInt(reqNavigation);
112 dest.writeInt(reqInputFeatures);
113 dest.writeInt(reqGlEsVersion);
/frameworks/base/core/java/android/content/
H A DSyncStatusInfo.java71 parcel.writeInt(VERSION);
72 parcel.writeInt(authorityId);
74 parcel.writeInt(numSyncs);
75 parcel.writeInt(numSourcePoll);
76 parcel.writeInt(numSourceServer);
77 parcel.writeInt(numSourceLocal);
78 parcel.writeInt(numSourceUser);
80 parcel.writeInt(lastSuccessSource);
82 parcel.writeInt(lastFailureSource);
85 parcel.writeInt(pendin
[all...]
/frameworks/base/core/java/android/hardware/location/
H A DMemoryRegion.java115 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);
/frameworks/base/telephony/java/com/android/ims/
H A DImsCallForwardInfo.java55 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/
H A DCapInfo.java376 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(mCdViaPresenceSupporte
[all...]
/frameworks/support/v4/java/android/support/v4/media/session/
H A DParcelableVolumeInfo.java57 dest.writeInt(volumeType);
58 dest.writeInt(controlType);
59 dest.writeInt(maxVolume);
60 dest.writeInt(currentVolume);
61 dest.writeInt(audioStream);
/frameworks/base/packages/WallpaperCropper/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());
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
H A DTestArgs.java49 dest.writeInt(combOp);
50 dest.writeInt(fgOp);
51 dest.writeInt(bgOp);
/frameworks/base/core/java/android/bluetooth/
H A DSdpMasRecord.java102 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);
/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCaptureResultExtras.java69 dest.writeInt(requestId);
70 dest.writeInt(subsequenceId);
71 dest.writeInt(afTriggerId);
72 dest.writeInt(precaptureTriggerId);
74 dest.writeInt(partialResultCount);
75 dest.writeInt(errorStreamId);
/frameworks/base/core/java/android/service/notification/
H A DAdjustment.java136 dest.writeInt(1);
139 dest.writeInt(0);
142 dest.writeInt(1);
145 dest.writeInt(0);
147 dest.writeInt(mImportance);
149 dest.writeInt(1);
152 dest.writeInt(0);
156 dest.writeInt(mUser);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDataProfile.java87 pc.writeInt(dps.length);
89 pc.writeInt(dps[i].profileId);
92 pc.writeInt(dps[i].authType);
95 pc.writeInt(dps[i].type);
96 pc.writeInt(dps[i].maxConnsTime);
97 pc.writeInt(dps[i].maxConns);
98 pc.writeInt(dps[i].waitTime);
99 pc.writeInt(dps[i].enabled ? 1 : 0);

Completed in 934 milliseconds

1234567891011>>