HomeSort by relevance Sort by last modified time
    Searched refs:writeInt (Results 1 - 25 of 1334) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/core/java/android/net/
MobileLinkQualityInfo.java 50 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(mLteRsrp)
    [all...]
  /frameworks/base/core/java/android/os/
BatteryProperties.java 80 p.writeInt(chargerAcOnline ? 1 : 0);
81 p.writeInt(chargerUsbOnline ? 1 : 0);
82 p.writeInt(chargerWirelessOnline ? 1 : 0);
83 p.writeInt(maxChargingCurrent);
84 p.writeInt(maxChargingVoltage);
85 p.writeInt(batteryStatus);
86 p.writeInt(batteryHealth);
87 p.writeInt(batteryPresent ? 1 : 0);
88 p.writeInt(batteryLevel);
89 p.writeInt(batteryVoltage)
    [all...]
PooledStringWriter.java 55 out.writeInt(0); // reserve space for final pool size.
61 mOut.writeInt(cur);
64 mOut.writeInt(-(mNext+1));
77 mOut.writeInt(mNext);
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
MediaPlayerMetadataParserTest.java 76 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(Metadata.TITLE)
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/logging/
SearchState.java 91 dest.writeInt(queryLength);
92 dest.writeInt(numPartitions);
93 dest.writeInt(numResults);
94 dest.writeInt(numResultsInSelectedPartition);
95 dest.writeInt(selectedPartition);
96 dest.writeInt(selectedIndexInPartition);
97 dest.writeInt(selectedIndex);
  /frameworks/base/core/java/android/net/metrics/
ApfStats.java 68 out.writeInt(receivedRas);
69 out.writeInt(matchingRas);
70 out.writeInt(droppedRas);
71 out.writeInt(zeroLifetimeRas);
72 out.writeInt(parseErrors);
73 out.writeInt(programUpdates);
74 out.writeInt(programUpdatesAll);
75 out.writeInt(programUpdatesAllowingMulticast);
76 out.writeInt(maxProgramSize);
  /frameworks/base/location/java/com/android/internal/location/
ProviderProperties.java 142 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/opt/telephony/src/java/com/android/internal/telephony/cat/
Input.java 84 dest.writeInt(minLen);
85 dest.writeInt(maxLen);
86 dest.writeInt(ucs2 ? 1 : 0);
87 dest.writeInt(packed ? 1 : 0);
88 dest.writeInt(digitOnly ? 1 : 0);
89 dest.writeInt(echo ? 1 : 0);
90 dest.writeInt(yesNo ? 1 : 0);
91 dest.writeInt(helpAvailable ? 1 : 0);
93 dest.writeInt(iconSelfExplanatory ? 1 : 0);
  /frameworks/base/core/java/android/view/inputmethod/
ExtractedTextRequest.java 57 dest.writeInt(token);
58 dest.writeInt(this.flags);
59 dest.writeInt(hintMaxLines);
60 dest.writeInt(hintMaxChars);
ExtractedText.java 97 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/
RssiPacketCountInfo.java 52 out.writeInt(rssi);
53 out.writeInt(txgood);
54 out.writeInt(txbad);
55 out.writeInt(rxgood);
WifiWakeReasonAndCounts.java 106 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(icmp6Na)
    [all...]
  /sdk/testapps/basicProjectWithAidl/src/com/android/tests/basicprojectwithaidl/
Rect.java 30 out.writeInt(left);
31 out.writeInt(top);
32 out.writeInt(right);
33 out.writeInt(bottom);
  /frameworks/base/core/java/android/bluetooth/
BluetoothHidDeviceAppQosSettings.java 84 out.writeInt(serviceType);
85 out.writeInt(tokenRate);
86 out.writeInt(tokenBucketSize);
87 out.writeInt(peakBandwidth);
88 out.writeInt(latency);
89 out.writeInt(delayVariation);
  /frameworks/base/core/java/android/app/assist/
AssistContent.java 171 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(mIsAppProvidedWebUri ? 1 : 0)
    [all...]
  /frameworks/base/core/java/android/content/pm/
PackageInfoLite.java 84 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);
ConfigurationInfo.java 109 dest.writeInt(reqTouchScreen);
110 dest.writeInt(reqKeyboardType);
111 dest.writeInt(reqNavigation);
112 dest.writeInt(reqInputFeatures);
113 dest.writeInt(reqGlEsVersion);
  /frameworks/base/core/java/android/service/notification/
Adjustment.java 129 dest.writeInt(1);
132 dest.writeInt(0);
135 dest.writeInt(1);
138 dest.writeInt(0);
141 dest.writeInt(1);
144 dest.writeInt(0);
147 dest.writeInt(mUser);
  /frameworks/base/core/java/android/content/
SyncStatusInfo.java 71 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(pending ? 1 : 0)
    [all...]
  /frameworks/base/core/java/android/app/
ProfilerInfo.java 65 out.writeInt(1);
68 out.writeInt(0);
70 out.writeInt(samplingInterval);
71 out.writeInt(autoStopProfiler ? 1 : 0);
72 out.writeInt(streamingOutput ? 1 : 0);
ServiceStartArgs.java 50 out.writeInt(taskRemoved ? 1 : 0);
51 out.writeInt(startId);
52 out.writeInt(flags);
54 out.writeInt(1);
57 out.writeInt(0);
  /frameworks/base/core/java/android/hardware/location/
MemoryRegion.java 115 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/
ImsCallForwardInfo.java 55 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/
CapInfo.java 376 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(mCdViaPresenceSupported ? 1 : 0)
    [all...]
  /frameworks/support/media-compat/java/android/support/v4/media/session/
ParcelableVolumeInfo.java 57 dest.writeInt(volumeType);
58 dest.writeInt(controlType);
59 dest.writeInt(maxVolume);
60 dest.writeInt(currentVolume);
61 dest.writeInt(audioStream);

Completed in 1700 milliseconds

1 2 3 4 5 6 7 8 91011>>