Searched refs:SystemProfileEntity (Results 1 – 8 of 8) sorted by relevance
137 SystemProfileEntity.getSystemProfileHash(aggregateStoreTableRow.systemProfile()); in insertAggregateValue()140 SystemProfileEntity.create( in insertAggregateValue()166 abstract Void insertSystemProfile(SystemProfileEntity systemProfileEntity); in insertSystemProfile()257 public abstract List<SystemProfileEntity> getSystemProfiles(); in getSystemProfiles()
36 abstract class SystemProfileEntity { class56 static SystemProfileEntity create(long systemProfileHash, SystemProfile systemProfile) { in create()
33 SystemProfileEntity.class,
55 entity = SystemProfileEntity.class,
364 long systemProfileHash = SystemProfileEntity.getSystemProfileHash(systemProfile); in aggregateValueReportAll()366 SystemProfileEntity.create(systemProfileHash, systemProfile)); in aggregateValueReportAll()
48 abstract Void insertSystemProfile(SystemProfileEntity systemProfileEntity); in insertSystemProfile()
1368 SystemProfileEntity.create( in cleanup_removesUnusedSystemProfileHashes()1369 SystemProfileEntity.getSystemProfileHash(SYSTEM_PROFILE_1), in cleanup_removesUnusedSystemProfileHashes()1372 SystemProfileEntity.create( in cleanup_removesUnusedSystemProfileHashes()1373 SystemProfileEntity.getSystemProfileHash(SYSTEM_PROFILE_2), in cleanup_removesUnusedSystemProfileHashes()1390 SystemProfileEntity.create( in cleanup_removesUnusedSystemProfileHashes()1391 SystemProfileEntity.getSystemProfileHash(SYSTEM_PROFILE_1), in cleanup_removesUnusedSystemProfileHashes()
97 SystemProfileEntity.create(systemProfileHash, systemProfile)); in insertSystemProfileAndReport()291 SystemProfileEntity.create(sSystemProfileHash[0], sSystemProfile[0])); in testInsertAggregateValue_reportDoesNotExist()