Searched defs:out (Results 151 - 175 of 520) sorted by last modified time

1234567891011>>

/frameworks/base/services/usage/java/com/android/server/usage/
H A DUsageStatsDatabase.java365 * Figures out what to extract from the given IntervalStats object.
563 DataOutputStream out = new DataOutputStream(baos);
565 out.writeInt(BACKUP_VERSION);
567 out.writeInt(mSortedStatFiles[UsageStatsManager.INTERVAL_DAILY].size());
570 writeIntervalStatsToStream(out,
574 out.writeInt(mSortedStatFiles[UsageStatsManager.INTERVAL_WEEKLY].size());
577 writeIntervalStatsToStream(out,
581 out.writeInt(mSortedStatFiles[UsageStatsManager.INTERVAL_MONTHLY].size());
584 writeIntervalStatsToStream(out,
588 out
681 writeIntervalStatsToStream(DataOutputStream out, AtomicFile statsFile) argument
[all...]
H A DUsageStatsXml.java116 static void write(OutputStream out, IntervalStats stats) throws IOException { argument
118 xml.setOutput(out, "utf-8");
/frameworks/base/telecomm/java/android/telecom/
H A DParcelableCallAnalytics.java119 public void writeToParcel(Parcel out, int flags) { argument
120 out.writeLong(startTimeMillis);
121 out.writeLong(callDurationMillis);
122 out.writeInt(callType);
123 writeBooleanAsByte(out, isAdditionalCall);
124 writeBooleanAsByte(out, isInterrupted);
125 out.writeInt(callTechnologies);
126 out.writeInt(callTerminationCode);
127 writeBooleanAsByte(out, isEmergencyCall);
128 out
177 writeBooleanAsByte(Parcel out, boolean b) argument
[all...]
H A DPhoneAccount.java614 public void writeToParcel(Parcel out, int flags) { argument
616 out.writeInt(0);
618 out.writeInt(1);
619 mAccountHandle.writeToParcel(out, flags);
622 out.writeInt(0);
624 out.writeInt(1);
625 mAddress.writeToParcel(out, flags);
628 out.writeInt(0);
630 out.writeInt(1);
631 mSubscriptionAddress.writeToParcel(out, flag
[all...]
H A DPhoneAccountHandle.java138 public void writeToParcel(Parcel out, int flags) { argument
139 mComponentName.writeToParcel(out, flags);
140 out.writeString(mId);
141 mUserHandle.writeToParcel(out, flags);
H A DStatusHints.java116 public void writeToParcel(Parcel out, int flags) { argument
117 out.writeCharSequence(mLabel);
118 out.writeParcelable(mIcon, 0);
119 out.writeParcelable(mExtras, 0);
/frameworks/base/telephony/java/android/telephony/
H A DDataConnectionRealTimeInfo.java86 public void writeToParcel(Parcel out, int flags) { argument
87 out.writeLong(mTime);
88 out.writeInt(mDcPowerState);
H A DIccOpenLogicalChannelResponse.java102 public void writeToParcel(Parcel out, int flags) { argument
103 out.writeInt(mChannel);
104 out.writeInt(mStatus);
106 out.writeInt(mSelectResponse.length);
107 out.writeByteArray(mSelectResponse);
109 out.writeInt(0);
H A DPreciseCallState.java246 public void writeToParcel(Parcel out, int flags) { argument
247 out.writeInt(mRingingCallState);
248 out.writeInt(mForegroundCallState);
249 out.writeInt(mBackgroundCallState);
250 out.writeInt(mDisconnectCause);
251 out.writeInt(mPreciseDisconnectCause);
H A DPreciseDataConnectionState.java167 public void writeToParcel(Parcel out, int flags) { argument
168 out.writeInt(mState);
169 out.writeInt(mNetworkType);
170 out.writeString(mAPNType);
171 out.writeString(mAPN);
172 out.writeString(mReason);
173 out.writeParcelable(mLinkProperties, flags);
174 out.writeString(mFailCause);
H A DServiceState.java345 public void writeToParcel(Parcel out, int flags) { argument
346 out.writeInt(mVoiceRegState);
347 out.writeInt(mDataRegState);
348 out.writeInt(mVoiceRoamingType);
349 out.writeInt(mDataRoamingType);
350 out.writeString(mVoiceOperatorAlphaLong);
351 out.writeString(mVoiceOperatorAlphaShort);
352 out.writeString(mVoiceOperatorNumeric);
353 out.writeString(mDataOperatorAlphaLong);
354 out
[all...]
H A DSignalStrength.java334 public void writeToParcel(Parcel out, int flags) { argument
335 out.writeInt(mGsmSignalStrength);
336 out.writeInt(mGsmBitErrorRate);
337 out.writeInt(mCdmaDbm);
338 out.writeInt(mCdmaEcio);
339 out.writeInt(mEvdoDbm);
340 out.writeInt(mEvdoEcio);
341 out.writeInt(mEvdoSnr);
342 out.writeInt(mLteSignalStrength);
343 out
[all...]
H A DVoLteServiceState.java127 public void writeToParcel(Parcel out, int flags) { argument
128 out.writeInt(mSrvccState);
/frameworks/base/telephony/java/com/android/ims/
H A DImsCallForwardInfo.java54 public void writeToParcel(Parcel out, int flags) { argument
55 out.writeInt(mCondition);
56 out.writeInt(mStatus);
57 out.writeInt(mToA);
58 out.writeString(mNumber);
59 out.writeInt(mTimeSeconds);
60 out.writeInt(mServiceClass);
H A DImsCallProfile.java309 public void writeToParcel(Parcel out, int flags) { argument
310 out.writeInt(mServiceType);
311 out.writeInt(mCallType);
312 out.writeParcelable(mCallExtras, 0);
313 out.writeParcelable(mMediaProfile, 0);
H A DImsConferenceState.java52 * "dialing-out" : Focus has dialed out to connect the endpoint to the conference,
73 public static final String STATUS_DIALING_OUT = "dialing-out";
103 public void writeToParcel(Parcel out, int flags) { argument
104 out.writeInt(mParticipants.size());
115 out.writeString(entry.getKey());
116 out.writeParcelable(entry.getValue(), 0);
H A DImsExternalCallState.java83 public void writeToParcel(Parcel out, int flags) { argument
84 out.writeInt(mCallId);
85 out.writeParcelable(mAddress, 0);
86 out.writeInt(mIsPullable ? 1 : 0);
87 out.writeInt(mCallState);
88 out.writeInt(mCallType);
89 out.writeInt(mIsHeld ? 1 : 0);
90 Rlog.d(TAG, "ImsExternalCallState writeToParcel = " + out.toString());
H A DImsReasonInfo.java53 // Service unavailable; by out of service (data service state)
149 // 504 : Server Time-out
358 public void writeToParcel(Parcel out, int flags) { argument
359 out.writeInt(mCode);
360 out.writeInt(mExtraCode);
361 out.writeString(mExtraMessage);
H A DImsSsInfo.java52 public void writeToParcel(Parcel out, int flags) { argument
53 out.writeInt(mStatus);
54 out.writeString(mIcbNum);
H A DImsStreamMediaProfile.java124 public void writeToParcel(Parcel out, int flags) { argument
125 out.writeInt(mAudioQuality);
126 out.writeInt(mAudioDirection);
127 out.writeInt(mVideoQuality);
128 out.writeInt(mVideoDirection);
H A DImsSuppServiceNotification.java71 public void writeToParcel(Parcel out, int flags) { argument
72 out.writeInt(notificationType);
73 out.writeInt(code);
74 out.writeInt(index);
75 out.writeInt(type);
76 out.writeString(number);
77 out.writeStringArray(history);
/frameworks/base/telephony/java/com/android/ims/internal/uce/common/
H A DUceLong.java90 private void writeToParcel(Parcel out) { argument
91 out.writeLong(mUceLong);
92 out.writeInt(mClientId);
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DCellNetworkScanResult.java88 public void writeToParcel(Parcel out, int flags) { argument
89 out.writeInt(mStatus);
91 out.writeInt(mOperators.size());
93 network.writeToParcel(out, flags);
96 out.writeInt(0);
/frameworks/base/tests/UiBench/gradle/wrapper/
H A Dgradle-wrapper.jar ... .io.InputStream in java.io.OutputStream out byte[] buffer int len static synthetic java.io. ...
/frameworks/base/tools/aapt/
H A DAaptConfig.cpp34 bool parse(const String8& str, ConfigDescription* out) { argument
226 if (out != NULL) {
228 *out = config;
278 bool parseMcc(const char* name, ResTable_config* out) { argument
280 if (out) out->mcc = 0;
301 if (out) out->mcc = d;
308 bool parseMnc(const char* name, ResTable_config* out) { argument
310 if (out) ou
339 parseLayoutDirection(const char* name, ResTable_config* out) argument
360 parseScreenLayoutSize(const char* name, ResTable_config* out) argument
391 parseScreenLayoutLong(const char* name, ResTable_config* out) argument
411 parseScreenRound(const char* name, ResTable_config* out) argument
431 parseOrientation(const char* name, ResTable_config* out) argument
449 parseUiModeType(const char* name, ResTable_config* out) argument
485 parseUiModeNight(const char* name, ResTable_config* out) argument
506 parseDensity(const char* name, ResTable_config* out) argument
586 parseTouchscreen(const char* name, ResTable_config* out) argument
604 parseKeysHidden(const char* name, ResTable_config* out) argument
629 parseKeyboard(const char* name, ResTable_config* out) argument
647 parseNavHidden(const char* name, ResTable_config* out) argument
669 parseNavigation(const char* name, ResTable_config* out) argument
690 parseScreenSize(const char* name, ResTable_config* out) argument
724 parseSmallestScreenWidthDp(const char* name, ResTable_config* out) argument
748 parseScreenWidthDp(const char* name, ResTable_config* out) argument
770 parseScreenHeightDp(const char* name, ResTable_config* out) argument
792 parseVersion(const char* name, ResTable_config* out) argument
[all...]

Completed in 532 milliseconds

1234567891011>>