Searched defs:out (Results 201 - 225 of 616) sorted by relevance

1234567891011>>

/frameworks/base/core/java/android/app/admin/
H A DSystemUpdatePolicy.java288 public void saveToXml(XmlSerializer out) throws IOException { argument
289 out.attribute(null, KEY_POLICY_TYPE, Integer.toString(mPolicyType));
290 out.attribute(null, KEY_INSTALL_WINDOW_START, Integer.toString(mMaintenanceWindowStart));
291 out.attribute(null, KEY_INSTALL_WINDOW_END, Integer.toString(mMaintenanceWindowEnd));
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothActivityEnergyInfo.java90 public void writeToParcel(Parcel out, int flags) { argument
91 out.writeLong(mTimestamp);
92 out.writeInt(mBluetoothStackState);
93 out.writeLong(mControllerTxTimeMs);
94 out.writeLong(mControllerRxTimeMs);
95 out.writeLong(mControllerIdleTimeMs);
96 out.writeLong(mControllerEnergyUsed);
97 out.writeTypedArray(mUidTraffic, flags);
H A DBluetoothGattDescriptor.java166 public void writeToParcel(Parcel out, int flags) { argument
167 out.writeParcelable(new ParcelUuid(mUuid), 0);
168 out.writeInt(mInstance);
169 out.writeInt(mPermissions);
H A DBluetoothMasInstance.java70 public void writeToParcel(Parcel out, int flags) { argument
71 out.writeInt(mId);
72 out.writeString(mName);
73 out.writeInt(mChannel);
74 out.writeInt(mMsgTypes);
/frameworks/base/core/java/android/content/
H A DComponentName.java319 public void writeToParcel(Parcel out, int flags) { argument
320 out.writeString(mPackage);
321 out.writeString(mClass);
329 * @param out The Parcel in which the ComponentName will be placed.
333 public static void writeToParcel(ComponentName c, Parcel out) { argument
335 c.writeToParcel(out, 0);
337 out.writeString(null);
/frameworks/base/core/java/android/content/pm/
H A DEphemeralResolveInfo.java142 public void writeToParcel(Parcel out, int flags) { argument
143 out.writeParcelable(mInstantAppResolveInfo, flags);
144 out.writeList(mLegacyFilters);
206 public void writeToParcel(Parcel out, int flags) { argument
207 out.writeParcelable(mInstantAppDigest, flags);
H A DInstantAppResolveInfo.java106 public void writeToParcel(Parcel out, int flags) { argument
107 out.writeParcelable(mDigest, flags);
108 out.writeString(mPackageName);
109 out.writeList(mFilters);
110 out.writeInt(mVersionCode);
225 public void writeToParcel(Parcel out, int flags) { argument
227 out.writeInt(-1);
229 out.writeInt(mDigestBytes.length);
231 out.writeByteArray(mDigestBytes[i]);
234 out
[all...]
/frameworks/base/core/java/android/gesture/
H A DGesture.java254 void serialize(DataOutputStream out) throws IOException { argument
259 out.writeLong(mGestureID);
261 out.writeInt(count);
264 strokes.get(i).serialize(out);
311 public void writeToParcel(Parcel out, int flags) { argument
312 out.writeLong(mGestureID);
330 out.writeByteArray(byteStream.toByteArray());
H A DGestureStroke.java200 void serialize(DataOutputStream out) throws IOException { argument
206 out.writeInt(count / 2);
210 out.writeFloat(pts[i]);
212 out.writeFloat(pts[i + 1]);
214 out.writeLong(times[i / 2]);
/frameworks/base/core/java/android/hardware/location/
H A DNanoAppFilter.java93 public void writeToParcel(Parcel out, int flags) { argument
95 out.writeLong(mAppId);
96 out.writeInt(mAppVersion);
97 out.writeInt(mVersionRestrictionMask);
98 out.writeLong(mAppIdVendorMask);
/frameworks/base/core/java/android/net/
H A DIpSecConfig.java116 public void writeToParcel(Parcel out, int flags) { argument
118 out.writeString((localAddress != null) ? localAddress.getHostAddress() : null);
120 out.writeString((remoteAddress != null) ? remoteAddress.getHostAddress() : null);
121 out.writeParcelable(network, flags);
122 out.writeInt(flow[IpSecTransform.DIRECTION_IN].spi);
123 out.writeParcelable(flow[IpSecTransform.DIRECTION_IN].encryption, flags);
124 out.writeParcelable(flow[IpSecTransform.DIRECTION_IN].authentication, flags);
125 out.writeInt(flow[IpSecTransform.DIRECTION_OUT].spi);
126 out.writeParcelable(flow[IpSecTransform.DIRECTION_OUT].encryption, flags);
127 out
[all...]
/frameworks/base/core/java/android/net/metrics/
H A DDhcpErrorEvent.java73 public void writeToParcel(Parcel out, int flags) { argument
74 out.writeInt(errorCode);
H A DRaEvent.java59 public void writeToParcel(Parcel out, int flags) { argument
60 out.writeLong(routerLifetime);
61 out.writeLong(prefixValidLifetime);
62 out.writeLong(prefixPreferredLifetime);
63 out.writeLong(routeInfoLifetime);
64 out.writeLong(rdnssLifetime);
65 out.writeLong(dnsslLifetime);
H A DValidationProbeEvent.java70 public void writeToParcel(Parcel out, int flags) { argument
71 out.writeLong(durationMs);
72 out.writeInt(probeType);
73 out.writeInt(returnCode);
/frameworks/base/core/java/android/os/
H A DIBinder.java70 * <p>When working with remote objects, you often want to find out when they
220 * @param out The raw file descriptor that normal command messages should be written to.
227 public void shellCommand(FileDescriptor in, FileDescriptor out, FileDescriptor err, argument
H A DPersistableBundle.java229 public void writeUnknownObject(Object v, String name, XmlSerializer out) argument
232 out.startTag(null, TAG_PERSISTABLEMAP);
233 out.attribute(null, "name", name);
234 ((PersistableBundle) v).saveToXml(out);
235 out.endTag(null, TAG_PERSISTABLEMAP);
242 public void saveToXml(XmlSerializer out) throws IOException, XmlPullParserException { argument
244 XmlUtils.writeMapXml(mMap, out, this);
/frameworks/base/core/java/android/os/health/
H A DHealthStatsWriter.java163 public void flattenToParcel(Parcel out) { argument
167 out.writeString(mConstants.getDataType());
170 out.writeInt(countBooleanArray(mTimerFields));
174 out.writeInt(keys[i]);
175 out.writeInt(mTimerCounts[i]);
176 out.writeLong(mTimerTimes[i]);
181 out.writeInt(countBooleanArray(mMeasurementFields));
185 out.writeInt(keys[i]);
186 out.writeLong(mMeasurementValues[i]);
191 out
252 writeHealthStatsWriterMap(Parcel out, ArrayMap<String,HealthStatsWriter> map) argument
265 writeParcelableMap(Parcel out, ArrayMap<String,T> map) argument
278 writeLongsMap(Parcel out, ArrayMap<String,Long> map) argument
[all...]
/frameworks/base/core/java/android/service/carrier/
H A DCarrierIdentifier.java99 public void writeToParcel(Parcel out, int flags) { argument
100 out.writeString(mMcc);
101 out.writeString(mMnc);
102 out.writeString(mSpn);
103 out.writeString(mImsi);
104 out.writeString(mGid1);
105 out.writeString(mGid2);
/frameworks/base/core/java/android/util/
H A DJsonWriter.java71 * public void writeJsonStream(OutputStream out, List<Message> messages) throws IOException {
72 * JsonWriter writer = new JsonWriter(new OutputStreamWriter(out, "UTF-8"));
123 private final Writer out; field in class:JsonWriter
144 * Creates a new instance that writes a JSON-encoded stream to {@code out}.
148 public JsonWriter(Writer out) { argument
149 if (out == null) {
150 throw new NullPointerException("out == null");
152 this.out = out;
241 out
[all...]
/frameworks/base/core/java/android/util/jar/
H A DStrictJarManifest.java245 * Writes out the attribute information of the specified manifest to the
249 * the manifest to write out.
250 * @param out
255 static void write(StrictJarManifest manifest, OutputStream out) throws IOException { argument
266 writeEntry(out, versionName, version, encoder, buffer);
271 writeEntry(out, name, manifest.mainAttributes.getValue(name), encoder, buffer);
275 out.write(LINE_SEPARATOR);
279 writeEntry(out, Attributes.Name.NAME, key, encoder, buffer);
284 writeEntry(out, name, attributes.getValue(name), encoder, buffer);
286 out
[all...]
/frameworks/base/core/java/android/view/
H A DInputChannel.java118 * as an out parameter in a binder call.
152 public void writeToParcel(Parcel out, int flags) { argument
153 if (out == null) {
154 throw new IllegalArgumentException("out must not be null");
157 nativeWriteToParcel(out);
H A DWindowId.java194 public void writeToParcel(Parcel out, int flags) { argument
195 out.writeStrongBinder(mToken.asBinder());
/frameworks/base/core/java/com/android/internal/os/
H A DTransferPipe.java79 public static void dumpAsync(IBinder binder, FileDescriptor out, String[] args) argument
81 goDump(binder, out, args);
84 static void go(Caller caller, IInterface iface, FileDescriptor out, argument
86 go(caller, iface, out, prefix, args, DEFAULT_TIMEOUT);
89 static void go(Caller caller, IInterface iface, FileDescriptor out, argument
94 caller.go(iface, out, prefix, args);
102 tp.go(out, timeout);
106 static void goDump(IBinder binder, FileDescriptor out, argument
108 goDump(binder, out, args, DEFAULT_TIMEOUT);
111 static void goDump(IBinder binder, FileDescriptor out, argument
128 go(FileDescriptor out) argument
132 go(FileDescriptor out, long timeout) argument
[all...]
/frameworks/base/core/jni/
H A Dandroid_hardware_UsbRequest.cpp81 jbyteArray buffer, jint length, jboolean out)
94 if (out) {
120 jbyteArray buffer, jint length, jboolean out)
128 if (buffer && length && request->buffer && !out) {
139 jobject buffer, jint length, jboolean out)
80 android_hardware_UsbRequest_queue_array(JNIEnv *env, jobject thiz, jbyteArray buffer, jint length, jboolean out) argument
119 android_hardware_UsbRequest_dequeue_array(JNIEnv *env, jobject thiz, jbyteArray buffer, jint length, jboolean out) argument
138 android_hardware_UsbRequest_queue_direct(JNIEnv *env, jobject thiz, jobject buffer, jint length, jboolean out) argument
/frameworks/base/libs/androidfw/tests/
H A DResTable_test.cpp280 Res_value out = {}; local
281 ASSERT_EQ(expectSuccess, U16StringToInt(str, len, &out)) << "Failed with "
285 ASSERT_EQ(out.TYPE_NULL, out.dataType) << "Failed with " << s;
290 ASSERT_EQ(out.TYPE_INT_HEX, out.dataType) << "Failed with " << s;
292 ASSERT_EQ(out.TYPE_INT_DEC, out.dataType) << "Failed with " << s;
295 ASSERT_EQ(expectedValue, out.data) << "Failed with " << s;

Completed in 4784 milliseconds

1234567891011>>