Home
last modified time | relevance | path

Searched refs:readByte (Results 1 – 25 of 114) sorted by relevance

12345

/aosp14/frameworks/base/core/java/android/service/notification/
H A DNotificationStats.java125 mSeen = in.readByte() != 0; in NotificationStats()
126 mExpanded = in.readByte() != 0; in NotificationStats()
127 mDirectReplied = in.readByte() != 0; in NotificationStats()
128 mSnoozed = in.readByte() != 0; in NotificationStats()
129 mViewedSettings = in.readByte() != 0; in NotificationStats()
130 mInteracted = in.readByte() != 0; in NotificationStats()
H A DSnoozeCriterion.java41 if (in.readByte() != 0) { in SnoozeCriterion()
46 if (in.readByte() != 0) { in SnoozeCriterion()
51 if (in.readByte() != 0) { in SnoozeCriterion()
/aosp14/frameworks/base/drm/java/android/drm/
H A DDrmUtils.java125 private int readByte(byte[] constraintData, int arrayIndex) { in readByte() method in DrmUtils.ExtendedMetadataParser
149 int keyLength = readByte(constraintData, index); in ExtendedMetadataParser()
153 int valueLength = readByte(constraintData, index); in ExtendedMetadataParser()
/aosp14/frameworks/base/core/java/android/os/
H A DPowerSaveState.java51 batterySaverEnabled = in.readByte() != 0; in PowerSaveState()
52 globalBatterySaverEnabled = in.readByte() != 0; in PowerSaveState()
/aosp14/frameworks/base/core/java/android/app/
H A DNotificationChannelGroup.java95 if (in.readByte() != 0) { in NotificationChannelGroup()
100 if (in.readByte() != 0) { in NotificationChannelGroup()
105 if (in.readByte() != 0) { in NotificationChannelGroup()
110 if (in.readByte() != 0) { in NotificationChannelGroup()
H A DNotificationChannel.java298 if (in.readByte() != 0) { in NotificationChannel()
303 if (in.readByte() != 0) { in NotificationChannel()
308 if (in.readByte() != 0) { in NotificationChannel()
314 mBypassDnd = in.readByte() != 0; in NotificationChannel()
316 if (in.readByte() != 0) { in NotificationChannel()
322 mLights = in.readByte() != 0; in NotificationChannel()
328 mUserVisibleTaskShown = in.readByte() != 0; in NotificationChannel()
329 mVibrationEnabled = in.readByte() != 0; in NotificationChannel()
330 mShowBadge = in.readByte() != 0; in NotificationChannel()
331 mDeleted = in.readByte() != 0; in NotificationChannel()
[all …]
/aosp14/frameworks/base/services/usb/java/com/android/server/usb/hal/port/
H A DRawPortInfo.java174 boolean canChangeMode = in.readByte() != 0;
176 boolean canChangePowerRole = in.readByte() != 0;
178 boolean canChangeDataRole = in.readByte() != 0;
/aosp14/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
H A DSmsMessage.java474 addr.digitMode = dis.readByte(); in parsePdu()
475 addr.numberMode = dis.readByte(); in parsePdu()
476 addr.ton = dis.readByte(); in parsePdu()
477 addr.numberPlan = dis.readByte(); in parsePdu()
493 env.replySeqNo = dis.readByte(); in parsePdu()
494 env.errorClass = dis.readByte(); in parsePdu()
495 env.causeCode = dis.readByte(); in parsePdu()
536 env.messageType = dis.readByte(); in parsePduFromEfRecord()
539 int parameterId = dis.readByte(); in parsePduFromEfRecord()
/aosp14/frameworks/base/core/java/android/hardware/radio/
H A DRadioManager.java784 mStereo = in.readByte() == 1; in FmBandDescriptor()
785 mRds = in.readByte() == 1; in FmBandDescriptor()
786 mTa = in.readByte() == 1; in FmBandDescriptor()
787 mAf = in.readByte() == 1; in FmBandDescriptor()
788 mEa = in.readByte() == 1; in FmBandDescriptor()
882 mStereo = in.readByte() == 1; in AmBandDescriptor()
1127 mStereo = in.readByte() == 1; in FmBandConfig()
1128 mRds = in.readByte() == 1; in FmBandConfig()
1129 mTa = in.readByte() == 1; in FmBandConfig()
1130 mAf = in.readByte() == 1; in FmBandConfig()
[all …]
H A DProgramList.java339 mIncludeCategories = in.readByte() != 0; in Filter()
340 mExcludeModifications = in.readByte() != 0; in Filter()
474 mPurge = in.readByte() != 0; in Chunk()
475 mComplete = in.readByte() != 0; in Chunk()
/aosp14/frameworks/base/core/java/android/service/quicksettings/
H A DTile.java276 if (source.readByte() != 0) { in readFromParcel()
281 if (source.readByte() != 0) { in readFromParcel()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/pkg/component/
H A DParsedInstrumentationImpl.java88 this.handleProfiling = in.readByte() != 0; in ParsedInstrumentationImpl()
89 this.functionalTest = in.readByte() != 0; in ParsedInstrumentationImpl()
/aosp14/frameworks/base/location/java/android/location/
H A DGpsNavigationMessage.java255 navigationMessage.setType(parcel.readByte());
256 navigationMessage.setPrn(parcel.readByte());
/aosp14/frameworks/base/core/java/android/util/
H A DBackupUtils.java47 return (in.readByte() == NOT_NULL) ? in.readUTF() : null; in readString()
/aosp14/frameworks/base/core/java/android/net/
H A DScoredNetwork.java160 if (in.readByte() == 1) { in ScoredNetwork()
165 meteredHint = (in.readByte() == 1); in ScoredNetwork()
/aosp14/frameworks/base/core/java/android/service/controls/
H A DControl.java199 if (in.readByte() == (byte) 1) { in Control()
204 if (in.readByte() == (byte) 1) { in Control()
211 if (in.readByte() == (byte) 1) { in Control()
217 if (in.readByte() == (byte) 1) { in Control()
/aosp14/frameworks/base/core/java/android/hardware/hdmi/
H A DHdmiHotplugEvent.java98 boolean connected = p.readByte() == 1;
/aosp14/frameworks/base/core/java/android/service/controls/templates/
H A DControlButton.java73 mChecked = in.readByte() != 0; in ControlButton()
/aosp14/frameworks/base/core/java/android/hardware/soundtrigger/
H A DSoundTrigger.java304 boolean supportsCaptureTransition = in.readByte() == 1; in fromParcel()
306 boolean supportsConcurrentCapture = in.readByte() == 1; in fromParcel()
308 boolean returnsTriggerInEvent = in.readByte() == 1; in fromParcel()
1352 boolean captureAvailable = in.readByte() == 1; in fromParcel()
1356 boolean triggerInData = in.readByte() == 1; in fromParcel()
1358 if (in.readByte() == 1) { in fromParcel()
1563 boolean captureRequested = in.readByte() == 1; in fromParcel()
1564 boolean allowMultipleTriggers = in.readByte() == 1; in fromParcel()
1953 boolean captureAvailable = in.readByte() == 1; in fromParcelForKeyphrase()
1957 boolean triggerInData = in.readByte() == 1; in fromParcelForKeyphrase()
[all …]
/aosp14/frameworks/base/core/java/android/service/quickaccesswallet/
H A DWalletCard.java133 Icon cardIcon = source.readByte() == 0 ? null : Icon.CREATOR.createFromParcel(source); in readFromParcel()
136 source.readByte() == 0 ? null : Icon.CREATOR.createFromParcel(source); in readFromParcel()
H A DGetWalletCardsError.java63 Icon icon = source.readByte() == 0 ? null : Icon.CREATOR.createFromParcel(source); in readFromParcel()
/aosp14/frameworks/base/core/java/android/nfc/
H A DNfcAntennaInfo.java86 this.mDeviceFoldable = in.readByte() != 0; in NfcAntennaInfo()
/aosp14/frameworks/base/core/java/android/text/style/
H A DEasyEditSpan.java86 mDeleteEnabled = (source.readByte() == 1); in EasyEditSpan()
/aosp14/frameworks/base/core/tests/benchmarks/src/android/os/
H A DParcelBenchmark.java54 mParcel.readByte(); in timeReadByte()
/aosp14/frameworks/base/core/java/android/view/inspector/
H A DPropertyReader.java59 void readByte(int id, byte value); in readByte() method

12345