Searched refs:runtimeMillis (Results 1 – 6 of 6) sorted by relevance
/packages/services/Car/car-lib/src/android/car/storagemonitoring/ |
D | IoStatsEntry.java | 66 public final long runtimeMillis; field in IoStatsEntry 79 long runtimeMillis, IoStatsEntry.Metrics foreground, IoStatsEntry.Metrics background) { in IoStatsEntry() argument 81 this.runtimeMillis = runtimeMillis; in IoStatsEntry() 88 runtimeMillis = in.readLong(); in IoStatsEntry() 93 public IoStatsEntry(UidIoRecord record, long runtimeMillis) { in IoStatsEntry() argument 95 this.runtimeMillis = runtimeMillis; in IoStatsEntry() 116 dest.writeLong(runtimeMillis); in writeToParcel() 127 jsonWriter.name("runtimeMillis").value(runtimeMillis); in writeToJson() 138 runtimeMillis = in.getLong("runtimeMillis"); in IoStatsEntry() 157 runtimeMillis - other.runtimeMillis, in delta() [all …]
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/storagemonitoring/ |
D | IoStatsTrackerTest.java | 130 assertEquals(2 * SAMPLE_WINDOW_MS, sample0.runtimeMillis); in testUpdateNoIoProcessActive() 131 assertEquals(2 * SAMPLE_WINDOW_MS, total0.runtimeMillis); in testUpdateNoIoProcessActive() 157 assertEquals(SAMPLE_WINDOW_MS, total0.runtimeMillis); in testUpdateNoIoProcessInactive() 184 assertEquals(2 * SAMPLE_WINDOW_MS, total0.runtimeMillis); in testUpdateIoHappens() 185 assertEquals(2 * SAMPLE_WINDOW_MS, sample0.runtimeMillis); in testUpdateIoHappens() 213 assertEquals(2 * SAMPLE_WINDOW_MS, sample0.runtimeMillis); in testUpdateGoAwayComeBackProcess() 241 assertEquals(2 * SAMPLE_WINDOW_MS, sample0.runtimeMillis); in testUpdateGoAwayComeBackIo()
|
D | CarStorageMonitoringTest.java | 345 assertEquals(1234, entry.runtimeMillis); in testUidIoStatEntry() 360 assertEquals(4321, entry.runtimeMillis); in testUidIoStatEntry() 471 assertEquals(1000, delta21.runtimeMillis); in testUidIoStatEntryDelta()
|
/packages/services/Car/service/src/com/android/car/storagemonitoring/ |
D | IoStatsTracker.java | 85 oldRecord.runtimeMillis + mSampleWindowMs); in update() 93 oldRecord.runtimeMillis + mSampleWindowMs); in update() 99 newTotal.append(uid, new IoStatsEntry(newRecord, newStats.runtimeMillis)); in update()
|
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/storagelifetime/ |
D | StorageLifetimeFragment.java | 84 uidIoStats.runtimeMillis,
|
/packages/services/Car/car-lib/api/ |
D | system-current.txt | 915 field public final long runtimeMillis;
|