Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DBatteryUsageStatsQuery.java83 private final long mToTimestamp; field in BatteryUsageStatsQuery
94 mToTimestamp = builder.mToTimestamp; in BatteryUsageStatsQuery()
164 return mToTimestamp; in getToTimestamp()
174 mToTimestamp = in.readLong(); in BatteryUsageStatsQuery()
186 dest.writeLong(mToTimestamp); in writeToParcel()
217 private long mToTimestamp; field in BatteryUsageStatsQuery.Builder
307 mToTimestamp = toTimestamp; in aggregateSnapshots()