Searched refs:getLastFullChargeTimestamp (Results 1 – 4 of 4) sorted by relevance
118 dao.getAllAfterForLog(getLastFullChargeTimestamp(context)); in dumpBatteryUsageSlotDatabaseHist()131 dao.getAllAfterForLog(getLastFullChargeTimestamp(context)); in dumpBatteryEventDatabaseHist()179 private static long getLastFullChargeTimestamp(Context context) { in getLastFullChargeTimestamp() method in LogUtils
145 return getLastFullChargeTimestamp(uri); in query()205 private Cursor getLastFullChargeTimestamp(Uri uri) { in getLastFullChargeTimestamp() method in BatteryUsageContentProvider209 cursor = mBatteryEventDao.getLastFullChargeTimestamp(); in getLastFullChargeTimestamp()
78 final Cursor cursor = mBatteryEventDao.getLastFullChargeTimestamp(); in getLastFullChargeTimestamp_normalFlow_expectedBehavior()94 final Cursor cursor = mBatteryEventDao.getLastFullChargeTimestamp(); in getLastFullChargeTimestamp_noLastFullChargeTime_returns0()
41 fun getLastFullChargeTimestamp(): Cursor method