Home
last modified time | relevance | path

Searched refs:append (Results 1 – 25 of 2861) sorted by relevance

12345678910>>...115

/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DWifiLinkLayerStats.java337 sbuf.append(" version of StaLinkLayerStats: ").append(version).append('\n'); in toString()
340 sbuf.append(" BE : ").append(" rx=").append(Long.toString(this.rxmpdu_be)) in toString()
343 .append(" retries=").append(Long.toString(this.retries_be)).append('\n') in toString()
352 sbuf.append(" BK : ").append(" rx=").append(Long.toString(this.rxmpdu_bk)) in toString()
355 .append(" retries=").append(Long.toString(this.retries_bk)).append('\n') in toString()
364 sbuf.append(" VI : ").append(" rx=").append(Long.toString(this.rxmpdu_vi)) in toString()
376 sbuf.append(" VO : ").append(" rx=").append(Long.toString(this.rxmpdu_vo)) in toString()
405 sbuf.append(" Number of channel stats=").append(numChanStats).append('\n'); in toString()
443 sbuf.append(" Number of peers=").append(numPeers).append('\n'); in toString()
447 .append(" chanUtil=").append(peer.chanUtil).append('\n'); in toString()
[all …]
/aosp12/packages/apps/Traceur/src/com/android/traceur/
H A DPerfettoUtils.java118 .append("} \n") in traceStart()
124 .append("} \n") in traceStart()
129 .append("} \n") in traceStart()
161 .append(" }\n") in traceStart()
162 .append(" }\n") in traceStart()
163 .append("}\n") in traceStart()
164 .append(" \n"); in traceStart()
187 config.append(" }\n") in traceStart()
188 .append("} \n"); in traceStart()
226 .append(" }\n") in traceStart()
[all …]
/aosp12/packages/services/Car/service/src/com/android/car/watchdog/
H A DWatchdogStorage.java557 .append(", ").append(COLUMN_USER_ID).append("))"); in createTable()
835 .append("FROM ").append(TABLE_NAME).append(" WHERE ") in queryStats()
882 .append("MIN(").append(COLUMN_DATE_EPOCH).append(") ") in queryIoOveruseStatsForUserPackageId()
883 .append("FROM ").append(TABLE_NAME).append(" WHERE ") in queryIoOveruseStatsForUserPackageId()
923 .append("FROM ").append(TABLE_NAME).append(" WHERE ") in queryNotForgivenHistoricalOveruses()
982 .append("date(").append(COLUMN_DATE_EPOCH).append(", '").append(DATE_MODIFIER) in queryDailySystemIoUsageSummaries()
984 .append("FROM ").append(TABLE_NAME).append(" WHERE ") in queryDailySystemIoUsageSummaries()
1019 .append("FROM ").append(TABLE_NAME).append(" WHERE ") in querySystemTotalWrittenBytes()
1043 .append("FROM ").append(TABLE_NAME).append(" WHERE ") in queryTopUsersDailyIoUsageSummaries()
1056 .append("date(").append(COLUMN_DATE_EPOCH).append(", '").append(DATE_MODIFIER) in queryTopUsersDailyIoUsageSummaries()
[all …]
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/storage/
H A DCustomizedMetadataEntity.java50 builder.append("manufacturer_name=") in toString()
52 .append("|model_name=") in toString()
54 .append("|software_version=") in toString()
56 .append("|hardware_version=") in toString()
58 .append("|companion_app=") in toString()
60 .append("|main_icon=") in toString()
64 .append("|untethered_left_icon=") in toString()
68 .append("|untethered_case_icon=") in toString()
84 .append("|device_type=") in toString()
86 .append("|main_battery=") in toString()
[all …]
H A DProfilePrioritiesEntity.java58 builder.append("A2DP=").append(a2dp_connection_policy) in toString()
59 .append("|A2DP_SINK=").append(a2dp_sink_connection_policy) in toString()
60 .append("|HEADSET=").append(hfp_connection_policy) in toString()
62 .append("|HID_HOST=").append(hid_host_connection_policy) in toString()
63 .append("|PAN=").append(pan_connection_policy) in toString()
64 .append("|PBAP=").append(pbap_connection_policy) in toString()
65 .append("|PBAP_CLIENT=").append(pbap_client_connection_policy) in toString()
66 .append("|MAP=").append(map_connection_policy) in toString()
67 .append("|MAP_CLIENT=").append(map_client_connection_policy) in toString()
68 .append("|SAP=").append(sap_connection_policy) in toString()
[all …]
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/obex/
H A DBmessageBuilder.java74 mBmsg.append(BMSG_BEGIN).append(CRLF); in build()
76 mBmsg.append(BMSG_VERSION).append(CRLF); in build()
77 mBmsg.append(BMSG_STATUS).append(bmsg.mBmsgStatus).append(CRLF); in build()
78 mBmsg.append(BMSG_TYPE).append(bmsg.mBmsgType).append(CRLF); in build()
79 mBmsg.append(BMSG_FOLDER).append(bmsg.mBmsgFolder).append(CRLF); in build()
107 mBmsg.append(BBODY_LENGTH).append(bodyLen).append(CRLF); in build()
123 mBmsg.append(BMSG_END).append(CRLF); in build()
135 mBmsg.append(VCARD_N).append(n).append(CRLF); in buildVcard()
138 mBmsg.append(VCARD_TEL).append(tel.get(0).getNumber()).append(CRLF); in buildVcard()
145 mBmsg.append(VCARD_END).append(CRLF); in buildVcard()
[all …]
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/connectivity/
H A DSignalCallback.kt129 .append("enabled=").append(enabled)
132 .append(",activityIn=").append(activityIn)
133 .append(",activityOut=").append(activityOut)
160 .append(",statusType=").append(statusType)
161 .append(",qsType=").append(qsType)
162 .append(",activityIn=").append(activityIn)
167 .append(",subId=").append(subId)
168 .append(",roaming=").append(roaming)
182 return builder.append("[visible=").append(visible).append(',')
183 .append("icon=").append(icon).append(',')
[all …]
H A DCallbackHandler.java152 .append("noDefaultNetwork=").append(noDefaultNetwork).append(",") in setConnectivityStatus()
153 .append("noValidatedNetwork=").append(noValidatedNetwork).append(",") in setConnectivityStatus()
154 .append("noNetworksAvailable=").append(noNetworksAvailable) in setConnectivityStatus()
160 .append(currentCallback).append(",") in setConnectivityStatus()
176 .append("statusIcon=").append(statusIcon).append(",") in setCallIndicator()
177 .append("subId=").append(subId) in setCallIndicator()
183 .append(currentCallback).append(",") in setCallIndicator()
204 .append(currentCallback).append(",") in setSubs()
231 .append("icon=").append(icon) in setEthernetIndicators()
241 .append("icon=").append(icon) in setIsAirplaneMode()
[all …]
/aosp12/frameworks/base/core/tests/coretests/src/com/android/internal/http/multipart/
H A DMultipartTest.java62 output.append("--"); in testParts()
64 output.append(CRLF); in testParts()
67 output.append(CRLF); in testParts()
69 output.append(CRLF); in testParts()
71 output.append(CRLF); in testParts()
72 output.append(CRLF); in testParts()
74 output.append(CRLF); in testParts()
76 output.append("--"); in testParts()
78 output.append(CRLF); in testParts()
84 output.append("\""); in testParts()
[all …]
/aosp12/frameworks/base/services/core/java/com/android/server/display/
H A DDisplayDeviceInfo.java462 sb.append(name).append("\": uniqueId=\"").append(uniqueId).append("\", "); in toString()
463 sb.append(width).append(" x ").append(height); in toString()
464 sb.append(", modeId ").append(modeId); in toString()
467 sb.append(", colorMode ").append(colorMode); in toString()
472 sb.append(", density ").append(densityDpi); in toString()
473 sb.append(", ").append(xDpi).append(" x ").append(yDpi).append(" dpi"); in toString()
477 sb.append(", cutout ").append(displayCutout); in toString()
480 sb.append(", rotation ").append(rotation); in toString()
483 sb.append(", address ").append(address); in toString()
489 sb.append(" (uid ").append(ownerUid).append(")"); in toString()
[all …]
/aosp12/frameworks/base/core/java/android/provider/
H A DSearchIndexableData.java149 sb.append(", "); in toString()
152 sb.append(", "); in toString()
155 sb.append(", "); in toString()
157 sb.append(rank); in toString()
158 sb.append(", "); in toString()
160 sb.append(key); in toString()
161 sb.append(", "); in toString()
164 sb.append(", "); in toString()
167 sb.append(", "); in toString()
170 sb.append(", "); in toString()
[all …]
/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationUsageStats.java612 output.append("key='").append(key).append("',\n"); in toStringWithIndent()
630 output.append("numBlocked=").append(numBlocked).append(",\n"); in toStringWithIndent()
636 output.append("numPrivate=").append(numPrivate).append(",\n"); in toStringWithIndent()
638 output.append("numSecret=").append(numSecret).append(",\n"); in toStringWithIndent()
640 output.append("numInterrupt=").append(numInterrupt).append(",\n"); in toStringWithIndent()
648 output.append("numOngoing=").append(numOngoing).append("\n"); in toStringWithIndent()
654 output.append("numWithInbox=").append(numWithInbox).append("\n"); in toStringWithIndent()
658 output.append("numWithTitle=").append(numWithTitle).append("\n"); in toStringWithIndent()
660 output.append("numWithText=").append(numWithText).append("\n"); in toStringWithIndent()
965 output.append("airtimeCount=").append(airtimeCount).append(", "); in toString()
[all …]
/aosp12/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioServiceEvents.java70 .append(" pid=").append(mRequesterPid) in eventToString()
121 .append(" addr:").append(mState.mAddress) in eventToString()
122 .append(" name:").append(mState.mName) in eventToString()
364 .append(") from ").append(mCaller) in eventToString()
371 .append(") from ").append(mCaller) in eventToString()
376 .append(" index:").append(mVal1) in eventToString()
378 .append(") from ").append(mCaller) in eventToString()
382 .append(" index:").append(mVal1) in eventToString()
383 .append(" gain dB:").append(mVal2) in eventToString()
387 .append(" index:").append(mVal1) in eventToString()
[all …]
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
H A DWifiUtils.java138 visibility.append(" ").append(bssid); in getVisibilityStatus()
211 visibility.append("(").append(num24).append(")"); in getVisibilityStatus()
213 visibility.append("max=").append(maxRssi24).append(","); in getVisibilityStatus()
219 visibility.append("(").append(num5).append(")"); in getVisibilityStatus()
221 visibility.append("max=").append(maxRssi5).append(","); in getVisibilityStatus()
227 visibility.append("(").append(num60).append(")"); in getVisibilityStatus()
229 visibility.append("max=").append(maxRssi60).append(","); in getVisibilityStatus()
234 visibility.append("!").append(numBlockListed); in getVisibilityStatus()
245 stringBuilder.append(" \n{").append(result.BSSID); in verboseScanResultSummary()
250 stringBuilder.append(",").append(result.level); in verboseScanResultSummary()
[all …]
/aosp12/packages/apps/Contacts/src/com/android/contacts/model/dataitem/
H A DDataKind.java109 sb.append(" mimeType=").append(mimeType); in toString()
110 sb.append(" titleRes=").append(titleRes); in toString()
111 sb.append(" iconAltRes=").append(iconAltRes); in toString()
113 sb.append(" weight=").append(weight); in toString()
114 sb.append(" editable=").append(editable); in toString()
115 sb.append(" actionHeader=").append(actionHeader); in toString()
117 sb.append(" actionBody=").append(actionBody); in toString()
118 sb.append(" typeColumn=").append(typeColumn); in toString()
119 sb.append(" typeOverallMax=").append(typeOverallMax); in toString()
120 sb.append(" typeList=").append(toString(typeList)); in toString()
[all …]
/aosp12/frameworks/base/core/tests/coretests/src/android/view/inputmethod/
H A DSparseRectFArrayTest.java166 .append(100, 1.0f, 2.0f, 3.0f, 4.0f, 0) in testEquality()
207 .append(1, 1.0f, 2.0f, 3.0f, 4.0f, 0) in testEquality()
212 .append(1, 1.0f, 2.0f, 3.0f, 4.0f, 0) in testEquality()
219 .append(1, 1.0f, 2.0f, 3.0f, 4.0f, 0) in testEquality()
224 .append(1, 1.0f, 2.0f, 3.0f, 4.0f, 0) in testEquality()
228 .append(1, 1.0f, 2.0f, 3.0f, 4.0f, 0) in testEquality()
233 .append(1, 1.0f, 2.0f, 3.0f, 4.0f, 0) in testEquality()
244 .append(10, 0.0f, 0.0f, 0.0f, 0.0f, 0) in testBuilderAppend()
245 .append(0, 1.0f, 2.0f, 3.0f, 4.0f, 0); in testBuilderAppend()
252 .append(10, 0.0f, 0.0f, 0.0f, 0.0f, 0) in testBuilderAppend()
[all …]
/aosp12/packages/apps/Dialer/java/com/android/contacts/common/model/dataitem/
H A DDataKind.java113 sb.append(" mimeType=").append(mimeType); in toString()
114 sb.append(" titleRes=").append(titleRes); in toString()
115 sb.append(" iconAltRes=").append(iconAltRes); in toString()
117 sb.append(" weight=").append(weight); in toString()
118 sb.append(" editable=").append(editable); in toString()
119 sb.append(" actionHeader=").append(actionHeader); in toString()
121 sb.append(" actionBody=").append(actionBody); in toString()
122 sb.append(" typeColumn=").append(typeColumn); in toString()
123 sb.append(" typeOverallMax=").append(typeOverallMax); in toString()
124 sb.append(" typeList=").append(toString(typeList)); in toString()
[all …]
/aosp12/system/chre/chpp/api_parser/
H A Dchre_api_to_chpp.py191 out.append("\n")
365 out.append(")")
537 out.append(" {\n")
574 out.append("}\n\n")
645 out.append(" {\n")
664 out.append(");\n")
701 out.append(")")
714 out.append("\n")
785 out.append(" {\n")
802 out.append(")) {")
[all …]
/aosp12/frameworks/base/services/backup/java/com/android/server/backup/
H A DFileMetadata.java48 sb.append(','); in toString()
49 sb.append(type); in toString()
50 sb.append(','); in toString()
52 sb.append(':'); in toString()
53 sb.append(path); in toString()
54 sb.append(','); in toString()
55 sb.append(size); in toString()
56 sb.append('}'); in toString()
80 b.append(" :: "); in dump()
81 b.append(domain); in dump()
[all …]
/aosp12/frameworks/base/tools/split-select/
H A DRule.cpp27 str.append(" "); in indentStr()
45 str.append("{\n"); in toJson()
48 str.append("\"op\": \""); in toJson()
75 str.append("\""); in toJson()
78 str.append(",\n"); in toJson()
94 str.append(",\n"); in toJson()
117 str.append("\""); in toJson()
121 str.append(",\n"); in toJson()
133 str.append("]"); in toJson()
170 str.append("\n"); in toJson()
[all …]
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DListDumper.java105 sb.append(indent) in dumpEntry()
106 .append("[").append(index).append("] ") in dumpEntry()
110 sb.append(" (parent=") in dumpEntry()
112 .append(")"); in dumpEntry()
116 sb.append(" section=") in dumpEntry()
131 .append(" "); in dumpEntry()
141 .append(" "); in dumpEntry()
147 .append(" "); in dumpEntry()
153 .append(" "); in dumpEntry()
188 sb.append("\n\t") in dumpEntry()
[all …]
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
H A DMessageDetailsDialog.java132 details.append( in getSmsMessageDetails()
170 details.append('\n'); in getMmsMessageDetails()
189 details.append('\n'); in getMmsMessageDetails()
196 details.append('\n'); in getMmsMessageDetails()
227 details.append( in appendSentOrReceivedTimestamp()
236 details.append("\n\n"); in appendDebugInfo()
239 details.append('\n'); in appendDebugInfo()
244 details.append('\n'); in appendDebugInfo()
254 details.append('\n'); in appendDebugInfo()
261 details.append('\n'); in appendDebugInfo()
[all …]
/aosp12/frameworks/base/services/core/java/com/android/server/location/gnss/
H A DGnssMetrics.java325 s.append("GNSS_KPI_START").append('\n'); in dumpGnssMetricsAsText()
332 s.append(" Number of location reports: ").append( in dumpGnssMetricsAsText()
338 s.append(" Number of TTFF reports: ").append( in dumpGnssMetricsAsText()
341 s.append(" TTFF mean (sec): ").append(mTimeToFirstFixSecStatistics.getMean()).append( in dumpGnssMetricsAsText()
349 s.append(" Position accuracy mean (m): ").append( in dumpGnssMetricsAsText()
354 s.append(" Number of CN0 reports: ").append( in dumpGnssMetricsAsText()
372 s.append(" Number of L5 CN0 reports: ").append( in dumpGnssMetricsAsText()
387 s.append("GNSS_KPI_END").append("\n"); in dumpGnssMetricsAsText()
390 s.append("Power Metrics").append("\n"); in dumpGnssMetricsAsText()
391 s.append(" Time on battery (min): ").append( in dumpGnssMetricsAsText()
[all …]
/aosp12/frameworks/base/core/java/android/content/
H A DSyncResult.java269 sb.append(" syncAlreadyInProgress: ").append(syncAlreadyInProgress); in toString()
272 if (tooManyRetries) sb.append(" tooManyRetries: ").append(tooManyRetries); in toString()
273 if (databaseError) sb.append(" databaseError: ").append(databaseError); in toString()
276 sb.append(" partialSyncUnavailable: ").append(partialSyncUnavailable); in toString()
279 if (delayUntil > 0) sb.append(" delayUntil: ").append(delayUntil); in toString()
280 sb.append(stats); in toString()
298 sb.append("f1"); in toDebugString()
307 sb.append("e").append(stats.numParseExceptions); in toDebugString()
310 sb.append("c").append(stats.numConflictDetectedExceptions); in toDebugString()
313 sb.append("a").append(stats.numAuthExceptions); in toDebugString()
[all …]
/aosp12/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
H A DEntrySchema.java232 sb.append("ID=").append(entry.id); in toDebugString()
237 sb.append(" ").append(columnName).append("=") in toDebugString()
249 sb.append("ID=").append(entry.id); in toDebugString()
254 sb.append(" ").append(columnName).append("=") in toDebugString()
318 unique.append(',').append(column.name); in createTables()
324 sql.append(",UNIQUE(").append(unique).append(')'); in createTables()
326 sql.append(");"); in createTables()
363 sql.append(");"); in createTables()
427 sql.append(';'); in dropTables()
435 sql.append(';'); in dropTables()
[all …]

12345678910>>...115