Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/os/
H A DBatteryUsageStatsQuery.java82 private final long mToTimestamp; field in BatteryUsageStatsQuery
93 mToTimestamp = builder.mToTimestamp; in BatteryUsageStatsQuery()
163 return mToTimestamp; in getToTimestamp()
173 mToTimestamp = in.readLong(); in BatteryUsageStatsQuery()
185 dest.writeLong(mToTimestamp); in writeToParcel()
216 private long mToTimestamp; field in BatteryUsageStatsQuery.Builder
305 mToTimestamp = toTimestamp; in aggregateSnapshots()