Home
last modified time | relevance | path

Searched refs:writeInt (Results 1 – 25 of 252) sorted by relevance

1234567891011

/packages/modules/Wifi/framework/java/android/net/wifi/
DRttManager.java284 dest.writeInt(oneSidedRttSupported ? 1 : 0); in writeToParcel()
285 dest.writeInt(twoSided11McRttSupported ? 1 : 0); in writeToParcel()
286 dest.writeInt(lciSupported ? 1 : 0); in writeToParcel()
287 dest.writeInt(lcrSupported ? 1 : 0); in writeToParcel()
288 dest.writeInt(preambleSupported); in writeToParcel()
289 dest.writeInt(bwSupported); in writeToParcel()
290 dest.writeInt(responderSupported ? 1 : 0); in writeToParcel()
291 dest.writeInt(secureRttSupported ? 1 : 0); in writeToParcel()
292 dest.writeInt(mcVersion); in writeToParcel()
535 dest.writeInt(mParams.length); in writeToParcel()
[all …]
DScanResult.java1011 dest.writeInt(id); in writeToParcel()
1012 dest.writeInt(idExt); in writeToParcel()
1238 dest.writeInt(1); in writeToParcel()
1241 dest.writeInt(0); in writeToParcel()
1246 dest.writeInt(anqpDomainId); in writeToParcel()
1248 dest.writeInt(level); in writeToParcel()
1249 dest.writeInt(frequency); in writeToParcel()
1251 dest.writeInt(distanceCm); in writeToParcel()
1252 dest.writeInt(distanceSdCm); in writeToParcel()
1253 dest.writeInt(channelWidth); in writeToParcel()
[all …]
DWifiUsabilityStatsEntry.java355 dest.writeInt(mPreamble); in writeToParcel()
356 dest.writeInt(mNss); in writeToParcel()
357 dest.writeInt(mBw); in writeToParcel()
358 dest.writeInt(mRateMcsIdx); in writeToParcel()
359 dest.writeInt(mBitRateInKbps); in writeToParcel()
360 dest.writeInt(mTxMpdu); in writeToParcel()
361 dest.writeInt(mRxMpdu); in writeToParcel()
362 dest.writeInt(mMpduLost); in writeToParcel()
363 dest.writeInt(mRetries); in writeToParcel()
500 dest.writeInt(mRadioId); in writeToParcel()
[all …]
DWifiScanner.java543 dest.writeInt(band); in writeToParcel()
544 dest.writeInt(periodInMs); in writeToParcel()
545 dest.writeInt(reportEvents); in writeToParcel()
546 dest.writeInt(numBssidsPerScan); in writeToParcel()
547 dest.writeInt(maxScansToCache); in writeToParcel()
548 dest.writeInt(maxPeriodInMs); in writeToParcel()
549 dest.writeInt(stepCount); in writeToParcel()
550 dest.writeInt(isPnoScan ? 1 : 0); in writeToParcel()
551 dest.writeInt(type); in writeToParcel()
552 dest.writeInt(ignoreLocationSettings ? 1 : 0); in writeToParcel()
[all …]
DWifiConfiguration.java2568 dest.writeInt(getNetworkSelectionStatus()); in writeToParcel()
2569 dest.writeInt(getNetworkSelectionDisableReason()); in writeToParcel()
2572 dest.writeInt(getDisableReasonCounter(index)); in writeToParcel()
2577 dest.writeInt(CONNECT_CHOICE_EXISTS); in writeToParcel()
2579 dest.writeInt(getConnectChoiceRssi()); in writeToParcel()
2581 dest.writeInt(CONNECT_CHOICE_NOT_EXISTS); in writeToParcel()
2583 dest.writeInt(hasEverConnected() ? 1 : 0); in writeToParcel()
2584 dest.writeInt(hasNeverDetectedCaptivePortal() ? 1 : 0); in writeToParcel()
3275 dest.writeInt(set.cardinality()); in writeBitSet()
3278 dest.writeInt(nextSetBit); in writeBitSet()
[all …]
DWifiInfo.java1233 dest.writeInt(mNetworkId); in writeToParcel()
1234 dest.writeInt(mRssi); in writeToParcel()
1235 dest.writeInt(mLinkSpeed); in writeToParcel()
1236 dest.writeInt(mTxLinkSpeed); in writeToParcel()
1237 dest.writeInt(mRxLinkSpeed); in writeToParcel()
1238 dest.writeInt(mFrequency); in writeToParcel()
1246 dest.writeInt(1); in writeToParcel()
1249 dest.writeInt(0); in writeToParcel()
1253 dest.writeInt(mMeteredHint ? 1 : 0); in writeToParcel()
1254 dest.writeInt(mEphemeral ? 1 : 0); in writeToParcel()
[all …]
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWlanWakeReasonAndCounts.java106 dest.writeInt(totalCmdEventWake); in writeToParcel()
107 dest.writeInt(totalDriverFwLocalWake); in writeToParcel()
108 dest.writeInt(totalRxDataWake); in writeToParcel()
110 dest.writeInt(rxUnicast); in writeToParcel()
111 dest.writeInt(rxMulticast); in writeToParcel()
112 dest.writeInt(rxBroadcast); in writeToParcel()
114 dest.writeInt(icmp); in writeToParcel()
115 dest.writeInt(icmp6); in writeToParcel()
116 dest.writeInt(icmp6Ra); in writeToParcel()
117 dest.writeInt(icmp6Na); in writeToParcel()
[all …]
DSoftApBackupRestore.java85 out.writeInt(CURRENT_SAP_BACKUP_DATA_VERSION); in retrieveBackupDataFromSoftApConfiguration()
87 out.writeInt(LAST_SAP_BACKUP_DATA_VERSION_IN_R); in retrieveBackupDataFromSoftApConfiguration()
90 out.writeInt(config.getBand()); in retrieveBackupDataFromSoftApConfiguration()
91 out.writeInt(config.getChannel()); in retrieveBackupDataFromSoftApConfiguration()
93 out.writeInt(config.getSecurityType()); in retrieveBackupDataFromSoftApConfiguration()
95 out.writeInt(config.getMaxNumberOfClients()); in retrieveBackupDataFromSoftApConfiguration()
103 out.writeInt(config.getMacRandomizationSetting()); in retrieveBackupDataFromSoftApConfiguration()
106 out.writeInt(numOfChannels); in retrieveBackupDataFromSoftApConfiguration()
108 out.writeInt(channels.keyAt(i)); in retrieveBackupDataFromSoftApConfiguration()
109 out.writeInt(channels.valueAt(i)); in retrieveBackupDataFromSoftApConfiguration()
[all …]
/packages/apps/Gallery2/src/com/android/gallery3d/util/
DProfileData.java106 writeInt(0); in dumpToFile()
107 writeInt(3); in dumpToFile()
108 writeInt(1); in dumpToFile()
109 writeInt(20000); // Sampling period: 20ms in dumpToFile()
110 writeInt(0); in dumpToFile()
116 writeInt(0); in dumpToFile()
117 writeInt(1); in dumpToFile()
118 writeInt(0); in dumpToFile()
132 writeInt(node.sampleCount); in writeOneStack()
133 writeInt(depth); in writeOneStack()
[all …]
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
DBlobCache.java305 writeInt(buf, IH_MAGIC, MAGIC_INDEX_FILE); in resetCache()
306 writeInt(buf, IH_MAX_ENTRIES, maxEntries); in resetCache()
307 writeInt(buf, IH_MAX_BYTES, maxBytes); in resetCache()
308 writeInt(buf, IH_ACTIVE_REGION, 0); in resetCache()
309 writeInt(buf, IH_ACTIVE_ENTRIES, 0); in resetCache()
310 writeInt(buf, IH_ACTIVE_BYTES, DATA_HEADER_SIZE); in resetCache()
311 writeInt(buf, IH_VERSION, mVersion); in resetCache()
312 writeInt(buf, IH_CHECKSUM, checkSum(buf, 0, IH_CHECKSUM)); in resetCache()
321 writeInt(buf, 0, MAGIC_DATA_FILE); in resetCache()
332 writeInt(mIndexHeader, IH_ACTIVE_REGION, mActiveRegion); in flipRegion()
[all …]
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DSoftApBackupRestoreTest.java132 out.writeInt(LAST_WIFICOFIGURATION_BACKUP_VERSION); in getBytesForBackup()
134 out.writeInt(wificonfig.apBand); in getBytesForBackup()
135 out.writeInt(wificonfig.apChannel); in getBytesForBackup()
137 out.writeInt(wificonfig.getAuthType()); in getBytesForBackup()
350 out.writeInt(5); in retrieveVersion5BackupDataFromSoftApConfiguration()
352 out.writeInt(config.getBand()); in retrieveVersion5BackupDataFromSoftApConfiguration()
353 out.writeInt(config.getChannel()); in retrieveVersion5BackupDataFromSoftApConfiguration()
355 out.writeInt(config.getSecurityType()); in retrieveVersion5BackupDataFromSoftApConfiguration()
357 out.writeInt(config.getMaxNumberOfClients()); in retrieveVersion5BackupDataFromSoftApConfiguration()
358 out.writeInt((int) config.getShutdownTimeoutMillis()); in retrieveVersion5BackupDataFromSoftApConfiguration()
[all …]
/packages/apps/Launcher3/src/com/android/launcher3/widget/custom/
DCustomAppWidgetProviderInfo.java76 out.writeInt(providerId); in writeToParcel()
80 out.writeInt(initialLayout); in writeToParcel()
81 out.writeInt(icon); in writeToParcel()
82 out.writeInt(previewImage); in writeToParcel()
84 out.writeInt(resizeMode); in writeToParcel()
85 out.writeInt(spanX); in writeToParcel()
86 out.writeInt(spanY); in writeToParcel()
87 out.writeInt(minSpanX); in writeToParcel()
88 out.writeInt(minSpanY); in writeToParcel()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/util/
DLogUtils.java63 .writeInt(logFields.getApiType()) in log()
64 .writeInt(logFields.getUriType()) in log()
65 .writeInt(getCallerType(logFields.isCallerIsSyncAdapter())) in log()
66 .writeInt(getResultType(logFields.getException())) in log()
67 .writeInt(logFields.getResultCount()) in log()
69 .writeInt(0) // Empty value for TaskType in log()
70 .writeInt(logFields.getMethodCall()) in log()
/packages/apps/Contacts/src/com/android/contacts/logging/
DSearchState.java91 dest.writeInt(queryLength); in writeToParcel()
92 dest.writeInt(numPartitions); in writeToParcel()
93 dest.writeInt(numResults); in writeToParcel()
94 dest.writeInt(numResultsInSelectedPartition); in writeToParcel()
95 dest.writeInt(selectedPartition); in writeToParcel()
96 dest.writeInt(selectedIndexInPartition); in writeToParcel()
97 dest.writeInt(selectedIndex); in writeToParcel()
/packages/providers/CallLogProvider/tests/src/com/android/calllogbackup/
DCallLogBackupAgentTest.java122 inOrder.verify(mDataOutput).writeInt(CallLogBackupAgent.VERSION); in testWriteState_NoCalls()
123 inOrder.verify(mDataOutput).writeInt(0 /* size */); in testWriteState_NoCalls()
135 inOrder.verify(mDataOutput).writeInt(CallLogBackupAgent.VERSION); in testWriteState_OneCall()
136 inOrder.verify(mDataOutput).writeInt(1); in testWriteState_OneCall()
137 inOrder.verify(mDataOutput).writeInt(101 /* call-ID */); in testWriteState_OneCall()
151 inOrder.verify(mDataOutput).writeInt(CallLogBackupAgent.VERSION); in testWriteState_MultipleCalls()
152 inOrder.verify(mDataOutput).writeInt(3 /* size */); in testWriteState_MultipleCalls()
153 inOrder.verify(mDataOutput).writeInt(101 /* call-ID */); in testWriteState_MultipleCalls()
154 inOrder.verify(mDataOutput).writeInt(102 /* call-ID */); in testWriteState_MultipleCalls()
155 inOrder.verify(mDataOutput).writeInt(103 /* call-ID */); in testWriteState_MultipleCalls()
/packages/modules/Connectivity/framework/src/android/net/
DDhcpInfo.java77 dest.writeInt(ipAddress); in writeToParcel()
78 dest.writeInt(gateway); in writeToParcel()
79 dest.writeInt(netmask); in writeToParcel()
80 dest.writeInt(dns1); in writeToParcel()
81 dest.writeInt(dns2); in writeToParcel()
82 dest.writeInt(serverAddress); in writeToParcel()
83 dest.writeInt(leaseDuration); in writeToParcel()
DTcpKeepalivePacketData.java173 out.writeInt(getSrcPort()); in writeToParcel()
174 out.writeInt(getDstPort()); in writeToParcel()
176 out.writeInt(tcpSeq); in writeToParcel()
177 out.writeInt(tcpAck); in writeToParcel()
178 out.writeInt(tcpWindow); in writeToParcel()
179 out.writeInt(tcpWindowScale); in writeToParcel()
180 out.writeInt(ipTos); in writeToParcel()
181 out.writeInt(ipTtl); in writeToParcel()
DNetworkAgentConfig.java466 out.writeInt(allowBypass ? 1 : 0); in writeToParcel()
467 out.writeInt(explicitlySelected ? 1 : 0); in writeToParcel()
468 out.writeInt(acceptUnvalidated ? 1 : 0); in writeToParcel()
469 out.writeInt(acceptPartialConnectivity ? 1 : 0); in writeToParcel()
471 out.writeInt(provisioningNotificationDisabled ? 1 : 0); in writeToParcel()
472 out.writeInt(skip464xlat ? 1 : 0); in writeToParcel()
473 out.writeInt(legacyType); in writeToParcel()
475 out.writeInt(legacySubType); in writeToParcel()
/packages/apps/Messaging/src/com/android/messaging/sms/
DDatabaseMessages.java246 out.writeInt(mType); in writeToParcel()
248 out.writeInt(mStatus); in writeToParcel()
249 out.writeInt(mRead ? 1 : 0); in writeToParcel()
250 out.writeInt(mSeen ? 1 : 0); in writeToParcel()
251 out.writeInt(mSubId); in writeToParcel()
530 out.writeInt(mType); in writeToParcel()
532 out.writeInt(mStatus); in writeToParcel()
533 out.writeInt(mRead ? 1 : 0); in writeToParcel()
534 out.writeInt(mSeen ? 1 : 0); in writeToParcel()
535 out.writeInt(mSubId); in writeToParcel()
[all …]
/packages/apps/Dialer/java/com/android/voicemail/impl/
DVoicemail.java271 dest.writeInt(0); in writeToParcel()
273 dest.writeInt(1); in writeToParcel()
281 dest.writeInt(0); in writeToParcel()
283 dest.writeInt(1); in writeToParcel()
287 dest.writeInt(1); in writeToParcel()
289 dest.writeInt(0); in writeToParcel()
292 dest.writeInt(1); in writeToParcel()
294 dest.writeInt(0); in writeToParcel()
/packages/apps/DocumentsUI/src/com/android/documentsui/picker/
DPickResult.java206 out.writeInt(mActionCount); in writeToParcel()
208 out.writeInt(mFileCount); in writeToParcel()
209 out.writeInt(mIsSearching ? 1 : 0); in writeToParcel()
210 out.writeInt(mRoot); in writeToParcel()
211 out.writeInt(mMimeType); in writeToParcel()
212 out.writeInt(mRepeatedPickTimes); in writeToParcel()
/packages/apps/DocumentsUI/src/com/android/documentsui/sorting/
DSortDimension.java174 out.writeInt(mId); in writeToParcel()
175 out.writeInt(mLabelId); in writeToParcel()
176 out.writeInt(mDataType); in writeToParcel()
177 out.writeInt(mSortCapability); in writeToParcel()
178 out.writeInt(mDefaultSortDirection); in writeToParcel()
179 out.writeInt(mSortDirection); in writeToParcel()
180 out.writeInt(mVisibility); in writeToParcel()
/packages/providers/CallLogProvider/src/com/android/calllogbackup/
DCallLogBackupAgent.java300 dataOutput.writeInt(VERSION); in writeState()
304 dataOutput.writeInt(state.callIds.size()); in writeState()
306 dataOutput.writeInt(i); in writeState()
430 data.writeInt(VERSION); in addCallToBackup()
434 data.writeInt(call.type); in addCallToBackup()
435 data.writeInt(call.numberPresentation); in addCallToBackup()
440 data.writeInt(call.features); in addCallToBackup()
444 data.writeInt(oemData.bytes.length); in addCallToBackup()
446 data.writeInt(END_OEM_DATA_MARKER); in addCallToBackup()
448 data.writeInt(call.addForAllUsers); in addCallToBackup()
[all …]
/packages/modules/GeoTZ/s2storage/src/write/java/com/android/timezone/location/storage/block/write/
DBlockFileWriter.java88 mTempFileOutputStream.writeInt(blockId); in addBlock()
90 mTempFileOutputStream.writeInt(blockType); in addBlock()
115 bos.writeInt(mVersion); in writeHeaderAndAppendTempFile()
117 bos.writeInt(mBlockInfos.size()); in writeHeaderAndAppendTempFile()
137 bos.writeInt(blockInfoSize); in writeHeaderAndAppendTempFile()
138 bos.writeInt(blockInfo.getType()); in writeHeaderAndAppendTempFile()
/packages/modules/Wifi/framework/java/android/net/wifi/aware/
DSubscribeConfig.java139 dest.writeInt(mSubscribeType); in writeToParcel()
140 dest.writeInt(mTtlSec); in writeToParcel()
141 dest.writeInt(mEnableTerminateNotification ? 1 : 0); in writeToParcel()
142 dest.writeInt(mMinDistanceMm); in writeToParcel()
143 dest.writeInt(mMinDistanceMmSet ? 1 : 0); in writeToParcel()
144 dest.writeInt(mMaxDistanceMm); in writeToParcel()
145 dest.writeInt(mMaxDistanceMmSet ? 1 : 0); in writeToParcel()

1234567891011