HomeSort by relevance Sort by last modified time
    Searched defs:out (Results 1126 - 1150 of 3043) sorted by null

<<41424344454647484950>>

  /frameworks/base/services/tests/servicestests/src/com/android/server/net/
NetworkStatsCollectionTest.java 161 OutputStream out = null; local
164 out = new FileOutputStream(file);
165 Streams.copy(in, out);
168 IoUtils.closeQuietly(out);
  /frameworks/base/telephony/java/android/telephony/
PreciseDataConnectionState.java 169 public void writeToParcel(Parcel out, int flags) {
170 out.writeInt(mState);
171 out.writeInt(mNetworkType);
172 out.writeString(mAPNType);
173 out.writeString(mAPN);
174 out.writeString(mReason);
175 out.writeParcelable(mLinkProperties, flags);
176 out.writeString(mFailCause);
  /frameworks/base/tests/HugeBackup/src/com/android/hugebackup/
HugeAgent.java 128 // out of the buffering stream object and send it off.
190 * Write out the new state file: the version number, followed by the
195 DataOutputStream out = new DataOutputStream(outstream); local
197 out.writeInt(AGENT_VERSION);
198 out.writeInt(mFilling);
199 out.writeBoolean(mAddMayo);
200 out.writeBoolean(mAddTomato);
207 * be running while we change its data out from under it. That, in
208 * turn, means that there is no need to send out any sort of notification