Searched refs:numSourceOther (Results 1 – 5 of 5) sorted by relevance
54 public int numSourceOther; field in SyncStatusInfo.Stats67 to.numSourceOther = numSourceOther; in copyTo()81 numSourceOther = 0; in clear()95 parcel.writeInt(numSourceOther); in writeToParcel()109 numSourceOther = parcel.readInt(); in readFromParcel()181 parcel.writeInt(totalStats.numSourceOther); in writeToParcel()237 totalStats.numSourceOther = parcel.readInt(); in SyncStatusInfo()274 - totalStats.numSourceOther in SyncStatusInfo()
142 stats.numSourceOther = r.nextInt(); in populateStats()193 assertEquals(statsOther.numSourceOther, stats.numSourceOther); in verifyStats()
1245 status.totalStats.numSourceOther++; in stopSyncEvent()1246 status.todayStats.numSourceOther++; in stopSyncEvent()2236 stats.numSourceOther = proto.readInt( in readSyncStatusStatsLocked()2354 proto.write(SyncStatusProto.StatusInfo.Stats.NUM_SOURCE_OTHER, stats.numSourceOther); in writeStatusStatsLocked()
2318 filter.apply(stats.numSourceOther), in dumpSyncState()
17022 Landroid/content/SyncStatusInfo$Stats;->numSourceOther:I