/frameworks/base/wifi/java/android/net/wifi/p2p/ |
D | WifiP2pInfo.java | 68 dest.writeByte(groupFormed ? (byte)1 : (byte)0); in writeToParcel() 69 dest.writeByte(isGroupOwner ? (byte)1 : (byte)0); in writeToParcel() 72 dest.writeByte((byte)1); in writeToParcel() 75 dest.writeByte((byte)0); in writeToParcel()
|
D | WifiP2pGroup.java | 300 dest.writeByte(mIsGroupOwner ? (byte) 1: (byte) 0); in writeToParcel()
|
/frameworks/base/core/java/android/hardware/soundtrigger/ |
D | SoundTrigger.java | 158 dest.writeByte((byte) (supportsCaptureTransition ? 1 : 0)); in writeToParcel() 160 dest.writeByte((byte) (supportsConcurrentCapture ? 1 : 0)); in writeToParcel() 162 dest.writeByte((byte) (returnsTriggerInEvent ? 1 : 0)); in writeToParcel() 566 dest.writeByte((byte) (captureAvailable ? 1 : 0)); in writeToParcel() 570 dest.writeByte((byte) (triggerInData ? 1 : 0)); in writeToParcel() 572 dest.writeByte((byte)1); in writeToParcel() 577 dest.writeByte((byte)0); in writeToParcel() 704 dest.writeByte((byte) (captureRequested ? 1 : 0)); in writeToParcel() 705 dest.writeByte((byte) (allowMultipleTriggers ? 1 : 0)); in writeToParcel() 957 dest.writeByte((byte) (captureAvailable ? 1 : 0)); in writeToParcel() [all …]
|
/frameworks/base/core/java/android/net/ |
D | ScoredNetwork.java | 79 out.writeByte((byte) 1); in writeToParcel() 82 out.writeByte((byte) 0); in writeToParcel()
|
D | ProxyInfo.java | 326 dest.writeByte((byte)1); in writeToParcel() 331 dest.writeByte((byte)0); in writeToParcel() 334 dest.writeByte((byte)1); in writeToParcel() 338 dest.writeByte((byte)0); in writeToParcel()
|
D | InterfaceConfiguration.java | 128 dest.writeByte((byte)1); in writeToParcel() 131 dest.writeByte((byte)0); in writeToParcel()
|
D | LinkProperties.java | 1019 dest.writeByte((byte)1); in writeToParcel() 1022 dest.writeByte((byte)0); in writeToParcel()
|
D | NetworkStatsHistory.java | 704 out.writeByte((int) value); in writeVarLong() 707 out.writeByte(((int) value & 0x7F) | 0x80); in writeVarLong()
|
/frameworks/base/services/core/java/com/android/server/net/ |
D | NetworkIdentitySet.java | 82 out.writeByte(1); in writeOptionalString() 85 out.writeByte(0); in writeOptionalString()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/cdma/ |
D | CdmaSmsCbTest.java | 60 p.writeByte((byte) 1); // non-zero for MESSAGE_TYPE_BROADCAST in createBroadcastParcel() 68 p.writeByte((byte) 0); // sAddress.number_of_digits in createBroadcastParcel() 70 p.writeByte((byte) 0); // sSubAddress.odd in createBroadcastParcel() 71 p.writeByte((byte) 0); // sSubAddress.number_of_digits in createBroadcastParcel() 119 p.writeByte(b); in createMessageFromParcel() 583 p.writeByte((byte) 0); // non-zero for MESSAGE_TYPE_BROADCAST in createServiceCategoryProgramDataParcel() 591 p.writeByte((byte) 0); // sAddress.number_of_digits in createServiceCategoryProgramDataParcel() 593 p.writeByte((byte) 0); // sSubAddress.odd in createServiceCategoryProgramDataParcel() 594 p.writeByte((byte) 0); // sSubAddress.number_of_digits in createServiceCategoryProgramDataParcel()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/ |
D | SmsMessage.java | 957 dos.writeByte(addr.digitMode); in createPdu() 958 dos.writeByte(addr.numberMode); in createPdu() 959 dos.writeByte(addr.ton); in createPdu() 960 dos.writeByte(addr.numberPlan); in createPdu() 961 dos.writeByte(addr.numberOfDigits); in createPdu() 966 dos.writeByte(env.replySeqNo); in createPdu() 967 dos.writeByte(env.errorClass); in createPdu() 968 dos.writeByte(env.causeCode); in createPdu()
|
/frameworks/base/location/java/android/location/ |
D | GpsNavigationMessage.java | 236 parcel.writeByte(mType); in writeToParcel() 237 parcel.writeByte(mPrn); in writeToParcel()
|
D | GpsMeasurement.java | 1189 parcel.writeByte(mPrn); in writeToParcel() 1208 parcel.writeByte(mLossOfLock); in writeToParcel() 1213 parcel.writeByte(mMultipathIndicator); in writeToParcel()
|
D | GpsClock.java | 437 parcel.writeByte(mType); in writeToParcel()
|
/frameworks/base/telecomm/java/android/telecom/ |
D | ParcelableConnection.java | 216 destination.writeByte((byte) (mRingbackRequested ? 1 : 0)); in writeToParcel() 217 destination.writeByte((byte) (mIsVoipAudioMode ? 1 : 0)); in writeToParcel()
|
D | CameraCapabilities.java | 111 dest.writeByte((byte) (isZoomSupported() ? 1 : 0)); in writeToParcel()
|
D | AudioState.java | 163 destination.writeByte((byte) (isMuted ? 1 : 0)); in writeToParcel()
|
/frameworks/base/core/java/android/hardware/hdmi/ |
D | HdmiHotplugEvent.java | 83 dest.writeByte((byte) (mConnected ? 1 : 0)); in writeToParcel()
|
/frameworks/base/core/java/android/text/style/ |
D | EasyEditSpan.java | 95 dest.writeByte((byte) (mDeleteEnabled ? 1 : 0)); in writeToParcel()
|
/frameworks/base/core/tests/benchmarks/src/android/os/ |
D | ParcelBenchmark.java | 39 mParcel.writeByte(val); in timeWriteByte()
|
/frameworks/base/core/java/android/bluetooth/le/ |
D | AdvertiseData.java | 171 dest.writeByte((byte) (getIncludeTxPowerLevel() ? 1 : 0)); in writeToParcel() 172 dest.writeByte((byte) (getIncludeDeviceName() ? 1 : 0)); in writeToParcel()
|
/frameworks/base/core/java/android/accounts/ |
D | AuthenticatorDescription.java | 129 dest.writeByte((byte) (customTokens ? 1 : 0)); in writeToParcel()
|
/frameworks/base/core/java/android/speech/tts/ |
D | Voice.java | 100 dest.writeByte((byte) (mRequiresNetworkConnection ? 1 : 0)); in writeToParcel()
|
/frameworks/base/wifi/java/android/net/wifi/ |
D | WifiInfo.java | 535 dest.writeByte((byte)1); in writeToParcel() 538 dest.writeByte((byte)0); in writeToParcel()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | RIL.java | 1309 rr.mParcel.writeByte((byte) dis.readInt()); //servicePresent in constructCdmaSendSmsRilRequest() 1316 rr.mParcel.writeByte((byte) address_nbr_of_digits); in constructCdmaSendSmsRilRequest() 1318 rr.mParcel.writeByte(dis.readByte()); // address_orig_bytes[i] in constructCdmaSendSmsRilRequest() 1321 rr.mParcel.writeByte((byte) dis.read()); //subaddr_odd in constructCdmaSendSmsRilRequest() 1323 rr.mParcel.writeByte((byte) subaddr_nbr_of_digits); in constructCdmaSendSmsRilRequest() 1325 rr.mParcel.writeByte(dis.readByte()); //subaddr_orig_bytes[i] in constructCdmaSendSmsRilRequest() 1331 rr.mParcel.writeByte(dis.readByte()); //bearerData[i] in constructCdmaSendSmsRilRequest() 1357 rr.mParcel.writeByte((byte)retry); in sendImsGsmSms() 1372 rr.mParcel.writeByte((byte)retry); in sendImsCdmaSms()
|