Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DBatteryUsageStatsQuery.java76 private long mToTimestamp; field in BatteryUsageStatsQuery
84 mToTimestamp = builder.mToTimestamp; in BatteryUsageStatsQuery()
133 return mToTimestamp; in getToTimestamp()
142 mToTimestamp = in.readLong(); in BatteryUsageStatsQuery()
152 dest.writeLong(mToTimestamp); in writeToParcel()
182 private long mToTimestamp; field in BatteryUsageStatsQuery.Builder
240 mToTimestamp = toTimestamp; in aggregateSnapshots()