Searched refs:getHistoryMapSinceQueryTimestamp (Results 1 – 2 of 2) sorted by relevance
379 assertThat(DatabaseUtils.getHistoryMapSinceQueryTimestamp(mContext, 0)).isEmpty(); in getHistoryMap_emptyCursorContent_returnEmptyMap()385 assertThat(DatabaseUtils.getHistoryMapSinceQueryTimestamp(mContext, 0)).isEmpty(); in getHistoryMap_nullCursor_returnEmptyMap()405 DatabaseUtils.getHistoryMapSinceQueryTimestamp(mContext, timestamp1); in getHistoryMap_returnExpectedMap()434 DatabaseUtils.getHistoryMapSinceQueryTimestamp(mContext, 0); in getHistoryMap_withWorkProfile_returnExpectedMap()
314 static Map<Long, Map<String, BatteryHistEntry>> getHistoryMapSinceQueryTimestamp( in getHistoryMapSinceQueryTimestamp() method in DatabaseUtils366 return getHistoryMapSinceQueryTimestamp(context, maxTimestamp); in getHistoryMapSinceLatestRecordBeforeQueryTimestamp()