Home
last modified time | relevance | path

Searched defs:actualCollectionInfo (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/packages/services/Car/cpp/watchdog/server/tests/
DPerformanceProfilerTest.cpp1414 const auto actualCollectionInfo = mCollectorPeer->getBoottimeCollectionInfo(); in TEST_F() local
1435 const auto actualCollectionInfo = mCollectorPeer->getWakeUpCollectionInfo(); in TEST_F() local
1619 const auto actualCollectionInfo = mCollectorPeer->getPeriodicCollectionInfo(); in TEST_F() local
1645 const auto actualCollectionInfo = mCollectorPeer->getPeriodicCollectionInfo(); in TEST_F() local
1669 const auto actualCollectionInfo = mCollectorPeer->getCustomCollectionInfo(); in TEST_F() local
1705 const auto actualCollectionInfo = mCollectorPeer->getCustomCollectionInfo(); in TEST_F() local
1814 const auto actualCollectionInfo = mCollectorPeer->getPeriodicCollectionInfo(); in TEST_F() local
1890 auto actualCollectionInfo = mCollectorPeer->getPeriodicCollectionInfo(); in TEST_F() local
1924 auto actualCollectionInfo = mCollectorPeer->getBoottimeCollectionInfo(); in TEST_F() local
1949 auto actualCollectionInfo = mCollectorPeer->getWakeUpCollectionInfo(); in TEST_F() local
[all …]
/aosp_15_r20/packages/providers/MediaProvider/photopicker/tests/src/com/android/photopicker/data/
DCollectionInfoStateTest.kt109 val actualCollectionInfo = collectionInfoState.getCollectionInfo(expectedProvider) in <lambda>() constant