/aosp12/packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/imap/ |
H A D | ImapResponseParser.java | 167 int b = readByte(); in onParseError() 182 final int next = readByte(); in expect() 197 final int ch = readByte(); in readUntil() 227 readByte(); // skip + in parseResponse() 242 readByte(); // skip * in parseResponse() 256 readByte(); // skip ' ' in parseResponse() 265 readByte(); in parseResponse() 304 readByte(); // Skip " in parseElement() 309 readByte(); // Consume \r in parseElement() 313 readByte(); // Consume \n in parseElement() [all …]
|
/aosp12/packages/apps/Dialer/java/com/android/incallui/incall/protocol/ |
H A D | SecondaryInfo.java | 95 .setShouldShow(in.readByte() != 0) 97 .setNameIsNumber(in.readByte() != 0) 100 .setIsConference(in.readByte() != 0) 101 .setIsVideoCall(in.readByte() != 0) 102 .setIsFullscreen(in.readByte() != 0)
|
/aosp12/frameworks/base/core/java/android/service/notification/ |
H A D | NotificationStats.java | 119 mSeen = in.readByte() != 0; in NotificationStats() 120 mExpanded = in.readByte() != 0; in NotificationStats() 121 mDirectReplied = in.readByte() != 0; in NotificationStats() 122 mSnoozed = in.readByte() != 0; in NotificationStats() 123 mViewedSettings = in.readByte() != 0; in NotificationStats() 124 mInteracted = in.readByte() != 0; in NotificationStats()
|
H A D | SnoozeCriterion.java | 41 if (in.readByte() != 0) { in SnoozeCriterion() 46 if (in.readByte() != 0) { in SnoozeCriterion() 51 if (in.readByte() != 0) { in SnoozeCriterion()
|
/aosp12/packages/modules/Wifi/framework/java/android/net/wifi/rtt/ |
H A D | ResponderLocation.java | 344 mIsValid = in.readByte() != 0; in ResponderLocation() 345 mIsLciValid = in.readByte() != 0; in ResponderLocation() 346 mIsZValid = in.readByte() != 0; in ResponderLocation() 347 mIsUsageValid = in.readByte() != 0; in ResponderLocation() 348 mIsBssidListValid = in.readByte() != 0; in ResponderLocation() 349 mIsLocationCivicValid = in.readByte() != 0; in ResponderLocation() 350 mIsMapImageValid = in.readByte() != 0; in ResponderLocation() 362 mLciRegisteredLocationDse = in.readByte() != 0; in ResponderLocation() 363 mLciDependentStation = in.readByte() != 0; in ResponderLocation() 373 mUsageRetransmit = in.readByte() != 0; in ResponderLocation() [all …]
|
/aosp12/packages/modules/Wifi/framework/java/android/net/wifi/p2p/ |
H A D | WifiP2pInfo.java | 84 info.groupFormed = (in.readByte() == 1); 85 info.isGroupOwner = (in.readByte() == 1); 86 if (in.readByte() == 1) {
|
/aosp12/frameworks/base/telephony/java/android/telephony/ |
H A D | UiccSlotInfo.java | 81 mIsActive = in.readByte() != 0; in UiccSlotInfo() 82 mIsEuicc = in.readByte() != 0; in UiccSlotInfo() 86 mIsExtendedApduSupported = in.readByte() != 0; in UiccSlotInfo() 87 mIsRemovable = in.readByte() != 0; in UiccSlotInfo()
|
H A D | UiccCardInfo.java | 50 mIsEuicc = in.readByte() != 0; in UiccCardInfo() 55 mIsRemovable = in.readByte() != 0; in UiccCardInfo()
|
/aosp12/frameworks/base/drm/java/android/drm/ |
H A D | DrmUtils.java | 125 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()
|
/aosp12/frameworks/base/core/java/android/app/ |
H A D | NotificationChannel.java | 286 if (in.readByte() != 0) { in NotificationChannel() 291 if (in.readByte() != 0) { in NotificationChannel() 296 if (in.readByte() != 0) { in NotificationChannel() 302 mBypassDnd = in.readByte() != 0; in NotificationChannel() 304 if (in.readByte() != 0) { in NotificationChannel() 309 mLights = in.readByte() != 0; in NotificationChannel() 312 mFgServiceShown = in.readByte() != 0; in NotificationChannel() 313 mVibrationEnabled = in.readByte() != 0; in NotificationChannel() 314 mShowBadge = in.readByte() != 0; in NotificationChannel() 315 mDeleted = in.readByte() != 0; in NotificationChannel() [all …]
|
/aosp12/packages/modules/GeoTZ/s2storage/src/readonly/java/com/android/timezone/location/storage/io/read/ |
H A D | TypedInputStream.java | 48 return dis.readByte() & 0xFF; in readUnsignedByte() 53 return dis.readByte(); in readSignedByte()
|
/aosp12/frameworks/base/core/java/android/os/ |
H A D | PowerSaveState.java | 51 batterySaverEnabled = in.readByte() != 0; in PowerSaveState() 52 globalBatterySaverEnabled = in.readByte() != 0; in PowerSaveState()
|
/aosp12/frameworks/base/core/java/com/android/internal/util/ |
H A D | FastDataInput.java | 178 return readByte() != 0; in readBoolean() 191 public byte readByte() throws IOException { in readByte() method in FastDataInput 198 return Byte.toUnsignedInt(readByte()); in readUnsignedByte()
|
/aosp12/frameworks/base/core/java/android/app/timezone/ |
H A D | RulesState.java | 199 boolean operationInProgress = in.readByte() == BYTE_TRUE; in createFromParcel() 200 int distroStagedState = in.readByte(); in createFromParcel() 202 int installedDistroStatus = in.readByte(); in createFromParcel()
|
/aosp12/frameworks/base/core/java/android/hardware/radio/ |
H A D | RadioManager.java | 760 mStereo = in.readByte() == 1; in FmBandDescriptor() 761 mRds = in.readByte() == 1; in FmBandDescriptor() 762 mTa = in.readByte() == 1; in FmBandDescriptor() 763 mAf = in.readByte() == 1; in FmBandDescriptor() 764 mEa = in.readByte() == 1; in FmBandDescriptor() 858 mStereo = in.readByte() == 1; in AmBandDescriptor() 1100 mStereo = in.readByte() == 1; in FmBandConfig() 1101 mRds = in.readByte() == 1; in FmBandConfig() 1102 mTa = in.readByte() == 1; in FmBandConfig() 1103 mAf = in.readByte() == 1; in FmBandConfig() [all …]
|
H A D | ProgramList.java | 288 mIncludeCategories = in.readByte() != 0; in Filter() 289 mExcludeModifications = in.readByte() != 0; in Filter() 423 mPurge = in.readByte() != 0; in Chunk() 424 mComplete = in.readByte() != 0; in Chunk()
|
/aosp12/frameworks/base/core/java/android/content/pm/parsing/component/ |
H A D | ParsedInstrumentation.java | 81 this.handleProfiling = in.readByte() != 0; in ParsedInstrumentation() 82 this.functionalTest = in.readByte() != 0; in ParsedInstrumentation()
|
/aosp12/frameworks/base/telephony/java/com/android/internal/telephony/cdma/ |
H A D | SmsMessage.java | 474 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()
|
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/service/ |
H A D | PreferenceParcelable.java | 277 preferenceParcelable.setChecked(source.readByte()); 278 preferenceParcelable.setVisible(source.readByte()); 279 preferenceParcelable.setType(source.readByte());
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
H A D | BluetoothMapbMessage.java | 334 int readByte; in getLineAsBytes() local 346 while ((readByte = mInStream.read()) != -1) { in getLineAsBytes() 347 if (readByte == '\r') { in getLineAsBytes() 348 if ((readByte = mInStream.read()) != -1 && readByte == '\n') { in getLineAsBytes() 357 } else if (readByte == '\n' && output.size() == 0) { in getLineAsBytes() 362 output.write(readByte); in getLineAsBytes()
|
/aosp12/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
H A D | DexRandomAccessFile.java | 266 byte rawByte = readByte(); in readDexUtf() 271 rawByte = readByte(); in readDexUtf()
|
H A D | HeaderItem.java | 53 magic[i] = file.readByte(); in read() 58 signature[i] = file.readByte(); in read()
|
/aosp12/packages/apps/Nfc/src/com/android/nfc/ndefpush/ |
H A D | NdefPushProtocol.java | 73 version = input.readByte(); in NdefPushProtocol() 102 mActions[i] = input.readByte(); in NdefPushProtocol()
|
/aosp12/frameworks/base/location/java/android/location/ |
H A D | GpsNavigationMessage.java | 255 navigationMessage.setType(parcel.readByte()); 256 navigationMessage.setPrn(parcel.readByte());
|
/aosp12/frameworks/base/core/java/android/net/ |
H A D | ScoredNetwork.java | 158 if (in.readByte() == 1) { in ScoredNetwork() 163 meteredHint = (in.readByte() == 1); in ScoredNetwork()
|