Home
last modified time | relevance | path

Searched refs:totalStats (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/content/
DSyncStatusInfo.java118 public final Stats totalStats = new Stats(); field in SyncStatusInfo
175 parcel.writeLong(totalStats.totalElapsedTime); in writeToParcel()
176 parcel.writeInt(totalStats.numSyncs); in writeToParcel()
177 parcel.writeInt(totalStats.numSourcePoll); in writeToParcel()
178 parcel.writeInt(totalStats.numSourceOther); in writeToParcel()
179 parcel.writeInt(totalStats.numSourceLocal); in writeToParcel()
180 parcel.writeInt(totalStats.numSourceUser); in writeToParcel()
204 parcel.writeInt(totalStats.numSourcePeriodic); in writeToParcel()
207 parcel.writeInt(totalStats.numSourceFeed); in writeToParcel()
208 parcel.writeInt(totalStats.numFailures); in writeToParcel()
[all …]
/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/
DBandwidthTest.java318 Entry totalStats = null; in addStatsToResults() local
329 if (totalStats == null || statsEntry.set == NetworkStats.SET_ALL) { in addStatsToResults()
330 totalStats = statsEntry; in addStatsToResults()
332 totalStats.rxBytes += statsEntry.rxBytes; in addStatsToResults()
333 totalStats.txBytes += statsEntry.txBytes; in addStatsToResults()
337 results.putInt(label + "uid", totalStats.uid); in addStatsToResults()
338 results.putLong(label + "tx", totalStats.txBytes); in addStatsToResults()
339 results.putLong(label + "rx", totalStats.rxBytes); in addStatsToResults()
/frameworks/base/core/java/android/view/textclassifier/
DGenerateLinksLogger.java77 final LinkifyStats totalStats = new LinkifyStats(); in logGenerateLinks() local
87 totalStats.countLink(link); in logGenerateLinks()
92 writeStats(callId, callingPackageName, null, totalStats, text, latencyMs); in logGenerateLinks()
/frameworks/base/services/core/java/com/android/server/content/
DSyncStorageEngine.java1208 status.totalStats.numSyncs++; in stopSyncEvent()
1210 status.totalStats.totalElapsedTime += elapsedTime; in stopSyncEvent()
1214 status.totalStats.numSourceLocal++; in stopSyncEvent()
1218 status.totalStats.numSourcePoll++; in stopSyncEvent()
1222 status.totalStats.numSourceUser++; in stopSyncEvent()
1226 status.totalStats.numSourceOther++; in stopSyncEvent()
1230 status.totalStats.numSourcePeriodic++; in stopSyncEvent()
1234 status.totalStats.numSourceFeed++; in stopSyncEvent()
1265 status.totalStats.numFailures++; in stopSyncEvent()
1274 status.totalStats.numCancels++; in stopSyncEvent()
DSyncManager.java2294 c.accept("Total", status.totalStats, (i) -> Integer.toString(i), row); in dumpSyncState()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt17058 Landroid/content/SyncStatusInfo;->totalStats:Landroid/content/SyncStatusInfo$Stats;