/aosp14/frameworks/base/media/java/android/media/ |
H A D | TimedText.java | 412 int type = parcel.readInt(); in parseParcel() 414 type = parcel.readInt(); in parseParcel() 421 type = parcel.readInt(); in parseParcel() 440 int key = parcel.readInt(); in parseParcel() 555 int key = parcel.readInt(); in readStyle() 611 int id = parcel.readInt(); in readFont() 631 int endChar = parcel.readInt(); in readHighlight() 666 int endChar = parcel.readInt(); in readHyperText() 668 int len = parcel.readInt(); in readHyperText() 672 len = parcel.readInt(); in readHyperText() [all …]
|
H A D | MediaRouterClientState.java | 130 supportedTypes = in.readInt(); in RouteInfo() 131 enabled = in.readInt() != 0; in RouteInfo() 132 statusCode = in.readInt(); in RouteInfo() 133 playbackType = in.readInt(); in RouteInfo() 134 playbackStream = in.readInt(); in RouteInfo() 135 volume = in.readInt(); in RouteInfo() 136 volumeMax = in.readInt(); in RouteInfo() 137 volumeHandling = in.readInt(); in RouteInfo() 138 presentationDisplayId = in.readInt(); in RouteInfo() 139 deviceType = in.readInt(); in RouteInfo()
|
/aosp14/frameworks/base/core/java/com/android/ims/internal/uce/common/ |
H A D | CapInfo.java | 863 mImSupported = (source.readInt() == 0) ? false : true; in readFromParcel() 864 mFtSupported = (source.readInt() == 0) ? false : true; in readFromParcel() 865 mFtThumbSupported = (source.readInt() == 0) ? false : true; in readFromParcel() 866 mFtSnFSupported = (source.readInt() == 0) ? false : true; in readFromParcel() 867 mFtHttpSupported = (source.readInt() == 0) ? false : true; in readFromParcel() 868 mIsSupported = (source.readInt() == 0) ? false : true; in readFromParcel() 870 mVsSupported = (source.readInt() == 0) ? false : true; in readFromParcel() 871 mSpSupported = (source.readInt() == 0) ? false : true; in readFromParcel() 873 mIpVoiceSupported = (source.readInt() == 0) ? false : true; in readFromParcel() 878 mSmSupported = (source.readInt() == 0) ? false : true; in readFromParcel() [all …]
|
/aosp14/frameworks/base/tests/ProtoInputStreamTests/src/com/android/test/protoinputstream/ |
H A D | ProtoInputStreamEnumTest.java | 81 results[1] = pi.readInt(fieldId2); in testRead() 84 results[2] = pi.readInt(fieldId3); in testRead() 87 results[3] = pi.readInt(fieldId4); in testRead() 90 results[4] = pi.readInt(fieldId5); in testRead() 137 result = pi.readInt(fieldId); in testReadCompat() 278 result[index++] = pi.readInt(fieldId); in testRepeatedCompat() 428 result[index++] = pi.readInt(fieldId); in testPackedCompat() 546 pi.readInt(fieldId1); in testBadWireType() 550 pi.readInt(fieldId2); in testBadWireType() 554 pi.readInt(fieldId3); in testBadWireType() [all …]
|
H A D | ProtoInputStreamUInt32Test.java | 81 results[1] = pi.readInt(fieldId2); in testRead() 84 results[2] = pi.readInt(fieldId3); in testRead() 87 results[3] = pi.readInt(fieldId4); in testRead() 90 results[4] = pi.readInt(fieldId5); in testRead() 138 result = pi.readInt(fieldId); in testReadCompat() 277 result[index++] = pi.readInt(fieldId); in testRepeatedCompat() 423 result[index++] = pi.readInt(fieldId); in testPackedCompat() 540 pi.readInt(fieldId1); in testBadWireType() 544 pi.readInt(fieldId2); in testBadWireType() 548 pi.readInt(fieldId3); in testBadWireType() [all …]
|
H A D | ProtoInputStreamFixed32Test.java | 79 results[1] = pi.readInt(fieldId2); in testRead() 82 results[2] = pi.readInt(fieldId3); in testRead() 85 results[3] = pi.readInt(fieldId4); in testRead() 88 results[4] = pi.readInt(fieldId5); in testRead() 136 result = pi.readInt(fieldId); in testReadCompat() 272 result[index++] = pi.readInt(fieldId); in testRepeatedCompat() 406 result[index++] = pi.readInt(fieldId); in testPackedCompat() 523 pi.readInt(fieldId1); in testBadWireType() 527 pi.readInt(fieldId2); in testBadWireType() 531 pi.readInt(fieldId3); in testBadWireType() [all …]
|
H A D | ProtoInputStreamInt32Test.java | 81 results[1] = pi.readInt(fieldId2); in testRead() 84 results[2] = pi.readInt(fieldId3); in testRead() 87 results[3] = pi.readInt(fieldId4); in testRead() 90 results[4] = pi.readInt(fieldId5); in testRead() 138 result = pi.readInt(fieldId); in testReadCompat() 278 result[index++] = pi.readInt(fieldId); in testRepeatedCompat() 424 result[index++] = pi.readInt(fieldId); in testPackedCompat() 541 pi.readInt(fieldId1); in testBadWireType() 545 pi.readInt(fieldId2); in testBadWireType() 549 pi.readInt(fieldId3); in testBadWireType() [all …]
|
H A D | ProtoInputStreamSFixed32Test.java | 79 results[1] = pi.readInt(fieldId2); in testRead() 82 results[2] = pi.readInt(fieldId3); in testRead() 85 results[3] = pi.readInt(fieldId4); in testRead() 88 results[4] = pi.readInt(fieldId5); in testRead() 136 result = pi.readInt(fieldId); in testReadCompat() 272 result[index++] = pi.readInt(fieldId); in testRepeatedCompat() 406 result[index++] = pi.readInt(fieldId); in testPackedCompat() 523 pi.readInt(fieldId1); in testBadWireType() 527 pi.readInt(fieldId2); in testBadWireType() 531 pi.readInt(fieldId3); in testBadWireType() [all …]
|
H A D | ProtoInputStreamSInt32Test.java | 79 results[1] = pi.readInt(fieldId2); in testRead() 82 results[2] = pi.readInt(fieldId3); in testRead() 85 results[3] = pi.readInt(fieldId4); in testRead() 88 results[4] = pi.readInt(fieldId5); in testRead() 136 result = pi.readInt(fieldId); in testReadCompat() 272 result[index++] = pi.readInt(fieldId); in testRepeatedCompat() 406 result[index++] = pi.readInt(fieldId); in testPackedCompat() 523 pi.readInt(fieldId1); in testBadWireType() 527 pi.readInt(fieldId2); in testBadWireType() 531 pi.readInt(fieldId3); in testBadWireType() [all …]
|
/aosp14/frameworks/base/core/java/android/content/ |
H A D | SyncStatusInfo.java | 107 numSyncs = parcel.readInt(); in readFromParcel() 108 numSourcePoll = parcel.readInt(); in readFromParcel() 109 numSourceOther = parcel.readInt(); in readFromParcel() 111 numSourceUser = parcel.readInt(); in readFromParcel() 113 numSourceFeed = parcel.readInt(); in readFromParcel() 114 numFailures = parcel.readInt(); in readFromParcel() 115 numCancels = parcel.readInt(); in readFromParcel() 226 int version = parcel.readInt(); in SyncStatusInfo() 230 authorityId = parcel.readInt(); in SyncStatusInfo() 246 pending = parcel.readInt() != 0; in SyncStatusInfo() [all …]
|
/aosp14/frameworks/base/core/java/android/appwidget/ |
H A D | AppWidgetProviderInfo.java | 371 this.minWidth = in.readInt(); in AppWidgetProviderInfo() 372 this.minHeight = in.readInt(); in AppWidgetProviderInfo() 373 this.minResizeWidth = in.readInt(); in AppWidgetProviderInfo() 375 this.maxResizeWidth = in.readInt(); in AppWidgetProviderInfo() 380 this.initialLayout = in.readInt(); in AppWidgetProviderInfo() 384 this.icon = in.readInt(); in AppWidgetProviderInfo() 385 this.previewImage = in.readInt(); in AppWidgetProviderInfo() 386 this.previewLayout = in.readInt(); in AppWidgetProviderInfo() 388 this.resizeMode = in.readInt(); in AppWidgetProviderInfo() 389 this.widgetCategory = in.readInt(); in AppWidgetProviderInfo() [all …]
|
/aosp14/frameworks/base/core/java/android/net/ |
H A D | MobileLinkQualityInfo.java | 82 li.mRssi = in.readInt(); in createFromParcelBody() 83 li.mGsmErrorRate = in.readInt(); in createFromParcelBody() 84 li.mCdmaDbm = in.readInt(); in createFromParcelBody() 85 li.mCdmaEcio = in.readInt(); in createFromParcelBody() 86 li.mEvdoDbm = in.readInt(); in createFromParcelBody() 87 li.mEvdoEcio = in.readInt(); in createFromParcelBody() 88 li.mEvdoSnr = in.readInt(); in createFromParcelBody() 90 li.mLteRsrp = in.readInt(); in createFromParcelBody() 91 li.mLteRsrq = in.readInt(); in createFromParcelBody() 92 li.mLteRssnr = in.readInt(); in createFromParcelBody() [all …]
|
/aosp14/frameworks/base/core/java/android/net/netstats/ |
H A D | NetworkStatsDataMigrationUtils.java | 272 final int magic = in.readInt(); in readPlatformCollection() 277 final int version = in.readInt(); in readPlatformCollection() 307 final int size = in.readInt(); in readFullLongArray() 318 final int size = in.readInt(); in readVarLongArray() 372 final int version = in.readInt(); in readPlatformHistory() 420 final int version = in.readInt(); in readPlatformNetworkIdentitySet() 421 final int size = in.readInt(); in readPlatformNetworkIdentitySet() 427 final int type = in.readInt(); in readPlatformNetworkIdentitySet() 428 final int ratType = in.readInt(); in readPlatformNetworkIdentitySet() 469 subId = in.readInt(); in readPlatformNetworkIdentitySet() [all …]
|
/aosp14/frameworks/base/core/java/android/os/health/ |
H A D | HealthStats.java | 138 count = in.readInt(); in HealthStats() 143 mTimerKeys[i] = in.readInt(); in HealthStats() 149 count = in.readInt(); in HealthStats() 158 count = in.readInt(); in HealthStats() 162 mStatsKeys[i] = in.readInt(); in HealthStats() 167 count = in.readInt(); in HealthStats() 171 mTimersKeys[i] = in.readInt(); in HealthStats() 176 count = in.readInt(); in HealthStats() 453 final int count = in.readInt(); in createHealthStatsMap() 467 final int count = in.readInt(); in createParcelableMap() [all …]
|
/aosp14/frameworks/base/services/core/java/com/android/server/am/ |
H A D | LmkdStatsReporter.java | 62 final int uid = inputData.readInt(); in logKillOccurred() 63 final int oomScore = inputData.readInt(); in logKillOccurred() 64 final int minOomScore = inputData.readInt(); in logKillOccurred() 65 final int freeMemKb = inputData.readInt(); in logKillOccurred() 66 final int freeSwapKb = inputData.readInt(); in logKillOccurred() 67 final int killReason = inputData.readInt(); in logKillOccurred() 68 final int thrashing = inputData.readInt(); in logKillOccurred() 69 final int maxThrashing = inputData.readInt(); in logKillOccurred()
|
/aosp14/frameworks/base/core/java/android/content/pm/ |
H A D | PackageInfoLite.java | 146 versionCode = source.readInt(); in PackageInfoLite() 147 versionCodeMajor = source.readInt(); in PackageInfoLite() 148 baseRevisionCode = source.readInt(); in PackageInfoLite() 150 recommendedInstallLocation = source.readInt(); in PackageInfoLite() 151 installLocation = source.readInt(); in PackageInfoLite() 152 multiArch = (source.readInt() != 0); in PackageInfoLite() 153 debuggable = (source.readInt() != 0); in PackageInfoLite() 155 final int verifiersLength = source.readInt(); in PackageInfoLite()
|
H A D | PackageInfo.java | 571 versionCode = source.readInt(); in PackageInfo() 572 versionCodeMajor = source.readInt(); in PackageInfo() 574 baseRevisionCode = source.readInt(); in PackageInfo() 577 sharedUserLabel = source.readInt(); in PackageInfo() 578 int hasApp = source.readInt(); in PackageInfo() 598 installLocation = source.readInt(); in PackageInfo() 599 isStub = source.readInt() != 0; in PackageInfo() 600 coreApp = source.readInt() != 0; in PackageInfo() 606 overlayPriority = source.readInt(); in PackageInfo() 608 compileSdkVersion = source.readInt(); in PackageInfo() [all …]
|
/aosp14/frameworks/base/core/java/android/view/accessibility/ |
H A D | AccessibilityEvent.java | 1505 mSealed = (parcel.readInt() == 1); in initFromParcel() 1506 mEventType = parcel.readInt(); in initFromParcel() 1508 mAction = parcel.readInt(); in initFromParcel() 1510 mWindowChangeTypes = parcel.readInt(); in initFromParcel() 1514 mConnectionId = parcel.readInt(); in initFromParcel() 1536 parcel.readInt()); in initFromParcel() 1551 record.mItemCount = parcel.readInt(); in readAccessibilityRecordFromParcel() 1552 record.mFromIndex = parcel.readInt(); in readAccessibilityRecordFromParcel() 1553 record.mToIndex = parcel.readInt(); in readAccessibilityRecordFromParcel() 1554 record.mScrollX = parcel.readInt(); in readAccessibilityRecordFromParcel() [all …]
|
/aosp14/frameworks/base/services/usb/java/com/android/server/usb/hal/port/ |
H A D | RawPortInfo.java | 171 int supportedModes = in.readInt(); 172 int supportedContaminantProtectionModes = in.readInt(); 173 int currentMode = in.readInt(); 175 int currentPowerRole = in.readInt(); 177 int currentDataRole = in.readInt(); 180 int contaminantProtectionStatus = in.readInt(); 182 int contaminantDetectionStatus = in.readInt(); 183 int usbDataStatus = in.readInt(); 185 int powerBrickConnectionStatus = in.readInt(); 188 int plugState = in.readInt(); [all …]
|
/aosp14/frameworks/base/core/java/android/hardware/location/ |
H A D | NanoAppInstanceInfo.java | 171 mHandle = in.readInt(); in NanoAppInstanceInfo() 173 mAppVersion = in.readInt(); in NanoAppInstanceInfo() 174 mContexthubId = in.readInt(); in NanoAppInstanceInfo() 175 mNeededReadMemBytes = in.readInt(); in NanoAppInstanceInfo() 176 mNeededWriteMemBytes = in.readInt(); in NanoAppInstanceInfo() 177 mNeededExecMemBytes = in.readInt(); in NanoAppInstanceInfo() 179 int neededSensorsLength = in.readInt(); in NanoAppInstanceInfo() 183 int outputEventsLength = in.readInt(); in NanoAppInstanceInfo()
|
/aosp14/frameworks/base/core/java/android/view/inputmethod/ |
H A D | ExtractedText.java | 123 res.startOffset = source.readInt(); 124 res.partialStartOffset = source.readInt(); 125 res.partialEndOffset = source.readInt(); 126 res.selectionStart = source.readInt(); 127 res.selectionEnd = source.readInt(); 128 res.flags = source.readInt();
|
/aosp14/frameworks/base/core/java/android/hardware/ |
H A D | CameraStreamStats.java | 147 mWidth = in.readInt(); in readFromParcel() 148 mHeight = in.readInt(); in readFromParcel() 149 mFormat = in.readInt(); in readFromParcel() 151 mDataSpace = in.readInt(); in readFromParcel() 155 mStartLatencyMs = in.readInt(); in readFromParcel() 156 mMaxHalBuffers = in.readInt(); in readFromParcel() 157 mMaxAppBuffers = in.readInt(); in readFromParcel() 158 mHistogramType = in.readInt(); in readFromParcel() 163 mColorSpace = in.readInt(); in readFromParcel()
|
/aosp14/frameworks/base/telephony/java/android/telephony/ |
H A D | CallQuality.java | 95 mUplinkCallQualityLevel = in.readInt(); in CallQuality() 96 mCallDuration = in.readInt(); in CallQuality() 98 mNumRtpPacketsReceived = in.readInt(); in CallQuality() 101 mAverageRelativeJitter = in.readInt(); in CallQuality() 102 mMaxRelativeJitter = in.readInt(); in CallQuality() 103 mAverageRoundTripTime = in.readInt(); in CallQuality() 104 mCodecType = in.readInt(); in CallQuality() 108 mNumVoiceFrames = in.readInt(); in CallQuality() 109 mNumNoDataFrames = in.readInt(); in CallQuality() 110 mNumDroppedRtpPackets = in.readInt(); in CallQuality() [all …]
|
/aosp14/frameworks/base/core/java/com/android/internal/statusbar/ |
H A D | RegisterStatusBarResult.java | 101 final int disabledFlags1 = source.readInt(); 102 final int appearance = source.readInt(); 105 final int imeWindowVis = source.readInt(); 106 final int imeBackDisposition = source.readInt(); 108 final int disabledFlags2 = source.readInt(); 111 final int behavior = source.readInt(); 112 final int requestedVisibleTypes = source.readInt(); 114 final int transientBarTypes = source.readInt();
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | TaskInfo.java | 602 userId = source.readInt(); in readFromParcel() 603 taskId = source.readInt(); in readFromParcel() 604 displayId = source.readInt(); in readFromParcel() 612 numActivities = source.readInt(); in readFromParcel() 617 resizeMode = source.readInt(); in readFromParcel() 620 topActivityType = source.readInt(); in readFromParcel() 628 minWidth = source.readInt(); in readFromParcel() 629 minHeight = source.readInt(); in readFromParcel() 630 defaultMinSize = source.readInt(); in readFromParcel() 633 parentTaskId = source.readInt(); in readFromParcel() [all …]
|