Searched refs:dest (Results 76 - 100 of 845) sorted by relevance

1234567891011>>

/frameworks/base/core/java/android/app/
H A DContentProviderHolder.java47 public void writeToParcel(Parcel dest, int flags) { argument
48 info.writeToParcel(dest, 0);
50 dest.writeStrongBinder(provider.asBinder());
52 dest.writeStrongBinder(null);
54 dest.writeStrongBinder(connection);
55 dest.writeInt(noReleaseNeeded ? 1 : 0);
H A DWaitResult.java46 public void writeToParcel(Parcel dest, int flags) { argument
47 dest.writeInt(result);
48 dest.writeInt(timeout ? 1 : 0);
49 ComponentName.writeToParcel(who, dest);
50 dest.writeLong(thisTime);
51 dest.writeLong(totalTime);
/frameworks/base/core/java/android/bluetooth/
H A DSdpMnsRecord.java76 public void writeToParcel(Parcel dest, int flags) { argument
77 dest.writeInt(mRfcommChannelNumber);
78 dest.writeInt(mL2capPsm);
79 dest.writeString(mServiceName);
80 dest.writeInt(mSupportedFeatures);
81 dest.writeInt(mProfileVersion);
/frameworks/base/core/java/android/content/pm/
H A DConfigurationInfo.java108 public void writeToParcel(Parcel dest, int parcelableFlags) { argument
109 dest.writeInt(reqTouchScreen);
110 dest.writeInt(reqKeyboardType);
111 dest.writeInt(reqNavigation);
112 dest.writeInt(reqInputFeatures);
113 dest.writeInt(reqGlEsVersion);
/frameworks/base/core/java/android/content/res/
H A DObbInfo.java80 public void writeToParcel(Parcel dest, int parcelableFlags) { argument
81 dest.writeString(filename);
82 dest.writeString(packageName);
83 dest.writeInt(version);
84 dest.writeInt(flags);
85 dest.writeByteArray(salt);
/frameworks/base/core/java/android/hardware/display/
H A DWifiDisplaySessionInfo.java92 public void writeToParcel(Parcel dest, int flags) { argument
93 dest.writeInt(mClient ? 1 : 0);
94 dest.writeInt(mSessionId);
95 dest.writeString(mGroupId);
96 dest.writeString(mPassphrase);
97 dest.writeString(mIP);
/frameworks/base/core/java/android/hardware/location/
H A DMemoryRegion.java114 public void writeToParcel(Parcel dest, int flags) { argument
115 dest.writeInt(mSizeBytes);
116 dest.writeInt(mSizeBytesFree);
117 dest.writeInt(mIsReadable ? 1 : 0);
118 dest.writeInt(mIsWritable ? 1 : 0);
119 dest.writeInt(mIsExecutable ? 1 : 0);
/frameworks/base/core/java/android/net/
H A DConnectivityMetricsEvent.java71 public void writeToParcel(Parcel dest, int flags) { argument
72 dest.writeLong(timestamp);
73 dest.writeLong(transports);
74 dest.writeInt(netId);
75 dest.writeString(ifname);
76 dest.writeParcelable(data, 0);
/frameworks/base/core/java/android/nfc/
H A DBeamShareData.java34 public void writeToParcel(Parcel dest, int flags) { argument
36 dest.writeParcelable(ndefMessage, 0);
37 dest.writeInt(urisLength);
39 dest.writeTypedArray(uris, 0);
41 dest.writeParcelable(userHandle, 0);
42 dest.writeInt(this.flags);
/frameworks/base/core/java/android/service/resolver/
H A DResolverTarget.java195 public void writeToParcel(Parcel dest, int flags) { argument
196 dest.writeFloat(mRecencyScore);
197 dest.writeFloat(mTimeSpentScore);
198 dest.writeFloat(mLaunchScore);
199 dest.writeFloat(mChooserScore);
200 dest.writeFloat(mSelectProbability);
/frameworks/base/core/proto/android/content/
H A Dclipdata.proto28 option (.android.msg_privacy).dest = DEST_LOCAL;
34 option (.android.msg_privacy).dest = DEST_AUTOMATIC;
43 option (.android.msg_privacy).dest = DEST_LOCAL;
/frameworks/base/core/proto/android/os/
H A Dcpufreq.proto26 option (android.msg_privacy).dest = DEST_AUTOMATIC;
32 option (android.msg_privacy).dest = DEST_AUTOMATIC;
37 option (android.msg_privacy).dest = DEST_AUTOMATIC;
H A Dworksource.proto25 option (.android.msg_privacy).dest = DEST_AUTOMATIC;
28 option (.android.msg_privacy).dest = DEST_AUTOMATIC;
35 option (.android.msg_privacy).dest = DEST_AUTOMATIC;
/frameworks/base/core/proto/android/providers/
H A Dsettings.proto29 option (android.msg_privacy).dest = DEST_EXPLICIT;
39 option (android.msg_privacy).dest = DEST_EXPLICIT;
42 optional int32 user_id = 1 [ (android.privacy).dest = DEST_AUTOMATIC ];
/frameworks/base/core/proto/android/server/
H A Dfingerprint.proto26 option (.android.msg_privacy).dest = DEST_AUTOMATIC;
33 option (.android.msg_privacy).dest = DEST_AUTOMATIC;
51 option (.android.msg_privacy).dest = DEST_AUTOMATIC;
/frameworks/base/core/proto/android/service/
H A Dbatterystats.proto28 option (android.msg_privacy).dest = DEST_AUTOMATIC;
35 option (android.msg_privacy).dest = DEST_AUTOMATIC;
44 option (android.msg_privacy).dest = DEST_AUTOMATIC;
H A Dnetstats.proto27 option (android.msg_privacy).dest = DEST_AUTOMATIC;
48 option (android.msg_privacy).dest = DEST_AUTOMATIC;
57 option (android.msg_privacy).dest = DEST_AUTOMATIC;
64 option (android.msg_privacy).dest = DEST_AUTOMATIC;
69 optional string subscriber_id = 2 [ (android.privacy).dest = DEST_EXPLICIT ];
71 optional string network_id = 3 [ (android.privacy).dest = DEST_EXPLICIT ];
82 option (android.msg_privacy).dest = DEST_AUTOMATIC;
91 option (android.msg_privacy).dest = DEST_AUTOMATIC;
98 option (android.msg_privacy).dest = DEST_AUTOMATIC;
107 option (android.msg_privacy).dest
[all...]
/frameworks/base/core/proto/android/util/
H A Devent_log_tags.proto27 option (.android.msg_privacy).dest = DEST_AUTOMATIC;
33 option (.android.msg_privacy).dest = DEST_AUTOMATIC;
39 option (.android.msg_privacy).dest = DEST_AUTOMATIC;
/frameworks/base/media/java/android/media/session/
H A DParcelableVolumeInfo.java59 public void writeToParcel(Parcel dest, int flags) { argument
60 dest.writeInt(volumeType);
61 dest.writeInt(controlType);
62 dest.writeInt(maxVolume);
63 dest.writeInt(currentVolume);
64 audioAttrs.writeToParcel(dest, flags);
/frameworks/base/telephony/java/com/android/ims/internal/uce/options/
H A DOptionsSipResponse.java126 public void writeToParcel(Parcel dest, int flags) { argument
128 dest.writeInt(mRequestId);
129 dest.writeInt(mSipResponseCode);
130 dest.writeString(mReasonPhrase);
131 dest.writeParcelable(mCmdId, flags);
132 dest.writeInt(mRetryAfter);
/frameworks/base/telephony/java/com/android/ims/internal/uce/presence/
H A DPresSipResponse.java125 public void writeToParcel(Parcel dest, int flags) { argument
126 dest.writeInt(mRequestId);
127 dest.writeInt(mSipResponseCode);
128 dest.writeString(mReasonPhrase);
129 dest.writeParcelable(mCmdId, flags);
130 dest.writeInt(mRetryAfter);
/frameworks/base/wifi/java/android/net/wifi/p2p/
H A DWifiP2pInfo.java67 public void writeToParcel(Parcel dest, int flags) { argument
68 dest.writeByte(groupFormed ? (byte)1 : (byte)0);
69 dest.writeByte(isGroupOwner ? (byte)1 : (byte)0);
72 dest.writeByte((byte)1);
73 dest.writeByteArray(groupOwnerAddress.getAddress());
75 dest.writeByte((byte)0);
/frameworks/support/media/src/main/java/android/support/v4/media/session/
H A DParcelableVolumeInfo.java56 public void writeToParcel(Parcel dest, int flags) { argument
57 dest.writeInt(volumeType);
58 dest.writeInt(controlType);
59 dest.writeInt(maxVolume);
60 dest.writeInt(currentVolume);
61 dest.writeInt(audioStream);
/frameworks/base/telephony/java/com/android/ims/internal/uce/common/
H A DCapInfo.java374 public void writeToParcel(Parcel dest, int flags) { argument
376 dest.writeInt(mImSupported ? 1 : 0);
377 dest.writeInt(mFtSupported ? 1 : 0);
378 dest.writeInt(mFtThumbSupported ? 1 : 0);
379 dest.writeInt(mFtSnFSupported ? 1 : 0);
380 dest.writeInt(mFtHttpSupported ? 1 : 0);
381 dest.writeInt(mIsSupported ? 1 : 0);
382 dest.writeInt(mVsDuringCSSupported ? 1 : 0);
383 dest.writeInt(mVsSupported ? 1 : 0);
384 dest
[all...]
/frameworks/base/core/java/android/content/
H A DSyncStats.java157 public void writeToParcel(Parcel dest, int flags) { argument
158 dest.writeLong(numAuthExceptions);
159 dest.writeLong(numIoExceptions);
160 dest.writeLong(numParseExceptions);
161 dest.writeLong(numConflictDetectedExceptions);
162 dest.writeLong(numInserts);
163 dest.writeLong(numUpdates);
164 dest.writeLong(numDeletes);
165 dest.writeLong(numEntries);
166 dest
[all...]

Completed in 458 milliseconds

1234567891011>>